anv: export EXT_pipeline_library_group_handles only with RT
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 13 Mar 2023 12:00:50 +0000 (14:00 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 14 Mar 2023 02:08:01 +0000 (02:08 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21870>

src/intel/vulkan/anv_device.c

index 42b8d4d..6aac56c 100644 (file)
@@ -328,7 +328,7 @@ get_device_extensions(const struct anv_physical_device *device,
       .EXT_physical_device_drm               = true,
       .EXT_pipeline_creation_cache_control   = true,
       .EXT_pipeline_creation_feedback        = true,
-      .EXT_pipeline_library_group_handles    = true,
+      .EXT_pipeline_library_group_handles    = rt_enabled,
       .EXT_post_depth_coverage               = true,
       .EXT_primitives_generated_query        = true,
       .EXT_primitive_topology_list_restart   = true,