meson: Prefix Vulkan "Ray Tracing" summary with "Intel"

This only applies to Intel's ray tracing. With RADV also having
ray tracing support that is always compiled in, seeing
"Ray Tracing: NO" is a bit misleading.

Reviewed-by: Joshua Ashton <joshua@froggi.es>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24008>
This commit is contained in:
Friedrich Vock
2023-07-04 12:20:01 +02:00
committed by Marge Bot
parent 334bcb31a5
commit 1c268196b8

View File

@@ -2216,7 +2216,7 @@ if with_any_vk
vulkan_summary += {'Layers': get_option('vulkan-layers')}
endif
vulkan_summary += {'Video codecs': _codecs.length() != 0 ? _codecs : false}
vulkan_summary += {'Ray tracing': with_intel_vk_rt ? 'intel' : false}
vulkan_summary += {'Intel Ray tracing': with_intel_vk_rt}
endif
summary(vulkan_summary, section: 'Vulkan', bool_yn: true, list_sep: ' ')