Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | |
2010-08-24 | glsl2: move constructor into .cpp file to work around compiler bug | Brian Paul | |
Fixes fd.o bug 29770 The refcount==0 assertion only failed on some systems. One example being 32-bit Linux with gcc 4.4.4. | |||
2010-08-18 | glsl2: Fix copy'n'paste hilarity leading to leaking in the refcount visitor. | Eric Anholt | |
2010-08-04 | glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor. | Eric Anholt | |
2010-07-31 | glsl2: Factor out the variable refcounting part of ir_dead_code.cpp. | Eric Anholt | |