src/mesa/pipe/cell/common.h | 1 src/mesa/pipe/cell/ppu/Makefile | 1 src/mesa/pipe/cell/ppu/cell_batch.c | 1 src/mesa/pipe/cell/ppu/cell_state_blend.c | 35 +++-- src/mesa/pipe/cell/ppu/cell_state_derived.c | 2 src/mesa/pipe/cell/ppu/cell_state_emit.c | 45 +++++++ src/mesa/pipe/cell/ppu/cell_state_emit.h | 36 +++++ src/mesa/pipe/cell/ppu/cell_state_rasterizer.c | 9 - src/mesa/pipe/cell/spu/spu_main.c | 154 +++++++++++++------------ src/mesa/pipe/cell/spu/spu_main.h | 29 +++- src/mesa/pipe/cell/spu/spu_tile.c | 22 +-- src/mesa/pipe/cell/spu/spu_tile.h | 6 src/mesa/pipe/cell/spu/spu_tri.c | 18 -- 13 files changed, 237 insertions(+), 122 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit a511200e5f0c384e68258879bab76563d8e01f01 Author: Brian <[EMAIL PROTECTED]> Date: Sat Jan 12 16:58:50 2008 -0700 Cell: remove fb parameter to get/put_tile() commit 8b1bfd1d27989c9a880ce269d56ea1dfd88a5811 Author: Brian <[EMAIL PROTECTED]> Date: Sat Jan 12 16:57:55 2008 -0700 Cell: disable cell_emit_state() for now commit d53e1c255aad83ee6c183f6e144d309327898669 Author: Brian <[EMAIL PROTECTED]> Date: Sat Jan 12 12:53:49 2008 -0700 Cell: collect vars in a spu_global struct commit dae719a68173bddedbb531c030cd4a12bcb0435b Author: Brian <[EMAIL PROTECTED]> Date: Sat Jan 12 12:39:26 2008 -0700 Cell: first state object (depth/stencil/alpha) emitted to SPUs commit 68f5a6f74335e252e6a04dd6ae9ef7ae1482be97 Author: Brian <[EMAIL PROTECTED]> Date: Sat Jan 12 11:41:23 2008 -0700 Cell: whitespace/cleanup _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
