Mesa (staging/22.0): anv: implement EXT_tooling_info

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 29 22:23:44 UTC 2022


Module: Mesa
Branch: staging/22.0
Commit: ca8887cbc09bb5967a1135f0492a82bc938fec78
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca8887cbc09bb5967a1135f0492a82bc938fec78

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Mon Mar 21 19:57:09 2022 +0200

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 at intel.com>
Fixes: df8ac77af809 ("anv: Advertise Vulkan 1.3")
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15491>
(cherry picked from commit dc8c77cc8fc12467e9d31ee23f11ce3680a1f02f)

---

 .pick_status.json             | 2 +-
 src/intel/vulkan/anv_device.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index 7599f848f04..8bcdd0dd58a 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1908,7 +1908,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,



More information about the mesa-commit mailing list