summaryrefslogtreecommitdiff
path: root/src/glsl/opt_dead_code_local.cpp
AgeCommit message (Expand)AuthorFilesLines
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