summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
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/SConscript
parent709e33cf0bfd552220e46f44e8cfa2063c3cef69 (diff)
draw: remove draw_vertex_fetch.c
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 238e3f7d28..246083a962 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -27,8 +27,6 @@ draw = env.ConvenienceLibrary(
'draw_validate.c',
'draw_vbuf.c',
'draw_vertex.c',
- 'draw_vertex_cache.c',
- 'draw_vertex_fetch.c',
'draw_vertex_shader.c',
'draw_vs_exec.c',
'draw_vs_llvm.c',