Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl/loops: replace loop controls with a normative bound. | Paul Berry | 2013-12-09 | 1 | -1/+0 |
* | glsl: Teach ir_variable_refcount about ir_loop::counter variables. | Paul Berry | 2013-11-29 | 1 | -0/+1 |
* | mesa: Use the new hash table for the variable refcount visitor. | Eric Anholt | 2012-12-07 | 1 | -13/+4 |
* | glsl: Rename class variable_entry to ir_variable_refcount_entry. | Kenneth Graunke | 2012-01-30 | 1 | -4/+4 |
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -2/+2 |
* | glsl2: move constructor into .cpp file to work around compiler bug | Brian Paul | 2010-08-24 | 1 | -8/+1 |
* | glsl2: Fix copy'n'paste hilarity leading to leaking in the refcount visitor. | Eric Anholt | 2010-08-18 | 1 | -1/+1 |
* | glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor. | Eric Anholt | 2010-08-04 | 1 | -2/+0 |
* | glsl2: Factor out the variable refcounting part of ir_dead_code.cpp. | Eric Anholt | 2010-07-31 | 1 | -0/+87 |