[Mesa-dev] [PATCH v2 6/6] radeonsi: try to re-use previously deleted bindless descriptor slots

Marek Olšák maraeo at gmail.com
Thu Aug 3 19:23:34 UTC 2017


On Thu, Aug 3, 2017 at 12:12 PM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
>
>
> On 08/01/2017 09:54 PM, Marek Olšák wrote:
>>
>> Hi Samuel,
>>
>> Can you move this slot allocator into a util module? It seems generic
>> enough that it could be reused for "handle" and "ID" allocations.
>
>
> What do you mean by "ID" allocations?

"handle", "ID number" (e.g. GLuint), and "slot" all have the same
meaning: The allocator allocates and releases "numbers".

Marek


More information about the mesa-dev mailing list