aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_suballoc.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-181-1/+1
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-041-3/+3
| | | | | | | | | Just move the alignment parameter from u_suballocator_create to u_suballocator_alloc. Reviewed-by: Alex Deucher <[email protected]> Tested-by: Grazvydas Ignotas <[email protected]> Tested-by: Dieter Nützel <[email protected]>
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+2
| | | | | | Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-121-0/+48
Tested-by: Aaron Watry <[email protected]> Reviewed-by: Alex Deucher <[email protected]>