Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/u_suballoc: allow setting pipe_resource::flags | Marek Olšák | 2017-02-18 | 1 | -1/+1 |
| | | | | Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | gallium/u_suballoc: allow different alignment for each allocation | Marek Olšák | 2016-06-04 | 1 | -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 variables | Brian Paul | 2016-05-26 | 1 | -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 buffer | Marek Olšák | 2012-12-12 | 1 | -0/+48 |
Tested-by: Aaron Watry <[email protected]> Reviewed-by: Alex Deucher <[email protected]> |