st/mesa: add missing debug entry for DEBUG_CONSTANTS

This commit is contained in:
Brian Paul 2010-04-28 10:23:47 -06:00
parent c7f5c9a3dc
commit e0383d7bb6
1 changed files with 1 additions and 0 deletions

View 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 },