glsl: Pass in options to do_algebraic().
Will be used in the next commit. Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -72,7 +72,8 @@ bool do_common_optimization(exec_list *ir, bool linked,
|
||||
bool native_integers);
|
||||
|
||||
bool do_rebalance_tree(exec_list *instructions);
|
||||
bool do_algebraic(exec_list *instructions, bool native_integers);
|
||||
bool do_algebraic(exec_list *instructions, bool native_integers,
|
||||
const struct gl_shader_compiler_options *options);
|
||||
bool do_constant_folding(exec_list *instructions);
|
||||
bool do_constant_variable(exec_list *instructions);
|
||||
bool do_constant_variable_unlinked(exec_list *instructions);
|
||||
|
Reference in New Issue
Block a user