summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-12 16:57:55 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-12 16:57:55 -0700
commit8b1bfd1d27989c9a880ce269d56ea1dfd88a5811 (patch)
treefaed3c2820206b4044334d799404864ce9069153 /src/mesa
parentd53e1c255aad83ee6c183f6e144d309327898669 (diff)
Cell: disable cell_emit_state() for now
Diffstat (limited to 'src/mesa')
-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 dc2879b915..c654990325 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;
}