summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-03-11 13:32:41 -0800
committerVinson Lee <vlee@vmware.com>2011-03-11 13:32:41 -0800
commitdee6eafbd2f8acf99da99960572f42fcf473f86a (patch)
tree7bbd350487c7b6e3931a1031f05ac46d720fb483 /src/mesa
parent81b34a4e3a7aec9cdf2781757408dc5e9eec79cb (diff)
scons: Move texenvprogram.c to ff_fragment_shader.cpp.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index f797d62dc0..49637d0ff1 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',