Re: [Mesa-dev] [PATCH] ac/nir: don't apply slice rounding on txf_ms

2018-02-28 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Mar 1, 2018 at 12:33 AM, Timothy Arceri wrote: > Thanks! > > Reviewed-by: Timothy Arceri > > On 01/03/18 10:26, Dave Airlie wrote: >> >> From: Dave Airlie >> >>

Re: [Mesa-dev] [PATCH] ac/nir: don't apply slice rounding on txf_ms

2018-02-28 Thread Timothy Arceri
Thanks! Reviewed-by: Timothy Arceri On 01/03/18 10:26, Dave Airlie wrote: From: Dave Airlie This matches the tgsi code. Fixes arb_texture_multisample texelFetch piglit tests. Signed-off-by: Dave Airlie ---

[Mesa-dev] [PATCH] ac/nir: don't apply slice rounding on txf_ms

2018-02-28 Thread Dave Airlie
From: Dave Airlie This matches the tgsi code. Fixes arb_texture_multisample texelFetch piglit tests. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git