Re: [Mesa-dev] [PATCH 3/3] radeonsi: get the sampler view type from inst->Texture for TG4

2017-05-17 Thread Marek Olšák
On Wed, May 17, 2017 at 11:17 AM, Samuel Pitoiset wrote: > This will also magically fix this special lowering for > bindless samplers. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c | 7 +++ >

[Mesa-dev] [PATCH 3/3] radeonsi: get the sampler view type from inst->Texture for TG4

2017-05-17 Thread Samuel Pitoiset
This will also magically fix this special lowering for bindless samplers. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git