projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1d6e2
)
cell: Call the correct function to generate blending code
author
Ian Romanick
<idr@us.ibm.com>
Fri, 21 Mar 2008 00:36:31 +0000
(17:36 -0700)
committer
Ian Romanick
<idr@us.ibm.com>
Fri, 21 Mar 2008 00:37:26 +0000
(17:37 -0700)
Cut-and-paste for the lose. :(
src/gallium/drivers/cell/ppu/cell_pipe_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
index 4ca8c153b0b96d9b17b9375ee0736709d6f5e5ee..86fcdcff1f68fea59ea17039c4a24e9719b046c7 100644
(file)
--- a/
src/gallium/drivers/cell/ppu/cell_pipe_state.c
+++ b/
src/gallium/drivers/cell/ppu/cell_pipe_state.c
@@
-63,7
+63,7
@@
cell_bind_blend_state(struct pipe_context *pipe, void *state)
draw_flush(cell->draw);
if ((blend != NULL) && (blend->code.store == NULL)) {
- cell_generate_
depth_stencil_test(blend
);
+ cell_generate_
alpha_blend(blend, &cell->blend_color
);
}
cell->blend = blend;