summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
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/SConscript
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/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 5fa35d3005..6f3ca4fa49 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -25,7 +25,6 @@ draw = env.ConvenienceLibrary(
'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_vs.c',