mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 12 00:56:09 UTC 2008


 src/mesa/pipe/cell/common.h                 |   41 +---
 src/mesa/pipe/cell/ppu/Makefile             |    2 
 src/mesa/pipe/cell/ppu/cell_batch.c         |  110 +++++++++++
 src/mesa/pipe/cell/ppu/cell_batch.h         |   46 ++++
 src/mesa/pipe/cell/ppu/cell_context.c       |   20 --
 src/mesa/pipe/cell/ppu/cell_context.h       |    7 
 src/mesa/pipe/cell/ppu/cell_draw_arrays.c   |   14 -
 src/mesa/pipe/cell/ppu/cell_flush.c         |   19 +
 src/mesa/pipe/cell/ppu/cell_spu.c           |   13 -
 src/mesa/pipe/cell/ppu/cell_spu.h           |   10 -
 src/mesa/pipe/cell/ppu/cell_state_surface.c |   20 +-
 src/mesa/pipe/cell/ppu/cell_surface.c       |   12 +
 src/mesa/pipe/cell/ppu/cell_vbuf.c          |   48 ++++-
 src/mesa/pipe/cell/spu/main.c               |  268 +++++++++++++---------------
 src/mesa/pipe/cell/spu/main.h               |    4 
 src/mesa/pipe/draw/draw_context.c           |    2 
 src/mesa/pipe/draw/draw_vbuf.c              |   11 -
 src/mesa/pipe/i965simple/brw_tex_layout.c   |    2 
 src/mesa/pipe/i965simple/brw_winsys.h       |    2 
 src/mesa/pipe/p_state.h                     |   30 +--
 20 files changed, 452 insertions(+), 229 deletions(-)

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

New commits:
commit 1c22b5955953973c2c7988bef998f336493e11bc
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 16:32:20 2008 -0700

    s/int/uint/ to silence warnings

commit 50eb29ed9492a34db4ba53f1f28a2868b808955a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 16:31:58 2008 -0700

    whitespace, comment changes

commit 8dd678208e4dcd90e07dc271d11d73d87465e0fd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 16:08:53 2008 -0700

    Cell: basic batch buffer working

commit 08c2571fb48d41731c81cc402acabf709523c831
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 12:04:55 2008 -0700

    Cell: initial work for a hw-like batch buffer system

commit 7db94ba03173f345a47fd727e8d866a87a484415
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 11:35:03 2008 -0700

    Cell: remove obsolete cell_prim_buffer struct and code

commit 6b5d674f915b67f3b51c331e3a6ba02e9f82473f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 11:31:03 2008 -0700

    Cell: debug code, comments

commit 21b282e9347d06272e5dfc795aa7c0b861c240e1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 11:30:02 2008 -0700

    vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()

commit f313a1ece297e2a3bea5b611082f8cc0012c64b8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 11:27:24 2008 -0700

    Cell: reformattting

commit d4c806302e96a0fd97a4613bc29f4c9863ae89fe
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 11:27:09 2008 -0700

    s/int/uint/ to silence warning

commit 45230b4e082473f7e1f0c0a18dd0e2fc9e5508e1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 10:10:45 2008 -0700

    Fix malloc size buf, silence signed/unsigned comparision warning

commit 1217d5cca3503103cc40221ea8287960236e3734
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jan 11 08:14:42 2008 -0700

    Cell: Remove the pre-vbuf rendering code




More information about the mesa-commit mailing list