From: Mike Blumenkrantz Date: Mon, 20 Feb 2023 13:57:42 +0000 (-0500) Subject: zink: actually hook up ZINK_DEBUG=norp X-Git-Tag: upstream/23.3.3~12713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03610a5aab5595671e1bc605703f5fc528798ab7;p=platform%2Fupstream%2Fmesa.git zink: actually hook up ZINK_DEBUG=norp Part-of: --- diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 8699642..b5462bc 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 };