Mesa (master): scons: Move texenvprogram.c to ff_fragment_shader.cpp.

Vinson Lee vlee at kemper.freedesktop.org
Fri Mar 11 21:33:34 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Mar 11 13:32:41 2011 -0800

scons: Move texenvprogram.c to ff_fragment_shader.cpp.

---

 src/mesa/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index f797d62..49637d0 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -68,6 +68,7 @@ main_sources = [
     'main/extensions.c',
     'main/fbobject.c',
     'main/feedback.c',
+    'main/ff_fragment_shader.cpp',
     'main/ffvertex_prog.c',
     'main/fog.c',
     'main/formats.c',
@@ -111,7 +112,6 @@ main_sources = [
     'main/texcompress_s3tc.c',
     'main/texcompress_fxt1.c',
     'main/texenv.c',
-    'main/texenvprogram.c',
     'main/texfetch.c',
     'main/texformat.c',
     'main/texgen.c',




More information about the mesa-commit mailing list