d3d1x: fix progs linking if not all EGL platforms are enabled
[mesa.git] / src / glsl / ir_optimization.h
index b365ed2b235804fef5479a82e33f8580c4ebd561..6a37e167fe5a800d8ac3e1014f56a4b9fee6f263 100644 (file)
@@ -56,4 +56,6 @@ bool do_tree_grafting(exec_list *instructions);
 bool do_vec_index_to_cond_assign(exec_list *instructions);
 bool do_vec_index_to_swizzle(exec_list *instructions);
 bool lower_noise(exec_list *instructions);
+bool lower_variable_index_to_cond_assign(exec_list *instructions,
+    bool lower_input, bool lower_output, bool lower_temp, bool lower_uniform);
 bool optimize_redundant_jumps(exec_list *instructions);