aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* ralloc: Use _vscprintf on MinGW.José Fonseca2011-11-011-1/+7
* ralloc: Move declaration before code.Vinson Lee2011-10-251-1/+2
* ralloc: Add new [v]asprintf_rewrite_tail functions.Kenneth Graunke2011-10-251-4/+23
* ralloc: include limits.h for SIZE_MAX on AndroidChia-I Wu2011-08-211-0/+5
* ralloc: Add missing va_end following va_copy.Vinson Lee2011-02-031-0/+2
* glsl: Fix printf_length() on MSVC.José Fonseca2011-02-011-0/+8
* glsl: Define va_copy on MSVC.José Fonseca2011-01-311-0/+8
* ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2011-01-311-34/+272
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-311-0/+202