draw: move pt_pipeline code to draw_pipe.c
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 19 Apr 2008 15:39:24 +0000 (16:39 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 19 Apr 2008 15:39:43 +0000 (16:39 +0100)
commitbee1d31641674c67676de86fbb4b35ca5bf7f33f
tree2a375604b098e0feddc4e094521e368b5f2c4639
parentc898eae27221bd23b11327553c215a94369eeb99
draw: move pt_pipeline code to draw_pipe.c

This is now the drawing interface to the pipeline.  No more
calling into pipeline.first->tri(), etc.
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/draw/SConscript
src/gallium/auxiliary/draw/draw_pipe.c
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/draw/draw_pt_pipeline.c [deleted file]