summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-20 14:58:29 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-20 14:58:29 -0700
commit45b5d3b1fc996e0f460ea163e4f4b3e750e8914f (patch)
tree5350554f3b4d4da254a8daf3c888f423241d741e /src/mesa/pipe/cell/ppu
parenta1f4a5e802ad62c88fca6834b9de1c83672230a6 (diff)
enable call to cell_emit_state()
Diffstat (limited to 'src/mesa/pipe/cell/ppu')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_state_derived.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_state_derived.c b/src/mesa/pipe/cell/ppu/cell_state_derived.c
index c654990325..dc2879b915 100644
--- a/src/mesa/pipe/cell/ppu/cell_state_derived.c
+++ b/src/mesa/pipe/cell/ppu/cell_state_derived.c
@@ -219,7 +219,7 @@ void cell_update_derived( struct cell_context *cell )
compute_cliprect(cell);
#endif
- //cell_emit_state(cell);
+ cell_emit_state(cell);
cell->dirty = 0;
}