mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
pvr: Implement VK_EXT_tooling_info
This commit will enable the EXT_tooling_info extension, which was already implemented in the common code. Signed-off-by: Vlad Schiller <vlad-radu.schiller@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24928>
This commit is contained in:
parent
51bee677b3
commit
05179931af
2 changed files with 2 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ Vulkan 1.3 -- all DONE: anv, radv, tu, lvp, vn
|
|||
VK_EXT_subgroup_size_control DONE (anv, hasvk, lvp, radv, tu, vn)
|
||||
VK_EXT_texel_buffer_alignment DONE (anv, hasvk, lvp, radv, tu, v3dv, vn)
|
||||
VK_EXT_texture_compression_astc_hdr DONE (vn)
|
||||
VK_EXT_tooling_info DONE (anv, hasvk, nvk, radv, tu, v3dv, vn)
|
||||
VK_EXT_tooling_info DONE (anv, hasvk, nvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_EXT_ycbcr_2plane_444_formats DONE (nvk, vn)
|
||||
|
||||
Khronos extensions that are not part of any Vulkan version:
|
||||
|
|
|
|||
|
|
@ -162,6 +162,7 @@ static void pvr_physical_device_get_supported_extensions(
|
|||
.KHR_timeline_semaphore = true,
|
||||
.EXT_external_memory_dma_buf = true,
|
||||
.EXT_private_data = true,
|
||||
.EXT_tooling_info = true,
|
||||
};
|
||||
/* clang-format on */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue