Module: Mesa Branch: master Commit: 6f1846e3921e22f2744466ec791b8965ecee1d33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f1846e3921e22f2744466ec791b8965ecee1d33
Author: Brian Paul <[email protected]> Date: Mon Aug 29 11:37:13 2011 -0600 scons: add swrast/s_texture.c to the build --- src/mesa/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b0c3334..64b7065 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', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
