diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 18:42:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 18:42:41 +0100 |
commit | 26c27f6636069ca849a740c3969c577d841484e2 (patch) | |
tree | c86a4a4aca8aa9f9fba89c058fd9a9bad406d3c2 /src/gallium/auxiliary/draw/SConscript | |
parent | 7400bc4b6fb0c20a935cd108afa92814eeafec6d (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/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 0274d48e7fb..6dc0195d93d 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', |