st/mesa: add missing debug entry for DEBUG_CONSTANTS
authorBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 16:23:47 +0000 (10:23 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 16:23:47 +0000 (10:23 -0600)
src/mesa/state_tracker/st_debug.c

index 175bf9e6f97326a7a7ce34be56d41ec2a0138bff..2da27fc4bd10d204b364ddd00411fd2317d157ce 100644 (file)
@@ -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 },