diff options
author | Eric Anholt <[email protected]> | 2010-03-05 13:18:13 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-03-05 15:23:30 -0800 |
commit | 5d18e86971bdcf0a4dff3cb62581d7ae54c5e67a (patch) | |
tree | 71af8c7100dd95a31e8a3db15ab8d3bb2a5f4168 | |
parent | 855515859ec1d94737ea91167220ba7b568c144d (diff) |
i965: Pack gen6 blend_state_key structure.
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_cc.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |