src/mesa/pipe/cell/common.h | 22 ++++- src/mesa/pipe/cell/ppu/cell_context.c | 10 ++ src/mesa/pipe/cell/ppu/cell_context.h | 3 src/mesa/pipe/cell/ppu/cell_flush.c | 3 src/mesa/pipe/cell/ppu/cell_render.c | 79 +++++++++++++++++++ src/mesa/pipe/cell/ppu/cell_render.h | 3 src/mesa/pipe/cell/ppu/cell_surface.c | 39 +-------- src/mesa/pipe/cell/spu/main.c | 140 ++++++++++++++++++++++++++++------ src/mesa/pipe/cell/spu/main.h | 13 ++- src/mesa/pipe/cell/spu/tri.c | 16 +-- src/mesa/pipe/cell/spu/tri.h | 2 src/mesa/pipe/xlib/xm_winsys.c | 9 +- 12 files changed, 260 insertions(+), 79 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f6b7e2d3bf9af34704e9624246614c1583b655da Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 2 19:31:36 2008 -0700 make use of prim bounds box info commit 54090bd841b302c6d48e7f130dbe07c8fd5a0a96 Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 2 19:05:34 2008 -0700 only fetch as much vertex data as needed commit d55c4ec9d2c0a8cd9ba75985962297381e6c0364 Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 2 18:58:44 2008 -0700 remove previous triangle test code commit de9f8e8b717aa4b4ab94af73be5aa70088cd6b81 Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 2 18:53:33 2008 -0700 Cell: basic triangle rendering works. The cell "render_stage" (last in the "draw" pipeline) emits vertices into a buffer which is pulled by the SPUs in response to a "RENDER" command. This is pretty much temporary/scaffold code for now. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
