glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / ralloc.c
2013-11-23 Eric Anholtmesa: Remove the ralloc canary on release builds.
2013-04-18 José Fonsecaralloc: Move declarations before statements.
2013-04-17 Dave Airlieralloc: don't write to memory in case of alloc fail.
2012-10-25 Matt Turnerralloc: Annotate printf functions with PRINTFLIKE(...)
2012-05-31 Kenneth Graunkeralloc: Fix ralloc_parent() of memory allocated out...
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
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...