summaryrefslogtreecommitdiff
path: root/assembler/gen4asm.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-19 00:30:18 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:37 +0000
commit4ca1a04b859ed039a41d46891a3019d953ab1dc2 (patch)
tree4013ae130469b58d203d7abd4c082c137b0217e0 /assembler/gen4asm.h
parent66fdc85d5bdab9d38d3d5fe255ec6481829ae2d9 (diff)
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 <damien.lespiau@intel.com>
Diffstat (limited to 'assembler/gen4asm.h')
-rw-r--r--assembler/gen4asm.h3
1 files changed, 0 insertions, 3 deletions
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);