mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Thu Apr 10 19:01:12 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c    |    6 -
 src/gallium/auxiliary/draw/draw_vbuf.c             |   20 -
 src/gallium/auxiliary/draw/draw_vertex.c           |    5 -
 src/gallium/auxiliary/draw/draw_vertex.h           |    2 -
 src/gallium/auxiliary/draw/draw_vf.c               |   56 +-
 src/gallium/drivers/softpipe/Makefile              |    1 +
 src/gallium/drivers/softpipe/SConscript            |    1 +
 src/gallium/drivers/softpipe/sp_prim_setup.c       | 1189 +-------------------
 src/gallium/drivers/softpipe/sp_prim_setup.h       |    6 +
 src/gallium/drivers/softpipe/sp_prim_vbuf.c        |  223 ++--
 .../softpipe/{sp_prim_setup.c => sp_setup.c}       |  378 +++----
 .../drivers/softpipe/{sp_surface.h => sp_setup.h}  |   37 +-
 src/gallium/drivers/softpipe/sp_state_derived.c    |   13 +-
 13 files changed, 372 insertions(+), 1565 deletions(-)
 copy src/gallium/drivers/softpipe/{sp_prim_setup.c => sp_setup.c} (78%)
 copy src/gallium/drivers/softpipe/{sp_surface.h => sp_setup.h} (67%)

       via  c95dcc49629b72b95826e87e067d7a48753605fb (commit)
      from  7a8ad75c89b45520043693a37d9f0c7e0b24fc5d (commit)


- Commits -----------------------------------------------
commit c95dcc49629b72b95826e87e067d7a48753605fb
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Apr 8 17:59:28 2008 +0100

    remove usage of vertex_header

---------------------------------




More information about the mesa-commit mailing list