Mesa (master): scons: add swrast/s_texture.c to the build

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 29 17:37:24 UTC 2011


Module: Mesa
Branch: master
Commit: 6f1846e3921e22f2744466ec791b8965ecee1d33
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f1846e3921e22f2744466ec791b8965ecee1d33

Author: Brian Paul <brianp at vmware.com>
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',
 ]




More information about the mesa-commit mailing list