summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_function_inlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typosZoë Blade2015-04-271-1/+1
* exec_list: Make various places use the new length() method.Connor Abbott2014-07-151-5/+2
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-2/+1
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-3/+2
* glsl: Use a new foreach_two_lists macro for walking two lists at once.Kenneth Graunke2014-01-131-21/+14
* glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.Kenneth Graunke2014-01-131-2/+2
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-2/+2
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-3/+3
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-6/+6
* glsl: introduce data section to ir_variableTapani Pälli2013-12-121-1/+1
* glsl: Fix the function inlining pass to deal with general opaque arguments.Francisco Jerez2013-10-291-33/+33
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-4/+4
* glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt2012-06-111-0/+3
* glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke2012-04-021-57/+5
* glsl: Remove unneeded headers.Stéphane Marchesin2011-10-041-1/+0
* glsl: Use insert_before for lists instead of open coding itIan Romanick2011-03-081-4/+1
* glsl: Function signatures cannot have NULL return typeIan Romanick2011-03-081-1/+1
* glsl: Introduce a new "const_in" variable mode.Kenneth Graunke2011-01-311-0/+1
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-3/+3
* 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/+424