diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 10:19:39 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 10:19:39 +0000 |
commit | 1d6b5957c6be221feb836bc25686246f67769bce (patch) | |
tree | 28898afbdc8a45ab472d9ade945a11c1ad9af362 /src/gallium/drivers/i965/brw_debug.h | |
parent | 5d7c0cf563b65aeb83f3d2f2ec709a96cf0fbae2 (diff) |
i965g: add DEBUG_MIN_URB 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 aee62f7a5be..ea3c87218be 100644 --- a/src/gallium/drivers/i965/brw_debug.h +++ b/src/gallium/drivers/i965/brw_debug.h @@ -15,7 +15,7 @@ #define DEBUG_BATCH 0x80 #define DEBUG_PIXEL 0x100 #define DEBUG_BUFMGR 0x200 -#define DEBUG_unused1 0x400 +#define DEBUG_MIN_URB 0x400 #define DEBUG_unused2 0x800 #define DEBUG_unused3 0x1000 #define DEBUG_SYNC 0x2000 |