i965: Pack gen6 blend_state_key structure.
authorEric Anholt <eric@anholt.net>
Fri, 5 Mar 2010 21:18:13 +0000 (13:18 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 5 Mar 2010 23:23:30 +0000 (15:23 -0800)
src/mesa/drivers/dri/i965/gen6_cc.c

index 42b41f3..6418fc6 100644 (file)
@@ -34,6 +34,7 @@
 
 struct brw_blend_state_key {
    GLboolean color_blend, alpha_enabled;
+   GLboolean dither;
 
    GLenum logic_op;
 
@@ -42,8 +43,6 @@ struct brw_blend_state_key {
    GLenum blend_dst_rgb, blend_dst_a;
 
    GLenum alpha_func;
-
-   GLboolean dither;
 };
 
 static void