diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 11:21:48 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 11:45:01 +0000 |
commit | 381cd2d63f4aae29d478e02dda5a978a668168e1 (patch) | |
tree | 0c490e3d4ad527c45885bc01ca86f74c1fb76af1 /src/gallium/drivers/i965/brw_debug.h | |
parent | aab9601a753afd012e16df072e774a32eb1348b9 (diff) |
i965g: disassemble each instruction as generated
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 ea3c87218be..0deddbf9770 100644 --- a/src/gallium/drivers/i965/brw_debug.h +++ b/src/gallium/drivers/i965/brw_debug.h @@ -16,7 +16,7 @@ #define DEBUG_PIXEL 0x100 #define DEBUG_BUFMGR 0x200 #define DEBUG_MIN_URB 0x400 -#define DEBUG_unused2 0x800 +#define DEBUG_DISASSEM 0x800 #define DEBUG_unused3 0x1000 #define DEBUG_SYNC 0x2000 #define DEBUG_PRIMS 0x4000 |