Module: Mesa Branch: main Commit: d8013976c71489e4ef615657bf33cc952be115b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8013976c71489e4ef615657bf33cc952be115b6
Author: Lionel Landwerlin <[email protected]> Date: Mon Mar 13 14:00:50 2023 +0200 anv: export EXT_pipeline_library_group_handles only with RT Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Ivan Briano <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21870> --- src/intel/vulkan/anv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 42b8d4dc4ac..6aac56cff83 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,
