index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
loop_analysis.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-12
glsl: introduce data section to ir_variable
Tapani Pälli
1
-1
/
+2
2013-12-09
glsl/loops: Stop creating normatively bound loops in loop_controls.
Paul Berry
1
-6
/
+3
2013-12-09
glsl/loops: Get rid of loop_variable_state::max_iterations.
Paul Berry
1
-10
/
+0
2013-12-09
glsl/loops: Move some analysis from loop_controls to loop_analysis.
Paul Berry
1
-0
/
+30
2013-12-09
glsl/loops: Remove unnecessary list walk from loop_control_visitor.
Paul Berry
1
-0
/
+9
2013-12-09
glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.
Paul Berry
1
-10
/
+4
2013-12-09
glsl/loops: replace loop controls with a normative bound.
Paul Berry
1
-2
/
+1
2013-12-09
glsl: Fix loop analysis of nested loops.
Paul Berry
1
-4
/
+8
2013-12-09
glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).
Paul Berry
1
-0
/
+4
2013-11-29
glsl: Remove unused field loop_variable_state::loop.
Paul Berry
1
-5
/
+0
2013-02-07
glsl: Change loop_analysis to not look like a resource leak
Ian Romanick
1
-1
/
+1
2012-06-07
glsl: Hook up loop_variable_state destructor to plug a memory leak.
Kenneth Graunke
1
-0
/
+17
2012-04-02
glsl: Don't trust loop analysis in the presence of function calls.
Kenneth Graunke
1
-0
/
+6
2011-01-18
glsl: Skip the rest of loop unrolling if no loops were found.
Eric Anholt
1
-0
/
+2
2010-09-08
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
1
-1
/
+1
2010-09-03
glsl2: Add module to perform simple loop unrolling
Ian Romanick
1
-0
/
+14
2010-09-03
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
1
-0
/
+6
2010-09-03
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
1
-0
/
+20
2010-09-03
glsl2: Add module to analyze variables used in loops
Ian Romanick
1
-0
/
+190