Mesa (master): glsl: remove opt_constant_expression.cpp from SConscript

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 16 02:00:05 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov 15 18:59:39 2010 -0700

glsl: remove opt_constant_expression.cpp from SConscript

And alphabetize the opt_* files.

---

 src/glsl/SConscript |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/glsl/SConscript b/src/glsl/SConscript
index f9cc823..20cb91b 100644
--- a/src/glsl/SConscript
+++ b/src/glsl/SConscript
@@ -61,9 +61,6 @@ sources = [
     'lower_vec_index_to_swizzle.cpp',
     'opt_algebraic.cpp',
     'opt_constant_folding.cpp',
-    'opt_noop_swizzle.cpp',
-    'opt_redundant_jumps.cpp',
-    'opt_constant_expression.cpp',
     'opt_constant_propagation.cpp',
     'opt_constant_variable.cpp',
     'opt_copy_propagation.cpp',
@@ -72,6 +69,8 @@ sources = [
     'opt_dead_functions.cpp',
     'opt_function_inlining.cpp',
     'opt_if_simplification.cpp',
+    'opt_noop_swizzle.cpp',
+    'opt_redundant_jumps.cpp',
     'opt_structure_splitting.cpp',
     'opt_swizzle_swizzle.cpp',
     'opt_tree_grafting.cpp',




More information about the mesa-commit mailing list