gallium/util: add a simple allocator for suballocating from a large buffer
authorMarek Olšák <maraeo@gmail.com>
Sun, 9 Dec 2012 16:33:28 +0000 (17:33 +0100)
committerMarek Olšák <maraeo@gmail.com>
Wed, 12 Dec 2012 12:12:24 +0000 (13:12 +0100)
commitcc2d908572d0ed97171e37e446372ab039ed5422
tree5189fc00ae4cf30741d659869b62a840dd4f9b74
parent2478fcd87c4361ce288b042cc922373ef40b113c
gallium/util: add a simple allocator for suballocating from a large buffer

Tested-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_suballoc.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_suballoc.h [new file with mode: 0644]