[Intel-gfx] [PATCH]intel-gen4asm: change read message format on GEN5

Xiang, Haihao haihao.xiang at intel.com
Mon Jul 20 21:46:29 CEST 2009


to re-use a lot of shaders for GEN5.
---
 src/brw_structs.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/brw_structs.h b/src/brw_structs.h
index 4bd38e9..ba20547 100644
--- a/src/brw_structs.h
+++ b/src/brw_structs.h
@@ -1386,8 +1386,8 @@ struct brw_instruction
 
        struct {
            GLuint binding_table_index:8;
-           GLuint msg_control:3;  
-           GLuint msg_type:3;  
+           GLuint msg_control:4;  
+           GLuint msg_type:2;  
            GLuint target_cache:2;    
            GLuint pad0:3;
            GLuint header_present:1;
-- 
1.5.6.3




More information about the Intel-gfx mailing list