summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-05-15 16:10:09 -0700
committerKenneth Graunke <[email protected]>2014-05-18 23:35:18 -0700
commitdb1449b7005af190d2ef1f2ad94f96c4b29943db (patch)
treeda3cff7e9f139dec4faf4114ac9dbfd7dbb32063 /src/mesa/drivers/dri/i965/brw_eu.h
parent4b04152db055babb8b06929a0c9ebea5c7f4fb92 (diff)
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
"Disassemble" is an accurate description of what this function does. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_eu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h
index 75ceec2fcb1..51d5214ae89 100644
--- a/src/mesa/drivers/dri/i965/brw_eu.h
+++ b/src/mesa/drivers/dri/i965/brw_eu.h
@@ -105,8 +105,8 @@ void brw_set_acc_write_control(struct brw_compile *p, unsigned value);
void brw_init_compile(struct brw_context *, struct brw_compile *p,
void *mem_ctx);
-void brw_dump_compile(struct brw_context *brw, void *assembly,
- int start,int end, FILE *out);
+void brw_disassemble(struct brw_context *brw, void *assembly,
+ int start, int end, FILE *out);
const unsigned *brw_get_program( struct brw_compile *p, unsigned *sz );
struct brw_instruction *brw_next_insn(struct brw_compile *p, unsigned opcode);