summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-08-07 15:18:24 +0800
committerChia-I Wu <olv@lunarg.com>2010-08-16 20:46:29 +0800
commita97419a3ba86fd112a22b5786c4f34f8d8a54f2d (patch)
treea4338d155b20f9383d4ff652d73688a8f7e1d1b0 /src/gallium/auxiliary/SConscript
parent5a085c623faebf957be3fae2f82dc89ef6214585 (diff)
draw: Remove varray and vcache.
They have been deprecated by vsplit.
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 89d1caf116..30e5d02c9b 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -71,7 +71,6 @@ source = [
'draw/draw_pipe_wide_line.c',
'draw/draw_pipe_wide_point.c',
'draw/draw_pt.c',
- 'draw/draw_pt_elts.c',
'draw/draw_pt_emit.c',
'draw/draw_pt_fetch.c',
'draw/draw_pt_fetch_emit.c',
@@ -80,8 +79,6 @@ source = [
'draw/draw_pt_post_vs.c',
'draw/draw_pt_so_emit.c',
'draw/draw_pt_util.c',
- 'draw/draw_pt_varray.c',
- 'draw/draw_pt_vcache.c',
'draw/draw_pt_vsplit.c',
'draw/draw_vertex.c',
'draw/draw_vs.c',