summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_tri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_tri.c')
-rw-r--r--src/mesa/pipe/cell/spu/spu_tri.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_tri.c b/src/mesa/pipe/cell/spu/spu_tri.c
index 199afa1aa6..89aaca9a72 100644
--- a/src/mesa/pipe/cell/spu/spu_tri.c
+++ b/src/mesa/pipe/cell/spu/spu_tri.c
@@ -324,6 +324,11 @@ emit_quad( int x, int y, mask_t mask )
vector float colors[4];
eval_coeff(1, (float) x, (float) y, colors);
+#if 0
+ if (spu.blend.blend_enable)
+ blend_quad(ix % TILE_SIZE, iy % TILE_SIZE, colors);
+#endif
+
if (spu_extract(mask, 0))
spu.ctile.ui[iy][ix] = spu_pack_color_shuffle(colors[0], shuffle);
if (spu_extract(mask, 1))