summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_variable_refcount.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-5/+4
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* glsl/loops: replace loop controls with a normative bound.Paul Berry2013-12-091-21/+0
* glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2013-11-291-0/+21
* mesa: Use the new hash table for the variable refcount visitor.Eric Anholt2012-12-071-7/+28
* glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke2012-01-301-7/+7
* glsl2: move constructor into .cpp file to work around compiler bugBrian Paul2010-08-241-0/+12
* glsl: Add assert to check variable_entry referenced_count after construction.Vinson Lee2010-08-241-0/+1
* glsl2: Factor out the variable refcounting part of ir_dead_code.cpp.Eric Anholt2010-07-311-0/+100