summaryrefslogtreecommitdiff
path: root/src/glsl/opt_dead_code_local.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-01glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-11/+4
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner1-3/+1
2014-06-30glsl: Modify ir_emit_vertex to have a stream.Iago Toral Quiroga1-1/+1
2014-03-28glsl: Clean up "unused parameter" warningsIan Romanick1-1/+1
2014-03-14glsl: Improve debug output and variable names for opt_dead_code_local.Eric Anholt1-13/+13
2014-01-13glsl: Convert piles of foreach_iter to foreach_list_safe.Kenneth Graunke1-8/+8
2014-01-13glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke1-2/+2
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-1/+1
2013-08-01glsl: add ir_emit_vertex and ir_end_primitive instruction typesBryan Cain1-0/+17
2012-06-11glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt1-0/+3
2012-05-17glsl: Improve the local dead code optimization to eliminate unused channels.Eric Anholt1-23/+126
2012-04-02glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke1-6/+1
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-2/+0
2011-02-04glsl: Remove extra checks for constant true assignment conditions.Eric Anholt1-8/+1
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-2/+2
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/+229