summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_dead_code_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-11/+4
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-3/+1
* glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga2014-06-301-1/+1
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-281-1/+1
* glsl: Improve debug output and variable names for opt_dead_code_local.Eric Anholt2014-03-141-13/+13
* glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke2014-01-131-8/+8
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-2/+2
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-1/+1
* glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain2013-08-011-0/+17
* glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt2012-06-111-0/+3
* glsl: Improve the local dead code optimization to eliminate unused channels.Eric Anholt2012-05-171-23/+126
* glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke2012-04-021-6/+1
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-2/+0
* glsl: Remove extra checks for constant true assignment conditions.Eric Anholt2011-02-041-8/+1
* glsl: Add using statements for standard library functions.Vinson Lee2011-02-031-0/+2
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-2/+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/+229