summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-12 10:28:43 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-12 10:28:43 +0000
commit269e3895d9837ac7303b91948f003ca5c12c0fe4 (patch)
treea9cdca8df60e5e7b259c408e0e3b9617fe62cffc /src/mesa/main/mtypes.h
parent5c72837af9d3e358459c7f2e3ef9263c160d2a70 (diff)
new MESA_DEBUG option: disassem
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 374f1c85a2..f6732699b7 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2895,7 +2895,8 @@ enum _verbose
VERBOSE_DISPLAY_LIST = 0x0100,
VERBOSE_LIGHTING = 0x0200,
VERBOSE_PRIMS = 0x0400,
- VERBOSE_VERTS = 0x0800
+ VERBOSE_VERTS = 0x0800,
+ VERBOSE_DISASSEM = 0x1000
};