summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_asm_annotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_asm_annotation.h')
-rw-r--r--src/mesa/drivers/dri/i965/intel_asm_annotation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_asm_annotation.h b/src/mesa/drivers/dri/i965/intel_asm_annotation.h
index d80f320528..d9c69bc41b 100644
--- a/src/mesa/drivers/dri/i965/intel_asm_annotation.h
+++ b/src/mesa/drivers/dri/i965/intel_asm_annotation.h
@@ -60,10 +60,11 @@ struct annotation_info {
void
dump_assembly(void *assembly, int num_annotations, struct annotation *annotation,
- struct brw_context *brw, const struct gl_program *prog);
+ const struct brw_device_info *devinfo,
+ const struct gl_program *prog);
void
-annotate(struct brw_context *brw,
+annotate(const struct brw_device_info *devinfo,
struct annotation_info *annotation, const struct cfg_t *cfg,
struct backend_instruction *inst, unsigned offset);
void