Re: [Mesa-dev] [PATCH v3] gallium/util: add new module that allocate "numbers"

2017-08-21 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Aug 21, 2017 at 4:49 PM, Samuel Pitoiset wrote: > Will be used for allocating bindless descriptor slots for > RadeonSI. > > v3; - use a faster loop in util_idalloc_alloc() (Marek) > v2: - change the interface (remove lock/unlock) > - make a non-inline

Re: [Mesa-dev] [PATCH v3] gallium/util: add new module that allocate "numbers"

2017-08-21 Thread Eric Engestrom
On Monday, 2017-08-21 17:06:19 +0200, Samuel Pitoiset wrote: > On 08/21/2017 04:59 PM, Eric Engestrom wrote: > > On Monday, 2017-08-21 16:49:48 +0200, Samuel Pitoiset wrote: > > > Will be used for allocating bindless descriptor slots for > > > RadeonSI. > > > > > > v3; - use a faster loop in util_

Re: [Mesa-dev] [PATCH v3] gallium/util: add new module that allocate "numbers"

2017-08-21 Thread Samuel Pitoiset
On 08/21/2017 04:59 PM, Eric Engestrom wrote: On Monday, 2017-08-21 16:49:48 +0200, Samuel Pitoiset wrote: Will be used for allocating bindless descriptor slots for RadeonSI. v3; - use a faster loop in util_idalloc_alloc() (Marek) v2: - change the interface (remove lock/unlock) - make a

Re: [Mesa-dev] [PATCH v3] gallium/util: add new module that allocate "numbers"

2017-08-21 Thread Eric Engestrom
On Monday, 2017-08-21 16:49:48 +0200, Samuel Pitoiset wrote: > Will be used for allocating bindless descriptor slots for > RadeonSI. > > v3; - use a faster loop in util_idalloc_alloc() (Marek) > v2: - change the interface (remove lock/unlock) > - make a non-inline implementation > > Signed-of

[Mesa-dev] [PATCH v3] gallium/util: add new module that allocate "numbers"

2017-08-21 Thread Samuel Pitoiset
Will be used for allocating bindless descriptor slots for RadeonSI. v3; - use a faster loop in util_idalloc_alloc() (Marek) v2: - change the interface (remove lock/unlock) - make a non-inline implementation Signed-off-by: Samuel Pitoiset Reviewed-by: Marek Olšák (v2) --- src/gallium/auxili