summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 18:42:41 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 18:42:41 +0100
commit26c27f6636069ca849a740c3969c577d841484e2 (patch)
treec86a4a4aca8aa9f9fba89c058fd9a9bad406d3c2 /src/gallium/auxiliary/draw/SConscript
parent7400bc4b6fb0c20a935cd108afa92814eeafec6d (diff)
draw: remove fetch_pipeline middle end -- just use the general path
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 0274d48e7f..6dc0195d93 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -18,7 +18,6 @@ draw = env.ConvenienceLibrary(
'draw_pt_emit.c',
'draw_pt_fetch.c',
'draw_pt_fetch_emit.c',
- 'draw_pt_fetch_pipeline.c',
'draw_pt_fetch_shade_pipeline.c',
'draw_pt_pipeline.c',
'draw_pt_post_vs.c',