summaryrefslogtreecommitdiff
path: root/src/glsl/opt_dead_code.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-25glsl: Allow elimination of uniform block membersIan Romanick1-6/+1
2013-01-25glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick1-1/+1
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-3/+4
2012-12-07mesa: Use the new hash table for the variable refcount visitor.Eric Anholt1-2/+4
2012-07-20glsl: Don't dead-code eliminiate uniforms declared in uniform blocks.Eric Anholt1-1/+7
2012-04-02glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke1-2/+1
2012-01-30glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke1-1/+1
2011-10-25glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick1-4/+10
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-2/+0
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+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/+142