mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
tu: Expose VK_EXT_tooling_info using common implementation
Signed-off-by: Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18390>
This commit is contained in:
parent
c82249aa68
commit
dd19da31f2
2 changed files with 2 additions and 1 deletions
|
|
@ -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, v3dv, vn)
|
||||
VK_EXT_tooling_info DONE (anv, v3dv, vn, tu)
|
||||
VK_EXT_ycbcr_2plane_444_formats DONE (vn)
|
||||
|
||||
Khronos extensions that are not part of any Vulkan version:
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@ get_device_extensions(const struct tu_physical_device *device,
|
|||
.EXT_color_write_enable = true,
|
||||
.EXT_load_store_op_none = true,
|
||||
.EXT_non_seamless_cube_map = true,
|
||||
.EXT_tooling_info = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue