summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_if_to_cond_assign.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-3/+1
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-4/+2
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-4/+4
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+4
* glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.Kenneth Graunke2011-10-211-0/+3
* glsl: Remove unused variable.Kenneth Graunke2011-08-191-1/+0
* glsl: Modify strategy for accumulating conditions when lowering if-statementsIan Romanick2011-08-151-11/+55
* glsl: Slight change to the code generated by if-flatteningIan Romanick2011-08-151-21/+39
* glsl: Replace foreach_iter with foreach_list_safeIan Romanick2011-08-151-2/+2
* glsl: Make move_block_to_cond_assign not care which branch it's processingIan Romanick2011-08-151-27/+17
* glsl: Fix depth unbalancing problem in if-statement flatteningIan Romanick2011-06-271-3/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke2010-12-271-5/+37
* 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/+168