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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-09
glsl/loops: Move some analysis from loop_controls to loop_analysis.
Paul Berry
1
-0
/
+69
2013-12-09
glsl/loops: Allocate loop_terminator using new(mem_ctx) syntax.
Paul Berry
1
-1
/
+1
2013-12-09
glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.
Paul Berry
1
-2
/
+0
2013-12-09
glsl: In loop analysis, handle unconditional second assignment.
Paul Berry
1
-3
/
+4
2013-12-09
glsl: Fix handling of function calls inside nested loops.
Paul Berry
1
-7
/
+7
2013-12-09
glsl: Fix loop analysis of nested loops.
Paul Berry
1
-13
/
+21
2013-12-09
glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).
Paul Berry
1
-25
/
+67
2013-09-23
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
1
-0
/
+2
2013-07-25
glsl: Handle empty if statement encountered during loop analysis.
Paul Berry
1
-1
/
+2
2013-02-07
glsl: Change loop_analysis to not look like a resource leak
Ian Romanick
1
-7
/
+6
2012-04-02
glsl: Don't trust loop analysis in the presence of function calls.
Kenneth Graunke
1
-0
/
+28
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-7
/
+7
2011-01-18
glsl: Skip the rest of loop unrolling if no loops were found.
Eric Anholt
1
-0
/
+3
2010-11-11
glsl: Free the loop state context when we free the loop state.
Eric Anholt
1
-0
/
+1
2010-09-07
glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...
Ian Romanick
1
-1
/
+1
2010-09-03
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
1
-1
/
+1
2010-09-03
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
1
-0
/
+17
2010-09-03
glsl2: Add module to analyze variables used in loops
Ian Romanick
1
-0
/
+479