diff options
author | Brian Paul <[email protected]> | 2013-01-14 15:18:13 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-01-14 18:15:41 -0700 |
commit | f5eb1b123fdd64f713c1226f14758de4690c6fc2 (patch) | |
tree | cee68112a13fc8d74c53e23d3f277db66b34c44f /src/mesa/state_tracker/st_debug.h | |
parent | cb6ef3d112fa48fd3960583fd39c7ab11052c54f (diff) |
st/mesa: add some simple buffer/draw debug code
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_debug.h')
-rw-r--r-- | src/mesa/state_tracker/st_debug.h | 2 |
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; |