summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 16:39:24 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 16:39:43 +0100
commitbee1d31641674c67676de86fbb4b35ca5bf7f33f (patch)
tree2a375604b098e0feddc4e094521e368b5f2c4639 /src/gallium/auxiliary/draw/Makefile
parentc898eae27221bd23b11327553c215a94369eeb99 (diff)
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.
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 4fffd11b77..5289f2660a 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -26,7 +26,6 @@ C_SOURCES = \
draw_pt_fetch.c \
draw_pt_fetch_emit.c \
draw_pt_fetch_shade_pipeline.c \
- draw_pt_pipeline.c \
draw_pt_post_vs.c \
draw_pt_vcache.c \
draw_vertex.c \