From: Friedrich Vock Date: Sun, 30 Apr 2023 18:01:35 +0000 (+0200) Subject: radv: Disable capture/replay handles X-Git-Tag: upstream/23.3.3~7374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=365f3346f8c3f39952b46752be0954b1323a9d68;p=platform%2Fupstream%2Fmesa.git radv: Disable capture/replay handles They don't work with separate compilation. Fixing this involves some refactoring work, which will come in future MRs. Part-of: --- diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index 005331b..3fe2294 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -913,7 +913,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdevice, /* VK_KHR_ray_tracing_pipeline */ .rayTracingPipeline = true, - .rayTracingPipelineShaderGroupHandleCaptureReplay = true, + .rayTracingPipelineShaderGroupHandleCaptureReplay = false, .rayTracingPipelineShaderGroupHandleCaptureReplayMixed = false, .rayTracingPipelineTraceRaysIndirect = true, .rayTraversalPrimitiveCulling = true,