src/mesa/pipe/cell/ppu/cell_state_derived.c | 2 src/mesa/pipe/cell/spu/spu_main.c | 59 ++++++----- src/mesa/pipe/cell/spu/spu_main.h | 22 ++++ src/mesa/pipe/cell/spu/spu_tile.c | 40 +------- src/mesa/pipe/cell/spu/spu_tile.h | 46 +++++++-- src/mesa/pipe/cell/spu/spu_tri.c | 138 +++++++++++++++++++--------- 6 files changed, 190 insertions(+), 117 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f4b89be70111793a6b5eb511e1c92be72bb6b3d9 Author: Brian <[EMAIL PROTECTED]> Date: Sun Jan 20 17:39:07 2008 -0700 Cell: use tile_t for color tile commit f0be276c2e84716856ae87b4b0f0411700ed5be4 Author: Brian <[EMAIL PROTECTED]> Date: Sun Jan 20 17:27:05 2008 -0700 Cell: clean-up/re-org tile code Also, support 16 or 32-bit Z buffer at runtime. commit 661be1ae7b1cd5837d8e7224a5ebe1b8d428137e Author: Brian <[EMAIL PROTECTED]> Date: Sun Jan 20 15:00:18 2008 -0700 Cell: use depth/stencil state to enable ztest Move z-test code into do_depth_test(). Add ZSIZE symbol to support 2 or 4-byte Z values. commit 45b5d3b1fc996e0f460ea163e4f4b3e750e8914f Author: Brian <[EMAIL PROTECTED]> Date: Sun Jan 20 14:58:29 2008 -0700 enable call to cell_emit_state() _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
