enable call to cell_emit_state()
authorBrian <brian.paul@tungstengraphics.com>
Sun, 20 Jan 2008 21:58:29 +0000 (14:58 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Sun, 20 Jan 2008 21:58:29 +0000 (14:58 -0700)
src/mesa/pipe/cell/ppu/cell_state_derived.c

index c654990..dc2879b 100644 (file)
@@ -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;
 }