summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_state_derived.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-12 12:39:26 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-12 12:39:26 -0700
commitdae719a68173bddedbb531c030cd4a12bcb0435b (patch)
treecaea923b527e21313758977ab776d6db96313ab5 /src/mesa/pipe/cell/ppu/cell_state_derived.c
parent68f5a6f74335e252e6a04dd6ae9ef7ae1482be97 (diff)
Cell: first state object (depth/stencil/alpha) emitted to SPUs
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_state_derived.c')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_state_derived.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_state_derived.c b/src/mesa/pipe/cell/ppu/cell_state_derived.c
index ec3a8f3a81..dc2879b915 100644
--- a/src/mesa/pipe/cell/ppu/cell_state_derived.c
+++ b/src/mesa/pipe/cell/ppu/cell_state_derived.c
@@ -219,5 +219,7 @@ void cell_update_derived( struct cell_context *cell )
compute_cliprect(cell);
#endif
+ cell_emit_state(cell);
+
cell->dirty = 0;
}