cell: propogate blend color to SPUs for the fallback fragment ops code
[mesa.git] / src / gallium / drivers / cell / ppu / cell_state_emit.c
index bb694aa1073394699d52794ea7c650521b44569d..d2427584ba4496f2131d10a75ccfb9f4426c6c02 100644 (file)
@@ -52,6 +52,7 @@ lookup_fragment_ops(struct cell_context *cell)
     */
    memset(&key, 0, sizeof(key));
    key.blend = *cell->blend;
+   key.blend_color = cell->blend_color;
    key.dsa = *cell->depth_stencil;
 
    if (cell->framebuffer.cbufs[0])