summaryrefslogtreecommitdiff
path: root/src/glsl/ralloc.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-18ralloc: Move declarations before statements.José Fonseca1-2/+4
2013-04-18ralloc: don't write to memory in case of alloc fail.Dave Airlie1-0/+2
2012-10-25ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner1-8/+0
2012-05-30ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.Kenneth Graunke1-1/+1
2012-02-28ralloc: Make rewrite_tail increase "start" by the new text's length.Kenneth Graunke1-5/+6
2011-11-01ralloc: Use _vscprintf on MinGW.José Fonseca1-1/+7
2011-10-25ralloc: Move declaration before code.Vinson Lee1-1/+2
2011-10-25ralloc: Add new [v]asprintf_rewrite_tail functions.Kenneth Graunke1-4/+23
2011-08-21ralloc: include limits.h for SIZE_MAX on AndroidChia-I Wu1-0/+5
2011-02-03ralloc: Add missing va_end following va_copy.Vinson Lee1-0/+2
2011-02-01glsl: Fix printf_length() on MSVC.José Fonseca1-0/+8
2011-01-31glsl: Define va_copy on MSVC.José Fonseca1-0/+8
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke1-34/+272
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke1-0/+202