projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8555158
)
i965: Pack gen6 blend_state_key structure.
author
Eric Anholt
<eric@anholt.net>
Fri, 5 Mar 2010 21:18:13 +0000
(13:18 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 5 Mar 2010 23:23:30 +0000
(15:23 -0800)
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 42b41f3210cbf51cb266669cfdb20a0ad3209758..6418fc6d81fc250c7e453a7ebee9f67a6c73321d 100644
(file)
--- 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