i965: Remove bogus flag_reg_nr field from bits3.
authorEric Anholt <eric@anholt.net>
Thu, 6 Dec 2012 19:31:31 +0000 (11:31 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Dec 2012 18:11:44 +0000 (10:11 -0800)
There's a flag subreg nr field in bits2 next to src0.vertstride, but
there shouldn't be anything in bits3 next to src1.vertstride.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_structs.h

index 26def6e..64bc161 100644 (file)
@@ -1184,8 +1184,7 @@ struct brw_instruction
         GLuint src1_horiz_stride:2;
         GLuint src1_width:3;
         GLuint src1_vert_stride:4;
-        GLuint flag_reg_nr:1;
-        GLuint pad1:6; 
+        GLuint pad1:7;
       } ia1;
 
       struct
@@ -1201,8 +1200,7 @@ struct brw_instruction
         GLuint src1_swz_w:2;
         GLuint pad1:1;
         GLuint src1_vert_stride:4;
-        GLuint flag_reg_nr:1;
-        GLuint pad2:6;
+        GLuint pad2:7;
       } ia16;