configs/linux-cell | 2 src/mesa/pipe/cell/common.h | 89 ++++++++- src/mesa/pipe/cell/ppu/Makefile | 15 + src/mesa/pipe/cell/ppu/cell_context.c | 237 +++++++++++++++++++++--- src/mesa/pipe/cell/ppu/cell_context.h | 49 ++++- src/mesa/pipe/cell/ppu/cell_flush.c | 54 +++++ src/mesa/pipe/cell/ppu/cell_flush.h | 35 +++ src/mesa/pipe/cell/ppu/cell_spu.c | 223 ++++++++++++++++++++++ src/mesa/pipe/cell/ppu/cell_spu.h | 81 ++++++++ src/mesa/pipe/cell/ppu/cell_state.h | 117 ++++++++++++ src/mesa/pipe/cell/ppu/cell_state_blend.c | 128 +++++++++++++ src/mesa/pipe/cell/ppu/cell_state_clip.c | 84 ++++++++ src/mesa/pipe/cell/ppu/cell_state_fs.c | 195 ++++++++++++++++++++ src/mesa/pipe/cell/ppu/cell_state_rasterizer.c | 65 ++++++ src/mesa/pipe/cell/ppu/cell_state_sampler.c | 100 ++++++++++ src/mesa/pipe/cell/ppu/cell_state_surface.c | 99 ++++++++++ src/mesa/pipe/cell/ppu/cell_state_vertex.c | 63 ++++++ src/mesa/pipe/cell/ppu/cell_surface.c | 99 ++++++++++ src/mesa/pipe/cell/ppu/cell_surface.h | 49 +++++ src/mesa/pipe/cell/ppu/cell_winsys.c | 40 ++++ src/mesa/pipe/cell/ppu/cell_winsys.h | 50 +++++ src/mesa/pipe/cell/spu/Makefile | 2 src/mesa/pipe/cell/spu/main.c | 243 ++++++++++++++++++++++++- src/mesa/pipe/xlib/xm_winsys.c | 132 ++++++++++++- 24 files changed, 2199 insertions(+), 52 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit e53303ba3b69c2c82cefd58e90d06132c2af2bb7 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 14:25:30 2007 -0700 Cell driver state-setter functions, basic tile get/put, glClear. The state setting code was mostly just copied from the softpipe driver. The SPUs can now get/put framebuffer tiles from/to main memory and clear them to a given color. Lots of debug code in effect. Tiled framebuffer is displayed in X window via the xmwinsys layer. To enable Cell driver, export GALLIUM_CELL=1 commit e248f940506a678acc0cad1c925c0b11cca09672 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 14:19:35 2007 -0700 remove ~ backup files commit 36ef54deae0128e5e78e2f9257189b0168120732 Author: Brian <[EMAIL PROTECTED]> Date: Mon Dec 10 14:10:29 2007 -0700 remove -Wall, add -DGALLIUM_CELL _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
