meta: Fix compilation without FEATURE_EXT_transform_feedback
[mesa.git] / src / glsl / loop_analysis.h
index 893dd46db04d34af00cd2fdfa1a399c1ebfc708e..229730836a87039f4e805d339eb7f57671f55f56 100644 (file)
@@ -57,7 +57,7 @@ set_loop_controls(exec_list *instructions, loop_state *ls);
 
 
 extern bool
-unroll_loops(exec_list *instructions, loop_state *ls);
+unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations);
 
 
 /**
@@ -214,6 +214,8 @@ public:
 
    loop_variable_state *insert(ir_loop *ir);
 
+   bool loop_found;
+
 private:
    loop_state();