From 28ff66a13c9dcc7aeb7bcff8d173495ee53deef9 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 31 Jan 2013 14:28:00 +0000 Subject: assembler: Put struct opcode_desc back in brw_context.h I originally moved struct opcode_desc from brw_context.h to brw_eu.h on the mesa side, but that was before the realization we needed struct brw_context if we wanted to not touch the code too much. So put it back there now that the mesa patch has been dropped. Signed-off-by: Damien Lespiau --- assembler/brw_eu.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'assembler/brw_eu.h') diff --git a/assembler/brw_eu.h b/assembler/brw_eu.h index 5d623c04..83c82d16 100644 --- a/assembler/brw_eu.h +++ b/assembler/brw_eu.h @@ -420,17 +420,6 @@ void brw_optimize(struct brw_compile *p); void brw_remove_duplicate_mrf_moves(struct brw_compile *p); void brw_remove_grf_to_mrf_moves(struct brw_compile *p); -/* brw_disasm.c */ -struct opcode_desc { - char *name; - int nsrc; - int ndst; -}; - -extern const struct opcode_desc opcode_descs[128]; - -int brw_disasm (FILE *file, struct brw_instruction *inst, int gen); - #ifdef __cplusplus } #endif -- cgit v1.2.3