summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:39:13 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:39:13 +0100
commit66891826421d5b774e081f7a2a85580cd0523fab (patch)
tree1397f5dff0d0fb09180d90d3e3283281fc1662d2 /src/gallium/auxiliary/draw/Makefile
parentb11d89dc6d230f7f945f9eb420d39921c648ec20 (diff)
draw: remove draw_vertex_cache.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 080311a667..03210f6a4a 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_cache.c \
draw_vertex_fetch.c \
draw_vertex_shader.c \
draw_wide_line.c \