cell: Call the correct function to generate blending code

Cut-and-paste for the lose. :(
This commit is contained in:
Ian Romanick 2008-03-20 17:36:31 -07:00
parent df1d6e2410
commit 4b9520fc05
1 changed files with 1 additions and 1 deletions

View File

@ -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;