diff options
author | Vinson Lee <[email protected]> | 2011-03-11 13:32:41 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-03-11 13:32:41 -0800 |
commit | dee6eafbd2f8acf99da99960572f42fcf473f86a (patch) | |
tree | 7bbd350487c7b6e3931a1031f05ac46d720fb483 /src/mesa/SConscript | |
parent | 81b34a4e3a7aec9cdf2781757408dc5e9eec79cb (diff) |
scons: Move texenvprogram.c to ff_fragment_shader.cpp.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index f797d62dc0e..49637d0ff18 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', |