summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_slab.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-061-96/+0
|
* util: convert slab macros to inline functionsBrian Paul2015-03-131-2/+11
| | | | Reviewed-by: Jose Fonseca <[email protected]>
* gallium: unify transfer functionsMarek Olšák2012-10-111-1/+1
| | | | | | | | | | | | | | "get_transfer + transfer_map" becomes "transfer_map". "transfer_unmap + transfer_destroy" becomes "transfer_unmap". transfer_map must create and return the transfer object and transfer_unmap must destroy it. transfer_map is successful if the returned buffer pointer is not NULL. If transfer_map fails, the pointer to the transfer object remains unchanged (i.e. doesn't have to be NULL). Acked-by: Brian Paul <[email protected]>
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-1/+1
| | | | Nothing uses it now.
* util: rename u_mempool -> u_slabMarek Olšák2010-11-301-0/+87