summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:46:06 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:46:06 +0100
commit415e8e039ba38716336e8de3d7b3cdc23b9a9d8e (patch)
treef25a9cb6ba87aec6a9fe74b7b80930d50f6ae699 /src/gallium/auxiliary/draw/Makefile
parent709e33cf0bfd552220e46f44e8cfa2063c3cef69 (diff)
draw: remove draw_vertex_fetch.c
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 03210f6a4a..60bb9dfe88 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -31,7 +31,6 @@ C_SOURCES = \
draw_validate.c \
draw_vbuf.c \
draw_vertex.c \
- draw_vertex_fetch.c \
draw_vertex_shader.c \
draw_wide_line.c \
draw_wide_point.c