projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1118807
)
added blend_color
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 3 Jul 2007 23:13:45 +0000
(17:13 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 3 Jul 2007 23:13:45 +0000
(17:13 -0600)
src/mesa/pipe/softpipe/sp_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_context.h
b/src/mesa/pipe/softpipe/sp_context.h
index a8c952591ed9a3859bff9dc0b18dc0c0ff21d073..40688208e033183f293b4d6ade0e9c974f10d2e0 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_context.h
+++ b/
src/mesa/pipe/softpipe/sp_context.h
@@
-76,6
+76,7
@@
struct softpipe_context {
*/
struct pipe_alpha_test_state alpha_test;
struct pipe_blend_state blend;
+ struct pipe_blend_color blend_color;
struct pipe_clear_color_state clear_color;
struct pipe_clip_state clip;
struct pipe_depth_state depth_test;