mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sun Jan 27 01:31:01 UTC 2008


 src/mesa/pipe/cell/common.h         |    1 
 src/mesa/pipe/cell/ppu/cell_batch.c |   11 +++
 src/mesa/pipe/cell/ppu/cell_batch.h |    3 
 src/mesa/pipe/cell/ppu/cell_vbuf.c  |   31 +++++++-
 src/mesa/pipe/cell/spu/spu_main.c   |  125 ++++++++++++++++++++++++------------
 src/mesa/pipe/draw/draw_vbuf.c      |    3 
 6 files changed, 131 insertions(+), 43 deletions(-)

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

New commits:
commit 1bab5bd24e09b6e11cd99f989bb00c587119aed2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 26 18:30:44 2008 -0700

    Cell: added support for inlined indexes
    
    If there's room in the batch buffer after the rendering command to accomodate
    the indexes, put them there rather than in a separate buffer.

commit 8dc597290813f58e2f2b7ddcb4ad762ea379c1f7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 26 18:27:37 2008 -0700

    Cell: added cell_batch_free_space()

commit 651e8e9a73b4f0c3424a78b978f710d098f47ae2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Jan 26 16:46:52 2008 -0700

    gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indices()




More information about the mesa-commit mailing list