summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-13 13:35:14 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-23 09:16:54 +0100
commitb23706454bb165a62888d264e95a98a2e4cf139c (patch)
tree30428e10ffb164827552fbcc237093d16b4bc6b3 /src/gallium/auxiliary/draw/Makefile
parent8b25b5256fad23e8ea11c6931ecac658ca60c0b0 (diff)
draw: get rid of fetch-shade-emit frontend hack
The code is now living in it's intended place as a pt middle end.
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 67d78bdbbd..3053682da8 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -26,7 +26,6 @@ C_SOURCES = \
draw_pt_emit.c \
draw_pt_fetch.c \
draw_pt_fetch_emit.c \
- draw_pt_fetch_shade_emit.c \
draw_pt_middle_fse.c \
draw_pt_fetch_shade_pipeline.c \
draw_pt_post_vs.c \