diff options
author | Brian Paul <[email protected]> | 2009-02-06 09:57:28 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-06 09:57:28 -0700 |
commit | b2e779988eeb595187933fe2122d86f8ccfe059c (patch) | |
tree | 45ebb6b079b4f7b651f6c14b3f928697981a4218 /src/mesa/main/debug.c | |
parent | da795ff0a837eeb8c8f9d44987b374da2d4d2835 (diff) |
mesa: meaningless whitespace change to see if git's working (ignore)
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 77fef325583..65970a53a94 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -164,9 +164,7 @@ static void add_debug_flags( const char *debug ) { "api", VERBOSE_API }, { "list", VERBOSE_DISPLAY_LIST }, { "lighting", VERBOSE_LIGHTING }, - { "disassem", VERBOSE_DISASSEM }, - { "glsl", VERBOSE_GLSL }, /* report GLSL compile/link errors */ - { "glsl_dump", VERBOSE_GLSL_DUMP } /* print shader GPU instructions */ + { "disassem", VERBOSE_DISASSEM } }; GLuint i; |