projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f5c9a
)
st/mesa: add missing debug entry for DEBUG_CONSTANTS
author
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 16:23:47 +0000
(10:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 16:23:47 +0000
(10:23 -0600)
src/mesa/state_tracker/st_debug.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_debug.c
b/src/mesa/state_tracker/st_debug.c
index 175bf9e6f97326a7a7ce34be56d41ec2a0138bff..2da27fc4bd10d204b364ddd00411fd2317d157ce 100644
(file)
--- 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 },