mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
zink: actually hook up ZINK_DEBUG=norp
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21425>
This commit is contained in:
parent
9e8450b65c
commit
03610a5aab
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue