From: Brian Paul Date: Mon, 29 Aug 2011 17:37:13 +0000 (-0600) Subject: scons: add swrast/s_texture.c to the build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f1846e3921e22f2744466ec791b8965ecee1d33;p=mesa.git scons: add swrast/s_texture.c to the build --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b0c3334fa48..64b706534f5 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -174,6 +174,7 @@ swrast_sources = [ 'swrast/s_texcombine.c', 'swrast/s_texfilter.c', 'swrast/s_texrender.c', + 'swrast/s_texture.c', 'swrast/s_triangle.c', 'swrast/s_zoom.c', ]