Re: [Mesa-dev] [PATCH] radeonsi: add si_init_descriptor_list() helper

2017-04-03 Thread Samuel Pitoiset
On 04/01/2017 09:11 AM, Nicolai Hähnle wrote: On 31.03.2017 16:16, Samuel Pitoiset wrote: This will be used by bindless to initialize the descriptor for both samplers and images. Signed-off-by: Samuel Pitoiset I'd prefer to see these patches in a larger context, to be honest. As for this

Re: [Mesa-dev] [PATCH] radeonsi: add si_init_descriptor_list() helper

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 16:16, Samuel Pitoiset wrote: This will be used by bindless to initialize the descriptor for both samplers and images. Signed-off-by: Samuel Pitoiset I'd prefer to see these patches in a larger context, to be honest. As for this particular change, "init" to me implies also stat

[Mesa-dev] [PATCH] radeonsi: add si_init_descriptor_list() helper

2017-03-31 Thread Samuel Pitoiset
This will be used by bindless to initialize the descriptor for both samplers and images. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeonsi/si_descriptors.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/gallium/drivers/radeonsi/s