Simplify draw module's vertex_info.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 21 Nov 2007 22:40:20 +0000 (15:40 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 21 Nov 2007 22:40:20 +0000 (15:40 -0700)
commitfbe68bf6b286056bb03f44907a078918d04cbdfd
tree40535ef7aab0350bce053e3f3b432f2c454461d6
parent5a6017d496ccce94d7e3cf9a6cfe1db886dcc767
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.
src/mesa/pipe/draw/draw_clip.c
src/mesa/pipe/draw/draw_flatshade.c
src/mesa/pipe/draw/draw_vertex.c
src/mesa/pipe/draw/draw_vertex.h
src/mesa/pipe/draw/draw_vertex_shader.c
src/mesa/pipe/draw/draw_vertex_shader_llvm.c