| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS | Ilia Mirkin | 2014-10-02 | 1 | -16/+1 |
* | glsl: mark variable as loop constant when it is set read only | Tapani Pälli | 2014-09-11 | 1 | -7/+2 |
* | glsl: Pass gl_shader_compiler_optimizations to unroll_loops(). | Kenneth Graunke | 2014-04-11 | 1 | -1/+2 |
* | glsl: introduce data section to ir_variable | Tapani Pälli | 2013-12-12 | 1 | -1/+2 |
* | glsl/loops: Stop creating normatively bound loops in loop_controls. | Paul Berry | 2013-12-09 | 1 | -6/+3 |
* | glsl/loops: Get rid of loop_variable_state::max_iterations. | Paul Berry | 2013-12-09 | 1 | -10/+0 |
* | glsl/loops: Move some analysis from loop_controls to loop_analysis. | Paul Berry | 2013-12-09 | 1 | -0/+30 |
* | glsl/loops: Remove unnecessary list walk from loop_control_visitor. | Paul Berry | 2013-12-09 | 1 | -0/+9 |
* | glsl/loops: Remove unused fields iv_scale and biv from loop_variable class. | Paul Berry | 2013-12-09 | 1 | -10/+4 |
* | glsl/loops: replace loop controls with a normative bound. | Paul Berry | 2013-12-09 | 1 | -2/+1 |
* | glsl: Fix loop analysis of nested loops. | Paul Berry | 2013-12-09 | 1 | -4/+8 |
* | glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *). | Paul Berry | 2013-12-09 | 1 | -0/+4 |
* | glsl: Remove unused field loop_variable_state::loop. | Paul Berry | 2013-11-29 | 1 | -5/+0 |
* | glsl: Change loop_analysis to not look like a resource leak | Ian Romanick | 2013-02-07 | 1 | -1/+1 |
* | glsl: Hook up loop_variable_state destructor to plug a memory leak. | Kenneth Graunke | 2012-06-07 | 1 | -0/+17 |
* | glsl: Don't trust loop analysis in the presence of function calls. | Kenneth Graunke | 2012-04-02 | 1 | -0/+6 |
* | glsl: Skip the rest of loop unrolling if no loops were found. | Eric Anholt | 2011-01-18 | 1 | -0/+2 |
* | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri | 2010-09-08 | 1 | -1/+1 |
* | glsl2: Add module to perform simple loop unrolling | Ian Romanick | 2010-09-03 | 1 | -0/+14 |
* | glsl2: Track the number of ir_loop_jump instructions that are in a loop | Ian Romanick | 2010-09-03 | 1 | -0/+6 |
* | glsl2: Add module to suss out loop control variables from loop analysis data | Ian Romanick | 2010-09-03 | 1 | -0/+20 |
* | glsl2: Add module to analyze variables used in loops | Ian Romanick | 2010-09-03 | 1 | -0/+190 |