diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:05:36 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:05:36 +0100 |
commit | cb9f0a589623397c3437911aeef39f189213527a (patch) | |
tree | 55425c438f5825cf5b384bbc17c68e4624b22ec6 /src/gallium/auxiliary/draw/SConscript | |
parent | 7b34a43d1ab74974bd157a2339d7a491aed9c9b4 (diff) |
draw: remove draw_vf code, use translate instead
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r-- | src/gallium/auxiliary/draw/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 6dc0195d93d..7af65c3c057 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -31,9 +31,6 @@ draw = env.ConvenienceLibrary( 'draw_vertex_cache.c', 'draw_vertex_fetch.c', 'draw_vertex_shader.c', - 'draw_vf.c', - 'draw_vf_generic.c', - 'draw_vf_sse.c', 'draw_vs_exec.c', 'draw_vs_llvm.c', 'draw_vs_sse.c', |