radv: only expose EXT_pipeline_library_group_handles if RT is enabled
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 1 Mar 2023 07:08:23 +0000 (08:08 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 1 Mar 2023 10:55:00 +0000 (10:55 +0000)
commit3ced4ae81611f93cca6cf8d86b89e1578eb5e51b
tree8c213d9aa7ab6cf1cddea07a8e031bc3e6f8321a
parent863cbb3e02c4742b629e6e81771c683da2b95aa7
radv: only expose EXT_pipeline_library_group_handles if RT is enabled

VK_EXT_pipeline_library_group_handles requires
VK_KHR_ray_tracing_pipeline to be enabled.

Fixes dEQP-VK.info.device_extensions.

Fixes: ed768337050 ("radv: Implement & expose VK_EXT_pipeline_library_group_handles.")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21618>
src/amd/vulkan/radv_device.c