st/mesa: add missing debug entry for DEBUG_CONSTANTS
This commit is contained in:
@@ -47,6 +47,7 @@ int ST_DEBUG = 0;
|
||||
static const struct debug_named_value st_debug_flags[] = {
|
||||
{ "mesa", DEBUG_MESA },
|
||||
{ "tgsi", DEBUG_TGSI },
|
||||
{ "constants",DEBUG_CONSTANTS },
|
||||
{ "pipe", DEBUG_PIPE },
|
||||
{ "tex", DEBUG_TEX },
|
||||
{ "fallback", DEBUG_FALLBACK },
|
||||
|
||||
Reference in New Issue
Block a user