glsl: Add an ir_variable::reinit_interface_type() function.
[mesa.git] / src / glsl / ralloc.h
2013-10-02 Francisco Jerezralloc: Remove the rzalloc-based new/delete operator...
2013-09-21 Kenneth Graunkeralloc: Introduce new macros for defining C++ new/delet...
2012-10-25 Matt Turnerralloc: Annotate printf functions with PRINTFLIKE(...)
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
2011-10-26 Kenneth Graunkeralloc: Add new [v]asprintf_rewrite_tail functions.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth Graunkeralloc: a new MIT-licensed recursive memory allocator.
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...