diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 16:55:40 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 16:55:40 +0000 |
commit | 6c719d4c22e84e315e5dc9cbc69885401a7ae231 (patch) | |
tree | 4094f3c15ede14433561a77cc2af4651b348197b /src/gallium/drivers/i965/brw_debug.h | |
parent | f217927a57dbf57ffe23fb48417a4cdad7e0eeea (diff) |
i965g: add DEBUG_WINSYS flag
Diffstat (limited to 'src/gallium/drivers/i965/brw_debug.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_debug.h b/src/gallium/drivers/i965/brw_debug.h index 98407a06eda..ae8e9254a68 100644 --- a/src/gallium/drivers/i965/brw_debug.h +++ b/src/gallium/drivers/i965/brw_debug.h @@ -14,7 +14,7 @@ #define DEBUG_VERBOSE 0x40 #define DEBUG_BATCH 0x80 #define DEBUG_PIXEL 0x100 -#define DEBUG_BUFMGR 0x200 +#define DEBUG_WINSYS 0x200 #define DEBUG_MIN_URB 0x400 #define DEBUG_DISASSEM 0x800 #define DEBUG_unused3 0x1000 |