Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: replace pipe_mutex with mtx_t | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
| | | | | | | pipe_mutex was made unnecessary with fd33a6bcd7f12. Reviewed-by: Marek Olšák <[email protected]> | ||||
* | gallium/pipebuffer: add pb_slab utility | Nicolai Hähnle | 2016-09-27 | 1 | -0/+155 |
This is a simple framework for slab allocation from buffers that fits into the buffer management scheme of the radeon and amdgpu winsyses where bufmgrs aren't used. The utility knows about different sized allocations and explicitly manages reclaim of allocations that have pending fences. It manages all the free lists but does not actually touch buffer objects directly, relying on callbacks for that. Reviewed-by: Marek Olšák <[email protected]> |