summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_jumps.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-1022/+0
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-261-1/+1
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-4/+4
* glsl: Initialize ir_lower_jumps_visitor member variables.Vinson Lee2013-09-241-1/+6
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* GLSL: fix lower_jumps to report progress properlyAras Pranckevicius2013-04-011-1/+3
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+1
* glsl: Lower break instructions when necessary at the end of a loop.Paul Berry2011-07-081-1/+54
* glsl: In lower_jumps.cpp, lower both branches of a conditional.Paul Berry2011-07-081-1/+4
* glsl: Use foreach_list in lower_jumps.cppPaul Berry2011-07-081-1/+12
* glsl: lower unconditional returns and continues in loops.Paul Berry2011-07-081-8/+54
* glsl: Lower unconditional return statements.Paul Berry2011-07-081-0/+14
* glsl: Refactor logic for determining whether to lower return statements.Paul Berry2011-07-081-7/+12
* glsl: Add explanatory comments to lower_jumps.cpp.Paul Berry2011-07-081-14/+322
* glsl: remove trailing comma to silence warningBrian Paul2011-01-121-1/+1
* glsl: fix lowering conditional returns in subroutinesFabian Bieler2010-12-091-1/+5
* glsl: Add comments to lower_jumps (from the commit message).Kenneth Graunke2010-12-011-0/+31
* glsl: Remove "discard" support from lower_jumps.Kenneth Graunke2010-12-011-11/+2
* glsl: Fix Doxygen tag \file in recently renamed filesChad Versace2010-11-171-1/+1
* glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke2010-11-151-0/+544