summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_debug.h')
-rw-r--r--src/mesa/state_tracker/st_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_debug.h b/src/mesa/state_tracker/st_debug.h
index 4a060d7759c..1c6e9eea17f 100644
--- a/src/mesa/state_tracker/st_debug.h
+++ b/src/mesa/state_tracker/st_debug.h
@@ -44,6 +44,8 @@ st_print_current(void);
#define DEBUG_FALLBACK 0x20
#define DEBUG_QUERY 0x40
#define DEBUG_SCREEN 0x80
+#define DEBUG_DRAW 0x100
+#define DEBUG_BUFFER 0x200
#ifdef DEBUG
extern int ST_DEBUG;