mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 5 22:12:33 UTC 2008


 src/mesa/pipe/cell/common.h         |   14 +---
 src/mesa/pipe/cell/ppu/cell_batch.c |   26 ++++++--
 src/mesa/pipe/cell/ppu/cell_batch.h |    4 +
 src/mesa/pipe/cell/ppu/cell_vbuf.c  |   12 +--
 src/mesa/pipe/cell/spu/Makefile     |    2 
 src/mesa/pipe/cell/spu/spu_main.c   |    3 
 src/mesa/pipe/cell/spu/spu_render.c |   12 ++-
 src/mesa/pipe/cell/spu/spu_tri.c    |  112 ++++++++++++++++++++++++------------
 8 files changed, 120 insertions(+), 65 deletions(-)

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

New commits:
commit e39fccc34c07a015d8713841a69037e32187dd6d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 5 15:12:18 2008 -0700

    Cell: remove accidentally added OPT_FLAGS lines

commit 1730f7bad462ac7f29857b8b2347e38c1b6c9820
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 5 15:07:36 2008 -0700

    Cell: SIMD-ize tri_linear_coeff(), use vector float for vertex attributes in struct vertex_header

commit 4da82fd5c5e0a7535e30aa81f08dcbe1a26358b7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 5 14:23:34 2008 -0700

    Cell: re-enable inlined vertex buffers
    
    Vertex data must be on a 16-byte address/offset so SIMD operations will work
    properly in the SPU code.

commit 2174890ed030bde8494b7f13b7090e27771695fa
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 5 14:21:48 2008 -0700

    Cell: remove dummy fields, update/add some comments

commit b0974420f4dab55d398f4015cf71a62fa643f713
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 5 14:21:01 2008 -0700

    Cell: added cell_batch_alloc_aligned()




More information about the mesa-commit mailing list