mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
glsl: remove opt_constant_expression.cpp from SConscript
And alphabetize the opt_* files.
This commit is contained in:
parent
c1928c7f10
commit
9b4b70e7e2
1 changed files with 2 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue