progs/trivial/clear.c | 7 src/mesa/pipe/cell/common.h | 12 src/mesa/pipe/cell/ppu/cell_spu.c | 14 src/mesa/pipe/cell/ppu/cell_surface.c | 29 - src/mesa/pipe/cell/spu/main.c | 66 +- src/mesa/pipe/cell/spu/tri.c | 818 ++++++++++++++++++++++++++++++++- src/mesa/pipe/cell/spu/tri.h | 50 +- src/mesa/pipe/softpipe/sp_prim_setup.c | 35 - src/mesa/pipe/xlib/xm_winsys.c | 4 src/mesa/state_tracker/st_cb_fbo.c | 1 src/mesa/state_tracker/st_draw.c | 1 11 files changed, 960 insertions(+), 77 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 7d1894c6558c5cc7f503142cda11b8a12ea24e65 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 17:32:08 2007 -0700 Cell: first triangle. This is a feeble first step, but it works. The cell_clear_surface() function has been hijacked to set up a "draw triangle" command and send it to all the SPUs. The Gallium softpipe triangle code was copied to the SPU module and modified. Only the progs/trivial/clear.c program runs. commit aef25b1994cf93aaf64baf24a2ec4e29ee086a08 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 17:27:29 2007 -0700 set window size to 256x256 commit c9f9c5098042e4f200efc3d25447a5a8b7e69b36 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 17:25:54 2007 -0700 XXX comments about some hard-coded values that need to be fixed commit 5d41a71392bd2d52ac83619a01b2b2e7cb8a2fed Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 16:18:24 2007 -0700 minor clean-ups, comments _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
