summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_debug.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-10-05 18:55:47 +0200
committerMarek Olšák <[email protected]>2014-10-21 22:01:16 +0200
commite8764a46731aaa20d6c7bc98d227e1a94fafbf5b (patch)
tree1fbac9fac49149395992f0127d09e5bee232e9bb /src/mesa/state_tracker/st_debug.h
parent5f5b83cbba95a7bb8955b09e24df1e9487c10734 (diff)
st/mesa: add ST_DEBUG=wf option which enables wireframe rendering
Useful for tessellation.
Diffstat (limited to 'src/mesa/state_tracker/st_debug.h')
-rw-r--r--src/mesa/state_tracker/st_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_debug.h b/src/mesa/state_tracker/st_debug.h
index c1c482524c9..49b916fb336 100644
--- a/src/mesa/state_tracker/st_debug.h
+++ b/src/mesa/state_tracker/st_debug.h
@@ -46,6 +46,7 @@ st_print_current(void);
#define DEBUG_SCREEN 0x80
#define DEBUG_DRAW 0x100
#define DEBUG_BUFFER 0x200
+#define DEBUG_WIREFRAME 0x400
#ifdef DEBUG
extern int ST_DEBUG;