i965: Don't try to store gen6 (float) blend constant color in bytes.
Fixes glean/blendFunc
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user