| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Initialize ir_lower_jumps_visitor member variables. | Vinson Lee | 2013-09-24 | 1 | -1/+6 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 1 | -0/+4 |
* | GLSL: fix lower_jumps to report progress properly | Aras Pranckevicius | 2013-04-01 | 1 | -1/+3 |
* | glsl: Silence several "warning: unused parameter" | Ian Romanick | 2011-09-09 | 1 | -0/+1 |
* | glsl: Lower break instructions when necessary at the end of a loop. | Paul Berry | 2011-07-08 | 1 | -1/+54 |
* | glsl: In lower_jumps.cpp, lower both branches of a conditional. | Paul Berry | 2011-07-08 | 1 | -1/+4 |
* | glsl: Use foreach_list in lower_jumps.cpp | Paul Berry | 2011-07-08 | 1 | -1/+12 |
* | glsl: lower unconditional returns and continues in loops. | Paul Berry | 2011-07-08 | 1 | -8/+54 |
* | glsl: Lower unconditional return statements. | Paul Berry | 2011-07-08 | 1 | -0/+14 |
* | glsl: Refactor logic for determining whether to lower return statements. | Paul Berry | 2011-07-08 | 1 | -7/+12 |
* | glsl: Add explanatory comments to lower_jumps.cpp. | Paul Berry | 2011-07-08 | 1 | -14/+322 |
* | glsl: remove trailing comma to silence warning | Brian Paul | 2011-01-12 | 1 | -1/+1 |
* | glsl: fix lowering conditional returns in subroutines | Fabian Bieler | 2010-12-09 | 1 | -1/+5 |
* | glsl: Add comments to lower_jumps (from the commit message). | Kenneth Graunke | 2010-12-01 | 1 | -0/+31 |
* | glsl: Remove "discard" support from lower_jumps. | Kenneth Graunke | 2010-12-01 | 1 | -11/+2 |
* | glsl: Fix Doxygen tag \file in recently renamed files | Chad Versace | 2010-11-17 | 1 | -1/+1 |
* | glsl: Rename various ir_* files to lower_* and opt_*. | Kenneth Graunke | 2010-11-15 | 1 | -0/+544 |