index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
loop_controls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-8
/
+1
*
glsl/loops: Stop creating normatively bound loops in loop_controls.
Paul Berry
2013-12-09
1
-10
/
+15
*
glsl/loops: Get rid of loop_variable_state::max_iterations.
Paul Berry
2013-12-09
1
-25
/
+16
*
glsl/loops: Move some analysis from loop_controls to loop_analysis.
Paul Berry
2013-12-09
1
-80
/
+26
*
glsl/loops: Remove unnecessary list walk from loop_control_visitor.
Paul Berry
2013-12-09
1
-33
/
+30
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-13
/
+8
*
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
2013-11-29
1
-1
/
+1
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+2
*
glsl: Fix loop bounds detection.
Paul Berry
2013-01-08
1
-4
/
+4
*
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-02-21
1
-1
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-2
/
+2
*
glsl: fix crash in loop analysis when some controls can't be determined
Aras Pranckevicius
2010-11-11
1
-0
/
+3
*
glsl: Fix 'format not a string literal and no format arguments' warning.
Vinson Lee
2010-09-15
1
-1
/
+1
*
loop_controls: fix analysis of already analyzed loops
Luca Barbieri
2010-09-13
1
-1
/
+8
*
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
2010-09-03
1
-2
/
+2
*
glsl2: Add module to perform simple loop unrolling
Ian Romanick
2010-09-03
1
-1
/
+3
*
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
2010-09-03
1
-0
/
+4
*
glsl2: Eliminate zero-iteration loops
Ian Romanick
2010-09-03
1
-1
/
+7
*
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
2010-09-03
1
-0
/
+282