i965/fs: Lower 32x32 bit multiplication on BXT.
[mesa.git] / src / mesa / drivers / dri / i965 / intel_asm_annotation.h
index 79f337211b10f884effc6ee6396a0b40c191d3d2..d9c69bc41b0af1103aff0a48d9e2cd0211c831d2 100644 (file)
@@ -60,11 +60,12 @@ 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,
-         struct annotation_info *annotation, struct cfg_t *cfg,
+annotate(const struct brw_device_info *devinfo,
+         struct annotation_info *annotation, const struct cfg_t *cfg,
          struct backend_instruction *inst, unsigned offset);
 void
 annotation_finalize(struct annotation_info *annotation, unsigned offset);