summaryrefslogtreecommitdiff
path: root/assembler/brw_structs.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-01-15 20:24:51 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:36 +0000
commitfe0bd3776e522c6a30060562cf57c6fc75196461 (patch)
treebb7488b886cc975ec8114bdcf025495b7eb57f2b /assembler/brw_structs.h
parent8fa561d4bbaec0ba0a4c9ccf2abe9131b893729a (diff)
assembler: Remove struct dp_write_gen6 and struct use gen6_dp
We ended up with 2 structures that where exactly the same, so just use one, which happens to be the one Mesa has. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'assembler/brw_structs.h')
-rw-r--r--assembler/brw_structs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h
index cfb3028c..0e3c430a 100644
--- a/assembler/brw_structs.h
+++ b/assembler/brw_structs.h
@@ -1500,19 +1500,6 @@ struct brw_instruction
GLuint end_of_thread:1;
} dp_write_gen5;
- struct {
- GLuint binding_table_index:8;
- GLuint msg_control:5;
- GLuint msg_type:4;
- GLuint send_commit_msg:1;
- GLuint pad0:1;
- GLuint header_present:1;
- GLuint response_length:5;
- GLuint msg_length:4;
- GLuint pad1:2;
- GLuint end_of_thread:1;
- } dp_write_gen6;
-
/**
* Message for the Sandybridge Render Cache Data Port.
*