summaryrefslogtreecommitdiff
path: root/src/glsl/ralloc.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-29ralloc: Hook up C++ destructors to ralloc when necessary.Francisco Jerez1-0/+14
2013-10-01ralloc: Remove the rzalloc-based new/delete operator definition macro.Francisco Jerez1-14/+12
2013-09-21ralloc: Introduce new macros for defining C++ new/delete operators.Kenneth Graunke1-0/+26
2012-10-25ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner1-3/+6
2012-02-28ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke1-2/+4
2011-10-25ralloc: Add new [v]asprintf_rewrite_tail functions.Kenneth Graunke1-0/+57
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke1-1/+8
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke1-0/+338