mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
anv: implement EXT_tooling_info
This is required by 1.3. Fixes CTS with newer loader : dEQP-VK.api.tooling_info.validate_getter Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes:df8ac77af8("anv: Advertise Vulkan 1.3") Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15491> (cherry picked from commitdc8c77cc8f)
This commit is contained in:
parent
592155a2fa
commit
6b46d8586b
2 changed files with 2 additions and 1 deletions
|
|
@ -2212,7 +2212,7 @@
|
|||
"description": "anv: implement EXT_tooling_info",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
|||
.EXT_shader_viewport_index_layer = true,
|
||||
.EXT_subgroup_size_control = true,
|
||||
.EXT_texel_buffer_alignment = true,
|
||||
.EXT_tooling_info = true,
|
||||
.EXT_transform_feedback = true,
|
||||
.EXT_vertex_attribute_divisor = true,
|
||||
.EXT_ycbcr_image_arrays = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue