Module: Mesa Branch: main Commit: 03610a5aab5595671e1bc605703f5fc528798ab7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03610a5aab5595671e1bc605703f5fc528798ab7
Author: Mike Blumenkrantz <[email protected]> Date: Mon Feb 20 08:57:42 2023 -0500 zink: actually hook up ZINK_DEBUG=norp Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21425> --- src/gallium/drivers/zink/zink_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 86996420f48..b5462bcb578 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -83,6 +83,7 @@ zink_debug_options[] = { { "gpl", ZINK_DEBUG_GPL, "Force using Graphics Pipeline Library for all shaders" }, { "shaderdb", ZINK_DEBUG_SHADERDB, "Do stuff to make shader-db work" }, { "rp", ZINK_DEBUG_RP, "Enable renderpass tracking/optimizations" }, + { "norp", ZINK_DEBUG_NORP, "Disable renderpass tracking/optimizations" }, DEBUG_NAMED_VALUE_END };
