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 <[EMAIL PROTECTED]> Date: Wed Nov 21 16:03:16 2007 -0700 more simplification, clean-up in draw_set_vertex_info() commit 9f0b5bba707d6c36896b4b8afad4e6b459da5e99 Author: Brian <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
