From: Brian Date: Mon, 31 Mar 2008 20:13:09 +0000 (-0600) Subject: gallium: draw_passthrough.c is not used anymore X-Git-Tag: 062012170305~17580^2~390^2~2039 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cbd8400433fb27da03f300b36495baef464cc6b;p=profile%2Fivi%2Fmesa.git gallium: draw_passthrough.c is not used anymore --- diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 9b3e724..981225a 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',