src/mesa/pipe/cell/common.h | 17 +- src/mesa/pipe/cell/ppu/cell_flush.c | 2 src/mesa/pipe/cell/ppu/cell_render.c | 3 src/mesa/pipe/cell/ppu/cell_spu.c | 3 src/mesa/pipe/cell/ppu/cell_surface.c | 45 +++--- src/mesa/pipe/cell/spu/main.c | 223 ++++++++++++++++++++++++++-------- src/mesa/pipe/cell/spu/main.h | 34 ++++- src/mesa/pipe/cell/spu/tri.c | 176 +++++++++++++++++++------- 8 files changed, 371 insertions(+), 132 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit d23869a88a1e9e41c9ebbd5f918ede16a8ee838f Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 9 17:49:43 2008 -0700 Cell: initial implementation of tile status optimizations Tiles are marked as CLEAR, DEFINED or DIRTY to avoid making unnecessary get_tile() and put_tile() calls. commit 18b0f345212a5950bddebe00edc3ec5f54781456 Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 9 16:12:25 2008 -0700 Cell: start using DMA tags in a more sensible way, move waits() later when possible. commit c7a22c39792d6ff430af84502d578824081dbd3f Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 9 14:44:19 2008 -0700 move cliprect bounds, do trivial rejection triangle clipping commit d48c6e7b21839791ff53308187cc2aeed9fb618c Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 9 14:14:24 2008 -0700 Cell: remove some debug printfs, predicate others with Debug boolean commit abee68a7220e5ee16216caf22841ad934fb37334 Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 9 14:10:59 2008 -0700 Cell: implemement basic Z testing Also, improve some surface clearing code _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
