From 4ca1a04b859ed039a41d46891a3019d953ab1dc2 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sat, 19 Jan 2013 00:30:18 +0000 Subject: assembler: Update the disassembler code From Mesa. This imports a bit more the of brw_eu* infrastructure (which is going towards the right direction!) from mesa and the update is quite a significant improvement over what we had. I also verified that the changes that were done on the assembler old version of brw_disasm.c were already supported by the Mesa version, and indeed they were. Signed-off-by: Damien Lespiau --- assembler/gen4asm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'assembler/gen4asm.h') diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h index f9ed161d..e47e9e62 100644 --- a/assembler/gen4asm.h +++ b/assembler/gen4asm.h @@ -197,6 +197,3 @@ int yylex_destroy(void); char * lex_text(void); - -int -disasm (FILE *output, struct brw_instruction *inst); -- cgit v1.2.3