i965: Pack gen6 blend_state_key structure.

This commit is contained in:
Eric Anholt 2010-03-05 13:18:13 -08:00
parent 855515859e
commit 5d18e86971
1 changed files with 1 additions and 2 deletions

View 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