summaryrefslogtreecommitdiff
path: root/src/glsl/lower_jumps.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-4/+4
2013-09-24glsl: Initialize ir_lower_jumps_visitor member variables.Vinson Lee1-1/+6
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2013-04-01GLSL: fix lower_jumps to report progress properlyAras Pranckevicius1-1/+3
2011-09-09glsl: Silence several "warning: unused parameter"Ian Romanick1-0/+1
2011-07-08glsl: Lower break instructions when necessary at the end of a loop.Paul Berry1-1/+54
2011-07-08glsl: In lower_jumps.cpp, lower both branches of a conditional.Paul Berry1-1/+4
2011-07-08glsl: Use foreach_list in lower_jumps.cppPaul Berry1-1/+12
2011-07-08glsl: lower unconditional returns and continues in loops.Paul Berry1-8/+54
2011-07-08glsl: Lower unconditional return statements.Paul Berry1-0/+14
2011-07-08glsl: Refactor logic for determining whether to lower return statements.Paul Berry1-7/+12
2011-07-08glsl: Add explanatory comments to lower_jumps.cpp.Paul Berry1-14/+322
2011-01-12glsl: remove trailing comma to silence warningBrian Paul1-1/+1
2010-12-09glsl: fix lowering conditional returns in subroutinesFabian Bieler1-1/+5
2010-12-01glsl: Add comments to lower_jumps (from the commit message).Kenneth Graunke1-0/+31
2010-12-01glsl: Remove "discard" support from lower_jumps.Kenneth Graunke1-11/+2
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+544