projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002cd2c
)
i965: Don't try to store gen6 (float) blend constant color in bytes.
author
Eric Anholt
<eric@anholt.net>
Wed, 8 Dec 2010 03:29:26 +0000
(19:29 -0800)
committer
Eric Anholt
<eric@anholt.net>
Wed, 8 Dec 2010 03:33:47 +0000
(19:33 -0800)
Fixes glean/blendFunc
src/mesa/drivers/dri/i965/gen6_cc.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/gen6_cc.c
b/src/mesa/drivers/dri/i965/gen6_cc.c
index 800a25552141bb76aae204f02b383d056a08a55e..f51cf5f1120d4f6ecffd94723aa94ecfd0e11821 100644
(file)
--- a/
src/mesa/drivers/dri/i965/gen6_cc.c
+++ b/
src/mesa/drivers/dri/i965/gen6_cc.c
@@
-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];
};