summaryrefslogtreecommitdiff
path: root/src/glsl/ir_variable_refcount.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-07mesa: Use the new hash table for the variable refcount visitor.Eric Anholt1-13/+4
2012-01-30glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke1-4/+4
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-2/+2
2010-08-24glsl2: move constructor into .cpp file to work around compiler bugBrian Paul1-8/+1
2010-08-18glsl2: Fix copy'n'paste hilarity leading to leaking in the refcount visitor.Eric Anholt1-1/+1
2010-08-04glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.Eric Anholt1-2/+0
2010-07-31glsl2: Factor out the variable refcounting part of ir_dead_code.cpp.Eric Anholt1-0/+87