v3dv: expose VK_EXT_tooling_info
There is a stub for this implemented in the common code we can use which reports 0 tools. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18410>
This commit is contained in:

committed by
Marge Bot

parent
4330313666
commit
26024e9701
@@ -494,7 +494,7 @@ Vulkan 1.3 -- all DONE: anv, radv, lvp
|
||||
VK_EXT_subgroup_size_control DONE (anv, lvp, radv, tu, vn)
|
||||
VK_EXT_texel_buffer_alignment DONE (anv, lvp, radv, tu, v3dv, vn)
|
||||
VK_EXT_texture_compression_astc_hdr DONE (vn)
|
||||
VK_EXT_tooling_info DONE (anv, vn)
|
||||
VK_EXT_tooling_info DONE (anv, v3dv, vn)
|
||||
VK_EXT_ycbcr_2plane_444_formats DONE (vn)
|
||||
|
||||
Khronos extensions that are not part of any Vulkan version:
|
||||
|
@@ -181,6 +181,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
||||
.EXT_provoking_vertex = true,
|
||||
.EXT_separate_stencil_usage = true,
|
||||
.EXT_texel_buffer_alignment = true,
|
||||
.EXT_tooling_info = true,
|
||||
.EXT_vertex_attribute_divisor = true,
|
||||
#ifdef ANDROID
|
||||
.ANDROID_native_buffer = true,
|
||||
|
Reference in New Issue
Block a user