summaryrefslogtreecommitdiff
path: root/src/glsl/ir_variable_refcount.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-07mesa: Use the new hash table for the variable refcount visitor.Eric Anholt1-7/+28
2012-01-30glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke1-7/+7
2010-08-24glsl2: move constructor into .cpp file to work around compiler bugBrian Paul1-0/+12
2010-08-24glsl: Add assert to check variable_entry referenced_count after construction.Vinson Lee1-0/+1
2010-07-31glsl2: Factor out the variable refcounting part of ir_dead_code.cpp.Eric Anholt1-0/+100