From: Eric Anholt Date: Fri, 5 Mar 2010 21:18:13 +0000 (-0800) Subject: i965: Pack gen6 blend_state_key structure. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d18e86971bdcf0a4dff3cb62581d7ae54c5e67a;p=mesa.git i965: Pack gen6 blend_state_key structure. --- diff --git a/src/mesa/drivers/dri/i965/gen6_cc.c b/src/mesa/drivers/dri/i965/gen6_cc.c index 42b41f3210c..6418fc6d81f 100644 --- a/src/mesa/drivers/dri/i965/gen6_cc.c +++ b/src/mesa/drivers/dri/i965/gen6_cc.c @@ -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