gallium/util: add new module that allocate "numbers"
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 8 Aug 2017 14:15:34 +0000 (16:15 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 22 Aug 2017 09:34:04 +0000 (11:34 +0200)
commite2793def4018e0c556e7c957ee0acf87d7299192
tree39a4881381338b9fc9ee3282f3a8f2fad507cf84
parent472c906d9fa0720e3438761a061a0d99e344b2c6
gallium/util: add new module that allocate "numbers"

Will be used for allocating bindless descriptor slots for
RadeonSI.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_idalloc.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_idalloc.h [new file with mode: 0644]