mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 21 22:57:25 UTC 2007


 src/mesa/pipe/draw/draw_clip.c                |   14 +-------
 src/mesa/pipe/draw/draw_flatshade.c           |    5 +--
 src/mesa/pipe/draw/draw_vertex.c              |   41 ++++++++------------------
 src/mesa/pipe/draw/draw_vertex.h              |    7 +---
 src/mesa/pipe/draw/draw_vertex_shader.c       |    4 --
 src/mesa/pipe/draw/draw_vertex_shader_llvm.c  |    4 --
 src/mesa/pipe/i915simple/i915_state_derived.c |    7 +---
 src/mesa/pipe/softpipe/sp_state_derived.c     |    5 ---
 src/mesa/state_tracker/st_draw.c              |   21 ++++++-------
 9 files changed, 37 insertions(+), 71 deletions(-)

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

New commits:
commit 2112191d452bd76d99ca48f8da17bb49eca595aa
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Nov 21 16:03:16 2007 -0700

    more simplification, clean-up in draw_set_vertex_info()

commit 9f0b5bba707d6c36896b4b8afad4e6b459da5e99
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Nov 21 16:00:57 2007 -0700

    Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().
    
    Just pass in the vertex_info object and make a copy of it.

commit fbe68bf6b286056bb03f44907a078918d04cbdfd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Nov 21 15:40:20 2007 -0700

    Simplify draw module's vertex_info.
    
    No longer store the vertex header and clip pos info in the draw module's
    vertex_info.  The vertex_info just describes the data[] elements.
    This simplifies the code in several places.




More information about the mesa-commit mailing list