index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
ralloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
1
-1
/
+3
2017-03-02
ralloc: Make sure ralloc() allocations match malloc()'s alignment.
Jonas Pfeil
1
-1
/
+12
2017-02-27
ralloc: Delete autofree handling.
Kenneth Graunke
1
-18
/
+0
2016-10-31
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
1
-0
/
+353
2016-10-31
ralloc: remove memset from ralloc_size
Marek Olšák
1
-15
/
+11
2016-10-31
ralloc: don't memset ralloc_header, clear it manually
Marek Olšák
1
-1
/
+15
2016-05-10
util/ralloc: Remove double zero'ing of rzalloc buffers
Jordan Justen
1
-9
/
+12
2015-12-18
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
1
-0
/
+1
2015-11-12
ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.
Matt Turner
1
-0
/
+1
2015-09-30
util: use strnlen() in strndup() implementations
Samuel Iglesias Gonsalvez
1
-4
/
+1
2015-04-02
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
1
-0
/
+26
2014-08-04
util: Move ralloc to a new src/util directory.
Kenneth Graunke
1
-0
/
+492