summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-14 16:24:35 -0600
committerBrian Paul <brianp@vmware.com>2009-10-14 19:08:39 -0600
commit2fd5cb713338e91999a036399a4bea4406687ca0 (patch)
tree93b6f2146531339768cd742ad2776d6fe43d3287 /src/mesa/main/mtypes.h
parentf9784072fee016e14e0319c705420becb2490bf9 (diff)
mesa: added VERBOSE_SWAPBUFFERS
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 5699db5d4a..988bfe1e22 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3110,7 +3110,8 @@ enum _verbose
VERBOSE_PRIMS = 0x0400,
VERBOSE_VERTS = 0x0800,
VERBOSE_DISASSEM = 0x1000,
- VERBOSE_DRAW = 0x2000
+ VERBOSE_DRAW = 0x2000,
+ VERBOSE_SWAPBUFFERS = 0x4000
};