mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 12 17:35:22 UTC 2008


 src/mesa/pipe/cell/ppu/cell_state_rasterizer.c |   42 +
 src/mesa/pipe/cell/spu/Makefile                |   19 
 src/mesa/pipe/cell/spu/main.c                  |  553 ---------------
 src/mesa/pipe/cell/spu/main.h                  |   78 --
 src/mesa/pipe/cell/spu/spu_main.c              |  553 +++++++++++++++
 src/mesa/pipe/cell/spu/spu_main.h              |   78 ++
 src/mesa/pipe/cell/spu/spu_tile.c              |  115 +++
 src/mesa/pipe/cell/spu/spu_tile.h              |   69 +
 src/mesa/pipe/cell/spu/spu_tri.c               |  892 +++++++++++++++++++++++++
 src/mesa/pipe/cell/spu/spu_tri.h               |   37 +
 src/mesa/pipe/cell/spu/tile.c                  |  115 ---
 src/mesa/pipe/cell/spu/tile.h                  |   69 -
 src/mesa/pipe/cell/spu/tri.c                   |  892 -------------------------
 src/mesa/pipe/cell/spu/tri.h                   |   37 -
 14 files changed, 1793 insertions(+), 1756 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 2e469775b3f52adf496802f286e46ac4a31cdba1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 10:33:50 2008 -0700

    Cell: prefix SPU files with spu_

commit a9a84674726a58c183fe8983321208a32cdf940e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 10:33:24 2008 -0700

    Cell: prefix SPU sources with spu_

commit 07276d676c757d3be2e3090d6c67fbbb2f9768eb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 10:06:27 2008 -0700

    Cell: sketch out needed rasterizer state




More information about the mesa-commit mailing list