Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 1 | -5/+4 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 1 | -1/+1 |
* | glsl/loops: replace loop controls with a normative bound. | Paul Berry | 2013-12-09 | 1 | -21/+0 |
* | glsl: Teach ir_variable_refcount about ir_loop::counter variables. | Paul Berry | 2013-11-29 | 1 | -0/+21 |
* | mesa: Use the new hash table for the variable refcount visitor. | Eric Anholt | 2012-12-07 | 1 | -7/+28 |
* | glsl: Rename class variable_entry to ir_variable_refcount_entry. | Kenneth Graunke | 2012-01-30 | 1 | -7/+7 |
* | glsl2: move constructor into .cpp file to work around compiler bug | Brian Paul | 2010-08-24 | 1 | -0/+12 |
* | glsl: Add assert to check variable_entry referenced_count after construction. | Vinson Lee | 2010-08-24 | 1 | -0/+1 |
* | glsl2: Factor out the variable refcounting part of ir_dead_code.cpp. | Eric Anholt | 2010-07-31 | 1 | -0/+100 |