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_context.h | |
parent | aab9601a753afd012e16df072e774a32eb1348b9 (diff) |
i965g: disassemble each instruction as generated
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index b81dff0aa05..05fc9d45b56 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -788,6 +788,7 @@ int brw_upload_urb_fence(struct brw_context *brw); int brw_upload_cs_urb_state(struct brw_context *brw); /* brw_disasm.c */ +int brw_disasm_insn (FILE *file, const struct brw_instruction *inst); int brw_disasm (FILE *file, const struct brw_instruction *inst, unsigned count); |