summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-31 14:13:09 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-31 14:13:09 -0600
commit9cbd8400433fb27da03f300b36495baef464cc6b (patch)
tree08490a9cf0c31b955b12ff4e22af4c1068732bdc /src/gallium/auxiliary
parent499d8aaa476fb67b7355122dc6fbc641e1b44ed0 (diff)
gallium: draw_passthrough.c is not used anymore
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/draw/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 9b3e7247c5..981225a8c2 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -14,7 +14,6 @@ draw = env.ConvenienceLibrary(
'draw_debug.c',
'draw_flatshade.c',
'draw_offset.c',
- 'draw_passthrough.c', # going away soon
'draw_pt.c',
'draw_pt_vcache.c',
'draw_pt_fetch_emit.c',