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/Makefile | |
parent | 7b34a43d1ab74974bd157a2339d7a491aed9c9b4 (diff) |
draw: remove draw_vf code, use translate instead
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 916e134719f..27464e5c866 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 |