i965: Don't try to store gen6 (float) blend constant color in bytes.

Fixes glean/blendFunc
This commit is contained in:
Eric Anholt
2010-12-07 19:29:26 -08:00
parent 002cd2c8d4
commit 2f07a744f1
+1 -1
View File
@@ -172,7 +172,7 @@ const struct brw_tracked_state gen6_blend_state = {
};
struct gen6_color_calc_state_key {
GLubyte blend_constant_color[4];
float blend_constant_color[4];
GLclampf alpha_ref;
GLubyte stencil_ref[2];
};