change read message format on GEN5

to re-use a lot of shaders for GEN5.
This commit is contained in:
Xiang, Haihao 2009-07-23 10:32:51 +08:00 committed by Damien Lespiau
parent 549b751afb
commit 5261b8475e

View File

@ -1386,8 +1386,8 @@ struct brw_instruction
struct { struct {
GLuint binding_table_index:8; GLuint binding_table_index:8;
GLuint msg_control:3; GLuint msg_control:4;
GLuint msg_type:3; GLuint msg_type:2;
GLuint target_cache:2; GLuint target_cache:2;
GLuint pad0:3; GLuint pad0:3;
GLuint header_present:1; GLuint header_present:1;