mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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>
This commit is contained in:
@@ -197,6 +197,3 @@ int yylex_destroy(void);
|
||||
|
||||
char *
|
||||
lex_text(void);
|
||||
|
||||
int
|
||||
disasm (FILE *output, struct brw_instruction *inst);
|
||||
|
||||
Reference in New Issue
Block a user