aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_suballoc.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-181-4/+18
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-041-12/+10
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-2/+3
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-121-0/+132