ralloc: Use _vscprintf on MinGW.
[mesa.git] / src / glsl / ralloc.c
2011-11-01 José Fonsecaralloc: Use _vscprintf on MinGW.
2011-10-26 Vinson Leeralloc: Move declaration before code.
2011-10-26 Kenneth Graunkeralloc: Add new [v]asprintf_rewrite_tail functions.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Chia-I Wuralloc: include limits.h for SIZE_MAX on Android
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-04 Vinson Leeralloc: Add missing va_end following va_copy.
2011-02-01 José Fonsecaglsl: Fix printf_length() on MSVC.
2011-01-31 José Fonsecaglsl: Define va_copy on MSVC.
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...