diff options
author | Brian Paul <brianp@vmware.com> | 2009-10-14 16:24:35 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-14 19:08:39 -0600 |
commit | 2fd5cb713338e91999a036399a4bea4406687ca0 (patch) | |
tree | 93b6f2146531339768cd742ad2776d6fe43d3287 /src/mesa/main/debug.c | |
parent | f9784072fee016e14e0319c705420becb2490bf9 (diff) |
mesa: added VERBOSE_SWAPBUFFERS
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 07ed51f5ab..490cc9c26b 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -175,7 +175,8 @@ static void add_debug_flags( const char *debug ) { "list", VERBOSE_DISPLAY_LIST }, { "lighting", VERBOSE_LIGHTING }, { "disassem", VERBOSE_DISASSEM }, - { "draw", VERBOSE_DRAW } + { "draw", VERBOSE_DRAW }, + { "swap", VERBOSE_SWAPBUFFERS } }; GLuint i; |