glsl2: Add pass for supporting variable vector indexing in rvalues.
[mesa.git] / src / glsl / ir_optimization.h
index 6d02e591c3dd29c91e35599772dbc8e3977d762d..93010dadbeebc2643b6bf740c9e5484e88828dfa 100644 (file)
@@ -42,4 +42,5 @@ bool do_function_inlining(exec_list *instructions);
 bool do_if_simplification(exec_list *instructions);
 bool do_mod_to_fract(exec_list *instructions);
 bool do_swizzle_swizzle(exec_list *instructions);
+bool do_vec_index_to_cond_assign(exec_list *instructions);
 bool do_vec_index_to_swizzle(exec_list *instructions);