diff options
author | Brian Paul <[email protected]> | 2009-02-06 10:00:34 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-06 10:00:34 -0700 |
commit | aafcc26642d5243944a1abb816c2657f644c0649 (patch) | |
tree | d01e92f80033b7db995581afcc1fdd45d572971d /src/mesa/main/debug.c | |
parent | b2e779988eeb595187933fe2122d86f8ccfe059c (diff) |
Revert "mesa: meaningless whitespace change to see if git's working (ignore)"
This reverts commit b2e779988eeb595187933fe2122d86f8ccfe059c.
I didn't mean to push this stuff yet. I'm having a bad git day...
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 65970a53a94..77fef325583 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -164,7 +164,9 @@ static void add_debug_flags( const char *debug ) { "api", VERBOSE_API }, { "list", VERBOSE_DISPLAY_LIST }, { "lighting", VERBOSE_LIGHTING }, - { "disassem", VERBOSE_DISASSEM } + { "disassem", VERBOSE_DISASSEM }, + { "glsl", VERBOSE_GLSL }, /* report GLSL compile/link errors */ + { "glsl_dump", VERBOSE_GLSL_DUMP } /* print shader GPU instructions */ }; GLuint i; |