summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:05:36 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:05:36 +0100
commitcb9f0a589623397c3437911aeef39f189213527a (patch)
tree55425c438f5825cf5b384bbc17c68e4624b22ec6 /src/gallium/auxiliary/draw/Makefile
parent7b34a43d1ab74974bd157a2339d7a491aed9c9b4 (diff)
draw: remove draw_vf code, use translate instead
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 916e134719..27464e5c86 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -35,9 +35,6 @@ C_SOURCES = \
draw_vertex_cache.c \
draw_vertex_fetch.c \
draw_vertex_shader.c \
- draw_vf.c \
- draw_vf_generic.c \
- draw_vf_sse.c \
draw_wide_line.c \
draw_wide_point.c