Add extensions used in test applications
Add VK_KHR_ray_tracing_pipeline and VK_KHR_pipeline_library extensions support which are used by some test applications. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:

committed by
Marge Bot

parent
3406a65950
commit
e3125c8d2e
@@ -124,6 +124,8 @@ SUPPORTED_FEATURES = [
|
||||
"VK_KHR_external_semaphore_win32",
|
||||
"VK_KHR_external_memory_win32",
|
||||
"VK_NV_device_diagnostic_checkpoints",
|
||||
"VK_KHR_ray_tracing_pipeline",
|
||||
"VK_KHR_pipeline_library",
|
||||
# Android
|
||||
"VK_ANDROID_native_buffer",
|
||||
"VK_ANDROID_external_memory_android_hardware_buffer",
|
||||
@@ -171,6 +173,8 @@ SUPPORTED_MODULES = {
|
||||
"VK_EXT_swapchain_maintenance1" : HOST_MODULES,
|
||||
"VK_KHR_swapchain" : HOST_MODULES,
|
||||
"VK_NV_device_diagnostic_checkpoints": ["goldfish_vk_dispatch"],
|
||||
"VK_KHR_ray_tracing_pipeline": HOST_MODULES,
|
||||
"VK_KHR_pipeline_library": HOST_MODULES,
|
||||
}
|
||||
|
||||
# These modules will be used when the feature is not supported.
|
||||
|
Reference in New Issue
Block a user