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