mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 12 23:59:10 UTC 2008


 src/mesa/pipe/cell/common.h                    |    1 
 src/mesa/pipe/cell/ppu/Makefile                |    1 
 src/mesa/pipe/cell/ppu/cell_batch.c            |    1 
 src/mesa/pipe/cell/ppu/cell_state_blend.c      |   35 +++--
 src/mesa/pipe/cell/ppu/cell_state_derived.c    |    2 
 src/mesa/pipe/cell/ppu/cell_state_emit.c       |   45 +++++++
 src/mesa/pipe/cell/ppu/cell_state_emit.h       |   36 +++++
 src/mesa/pipe/cell/ppu/cell_state_rasterizer.c |    9 -
 src/mesa/pipe/cell/spu/spu_main.c              |  154 +++++++++++++------------
 src/mesa/pipe/cell/spu/spu_main.h              |   29 +++-
 src/mesa/pipe/cell/spu/spu_tile.c              |   22 +--
 src/mesa/pipe/cell/spu/spu_tile.h              |    6 
 src/mesa/pipe/cell/spu/spu_tri.c               |   18 --
 13 files changed, 237 insertions(+), 122 deletions(-)

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

New commits:
commit a511200e5f0c384e68258879bab76563d8e01f01
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 16:58:50 2008 -0700

    Cell: remove fb parameter to get/put_tile()

commit 8b1bfd1d27989c9a880ce269d56ea1dfd88a5811
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 16:57:55 2008 -0700

    Cell: disable cell_emit_state() for now

commit d53e1c255aad83ee6c183f6e144d309327898669
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 12:53:49 2008 -0700

    Cell: collect vars in a spu_global struct

commit dae719a68173bddedbb531c030cd4a12bcb0435b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 12:39:26 2008 -0700

    Cell: first state object (depth/stencil/alpha) emitted to SPUs

commit 68f5a6f74335e252e6a04dd6ae9ef7ae1482be97
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 12 11:41:23 2008 -0700

    Cell: whitespace/cleanup




More information about the mesa-commit mailing list