zink: actually hook up ZINK_DEBUG=norp

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21425>
This commit is contained in:
Mike Blumenkrantz 2023-02-20 08:57:42 -05:00 committed by Marge Bot
parent 9e8450b65c
commit 03610a5aab

View file

@ -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
};