Re: [Mesa-dev] [PATCH 10/20] radeonsi: fix Gather4 with integer formats

2016-08-29 Thread Dave Airlie
On 30 August 2016 at 01:28, Marek Olšák wrote: > From: Marek Olšák > > The closed compiler does the same thing. > > This fixes: GL45-CTS.texture_gather.*-int-* (18 tests) Also reused in radv, and works there to fix a bunch of gather int tests. Reviewed-by: Dave Airlie > --- > src/gallium/driv

[Mesa-dev] [PATCH 10/20] radeonsi: fix Gather4 with integer formats

2016-08-29 Thread Marek Olšák
From: Marek Olšák The closed compiler does the same thing. This fixes: GL45-CTS.texture_gather.*-int-* (18 tests) --- src/gallium/drivers/radeonsi/si_shader.c | 99 +++- 1 file changed, 96 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_sh