Re: [Mesa-dev] [PATCH 1/6] radeonsi: declare new user SGPR indices for bindless samplers/images

2017-07-11 Thread Marek Olšák
On Tue, Jul 4, 2017 at 3:05 PM, Samuel Pitoiset wrote: > A new pair of user SGPR is needed for loading the bindless > descriptors from shaders. Because the descriptors are global for > all stages, there is no need to add separate indices for GFX9. > > Signed-off-by:

[Mesa-dev] [PATCH 1/6] radeonsi: declare new user SGPR indices for bindless samplers/images

2017-07-04 Thread Samuel Pitoiset
A new pair of user SGPR is needed for loading the bindless descriptors from shaders. Because the descriptors are global for all stages, there is no need to add separate indices for GFX9. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeonsi/si_shader.c