summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_variable_refcount.h
Commit message (Expand)AuthorAgeFilesLines
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-1/+0
* glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2013-11-291-0/+1
* mesa: Use the new hash table for the variable refcount visitor.Eric Anholt2012-12-071-13/+4
* glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke2012-01-301-4/+4
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-2/+2
* glsl2: move constructor into .cpp file to work around compiler bugBrian Paul2010-08-241-8/+1
* glsl2: Fix copy'n'paste hilarity leading to leaking in the refcount visitor.Eric Anholt2010-08-181-1/+1
* glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.Eric Anholt2010-08-041-2/+0
* glsl2: Factor out the variable refcounting part of ir_dead_code.cpp.Eric Anholt2010-07-311-0/+87