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_screen.c | |
parent | aab9601a753afd012e16df072e774a32eb1348b9 (diff) |
i965g: disassemble each instruction as generated
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.c')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.c b/src/gallium/drivers/i965/brw_screen.c index 275ff0959f9..9d8066442be 100644 --- a/src/gallium/drivers/i965/brw_screen.c +++ b/src/gallium/drivers/i965/brw_screen.c @@ -49,6 +49,7 @@ static const struct debug_named_value debug_names[] = { { "pix", DEBUG_PIXEL}, { "buf", DEBUG_BUFMGR}, { "min", DEBUG_MIN_URB}, + { "dis", DEBUG_DISASSEM}, { "sync", DEBUG_SYNC}, { "prim", DEBUG_PRIMS }, { "vert", DEBUG_VERTS }, |