diff options
author | Brian Paul <[email protected]> | 2009-10-14 15:46:25 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-14 19:08:38 -0600 |
commit | d9099f8602eb6d15e9fc2e0b0987e7a58fb98b68 (patch) | |
tree | 9d693a2cbe2199fe07315a795f7c2f4e5ceb8070 /src/mesa/main/debug.c | |
parent | 73fc0ca4c36f258c4d0d7707dd3313a685c211bf (diff) |
mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 8492c8561d4..530170b5266 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -167,7 +167,7 @@ static void add_debug_flags( const char *debug ) static const struct debug_option debug_opt[] = { { "varray", VERBOSE_VARRAY }, { "tex", VERBOSE_TEXTURE }, - { "imm", VERBOSE_IMMEDIATE }, + { "mat", VERBOSE_MATERIAL }, { "pipe", VERBOSE_PIPELINE }, { "driver", VERBOSE_DRIVER }, { "state", VERBOSE_STATE }, |