summaryrefslogtreecommitdiff
path: root/assembler/brw_structs.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-21 21:41:36 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:38 +0000
commit79c62f1134b2200fc49c43178d846ecba8e37a7b (patch)
tree28ee6205be144c8daefebcfeff02cee05fc1931d /assembler/brw_structs.h
parenta45a47183a98e07f7a44330cd68bf65fec8d6dea (diff)
assembler: Don't change the size of opcodes!
Until now, the assembler had relocation-related fields added to struct brw_instruction. This changes the size of the structure and break code assuming the opcode structure is really 16 bytes, for instance the emission code in brw_eu_emit.c. With this commit, we build on the infrastructure that slowly emerged in the few previous commits to add a relocatable instruction with the needed fields. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'assembler/brw_structs.h')
-rw-r--r--assembler/brw_structs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h
index db7a9be5..e650bf51 100644
--- a/assembler/brw_structs.h
+++ b/assembler/brw_structs.h
@@ -1463,9 +1463,6 @@ struct brw_instruction
GLuint ud;
float f;
} bits3;
-
- char *first_reloc_target, *second_reloc_target; // first for JIP, second for UIP
- GLint first_reloc_offset, second_reloc_offset; // in number of instructions
};
struct brw_compact_instruction {