mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 13:40:23 +01:00
zink: add a ZINK_DEBUG=validation alias
typing validation all the time makes my hands hurt Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25290>
This commit is contained in:
parent
fe43e63974
commit
12778fc99f
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ zink_debug_options[] = {
|
|||
{ "spirv", ZINK_DEBUG_SPIRV, "Dump SPIR-V during program compile" },
|
||||
{ "tgsi", ZINK_DEBUG_TGSI, "Dump TGSI during program compile" },
|
||||
{ "validation", ZINK_DEBUG_VALIDATION, "Dump Validation layer output" },
|
||||
{ "vvl", ZINK_DEBUG_VALIDATION, "Dump Validation layer output" },
|
||||
{ "sync", ZINK_DEBUG_SYNC, "Force synchronization before draws/dispatches" },
|
||||
{ "compact", ZINK_DEBUG_COMPACT, "Use only 4 descriptor sets" },
|
||||
{ "noreorder", ZINK_DEBUG_NOREORDER, "Do not reorder command streams" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue