draw: move incoming vertex state into draw->pt
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 19 Apr 2008 16:27:52 +0000 (17:27 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 19 Apr 2008 16:27:52 +0000 (17:27 +0100)
commit7d72607e142c0412b88183b849fd701e698b8f79
tree53fe84cfb03756d5dd1d04c785ff4862113255c4
parentdcf6f776ce32b89b7ff784bb38030bd29698e005
draw: move incoming vertex state into draw->pt

This state is effectively private to the vertex processing part
of the draw module.
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt.c
src/gallium/auxiliary/draw/draw_pt.h
src/gallium/auxiliary/draw/draw_pt_elts.c
src/gallium/auxiliary/draw/draw_pt_fetch.c
src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/draw/draw_pt_vcache.c
src/mesa/state_tracker/st_draw.c