diff options
author | Brian Paul <[email protected]> | 2010-04-28 10:23:47 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-28 10:23:47 -0600 |
commit | e0383d7bb6d9636d27b04ddd777c659b0f83758b (patch) | |
tree | 4b7258bbace41e1a499cacbd311b4a65885b8573 /src/mesa | |
parent | c7f5c9a3dc6350252e73b541bb85ab3ed9e64a9c (diff) |
st/mesa: add missing debug entry for DEBUG_CONSTANTS
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_debug.c b/src/mesa/state_tracker/st_debug.c index 175bf9e6f97..2da27fc4bd1 100644 --- a/src/mesa/state_tracker/st_debug.c +++ b/src/mesa/state_tracker/st_debug.c @@ -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 }, |