aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_suballoc.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
| | | | as requested by Brian. Trivial.
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-181-4/+18
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-041-12/+10
| | | | | | | | | 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-2/+3
| | | | | | 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/+132
Tested-by: Aaron Watry <[email protected]> Reviewed-by: Alex Deucher <[email protected]>