Mesa (master): st/mesa: add missing debug entry for DEBUG_CONSTANTS

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 28 16:26:05 UTC 2010


Module: Mesa
Branch: master
Commit: e0383d7bb6d9636d27b04ddd777c659b0f83758b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0383d7bb6d9636d27b04ddd777c659b0f83758b

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 28 10:23:47 2010 -0600

st/mesa: add missing debug entry for DEBUG_CONSTANTS

---

 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 175bf9e..2da27fc 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 },




More information about the mesa-commit mailing list