diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:39:13 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:39:13 +0100 |
commit | 66891826421d5b774e081f7a2a85580cd0523fab (patch) | |
tree | 1397f5dff0d0fb09180d90d3e3283281fc1662d2 /src/gallium/auxiliary/draw/Makefile | |
parent | b11d89dc6d230f7f945f9eb420d39921c648ec20 (diff) |
draw: remove draw_vertex_cache.c
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 080311a6672..03210f6a4af 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 \ |