index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ralloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove the ralloc canary on release builds.
Eric Anholt
2013-11-22
1
-0
/
+6
*
ralloc: Move declarations before statements.
José Fonseca
2013-04-18
1
-2
/
+4
*
ralloc: don't write to memory in case of alloc fail.
Dave Airlie
2013-04-18
1
-0
/
+2
*
ralloc: Annotate printf functions with PRINTFLIKE(...)
Matt Turner
2012-10-25
1
-8
/
+0
*
ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
Kenneth Graunke
2012-05-30
1
-1
/
+1
*
ralloc: Make rewrite_tail increase "start" by the new text's length.
Kenneth Graunke
2012-02-28
1
-5
/
+6
*
ralloc: Use _vscprintf on MinGW.
José Fonseca
2011-11-01
1
-1
/
+7
*
ralloc: Move declaration before code.
Vinson Lee
2011-10-25
1
-1
/
+2
*
ralloc: Add new [v]asprintf_rewrite_tail functions.
Kenneth Graunke
2011-10-25
1
-4
/
+23
*
ralloc: include limits.h for SIZE_MAX on Android
Chia-I Wu
2011-08-21
1
-0
/
+5
*
ralloc: Add missing va_end following va_copy.
Vinson Lee
2011-02-03
1
-0
/
+2
*
glsl: Fix printf_length() on MSVC.
José Fonseca
2011-02-01
1
-0
/
+8
*
glsl: Define va_copy on MSVC.
José Fonseca
2011-01-31
1
-0
/
+8
*
ralloc: a new MIT-licensed recursive memory allocator.
Kenneth Graunke
2011-01-31
1
-34
/
+272
*
ralloc: Add a fake implementation of ralloc based on talloc.
Kenneth Graunke
2011-01-31
1
-0
/
+202