diff --git a/.pick_status.json b/.pick_status.json index d706bd89b2e..0906211efbb 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2212,7 +2212,7 @@ "description": "anv: implement EXT_tooling_info", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40" }, { diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index d8a43e22107..25db66fb607 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,