radv: Add RADV_DEBUG=nort
This makes vkCmdTraceRaysKHR and ray queries no-ops and is useful for triaging GPU hangs with raytracing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23603>
This commit is contained in:

committed by
Marge Bot

parent
c17d0cc488
commit
fa7c7791ee
@@ -77,6 +77,7 @@ static const struct debug_control radv_debug_options[] = {
|
||||
{"extra_md", RADV_DEBUG_EXTRA_MD},
|
||||
{"nogpl", RADV_DEBUG_NO_GPL},
|
||||
{"videoarraypath", RADV_DEBUG_VIDEO_ARRAY_PATH},
|
||||
{"nort", RADV_DEBUG_NO_RT},
|
||||
{NULL, 0}};
|
||||
|
||||
const char *
|
||||
|
Reference in New Issue
Block a user