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/Makefile | |
parent | 7400bc4b6fb0c20a935cd108afa92814eeafec6d (diff) |
draw: remove fetch_pipeline middle end -- just use the general path
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 154c8a99b57..916e134719f 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -18,7 +18,6 @@ C_SOURCES = \ draw_pt.c \ draw_pt_vcache.c \ draw_pt_fetch_emit.c \ - draw_pt_fetch_pipeline.c \ draw_pt_fetch_shade_pipeline.c \ draw_pt_fetch.c \ draw_pt_post_vs.c \ |