summaryrefslogtreecommitdiff
path: root/src/glsl/lower_if_to_cond_assign.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-3/+1
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-4/+2
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke1-4/+4
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+4
2011-10-21glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.Kenneth Graunke1-0/+3
2011-08-19glsl: Remove unused variable.Kenneth Graunke1-1/+0
2011-08-15glsl: Modify strategy for accumulating conditions when lowering if-statementsIan Romanick1-11/+55
2011-08-15glsl: Slight change to the code generated by if-flatteningIan Romanick1-21/+39
2011-08-15glsl: Replace foreach_iter with foreach_list_safeIan Romanick1-2/+2
2011-08-15glsl: Make move_block_to_cond_assign not care which branch it's processingIan Romanick1-27/+17
2011-06-27glsl: Fix depth unbalancing problem in if-statement flatteningIan Romanick1-3/+1
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-12-27glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke1-5/+37
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/+168