Re: [Mesa-dev] [PATCH] ac/nir: fix txf_ms with an offset

2019-07-22 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 7/19/19 9:17 PM, Rhys Perry wrote: Seems to fix some hair artifacts in Max Payne 3: https://github.com/daniel-schuermann/mesa/issues/76 Signed-off-by: Rhys Perry Fixes: f4e499ec791 ('radv: add initial non-conformant radv vulkan driver') ---

Re: [Mesa-dev] [PATCH] ac/nir: fix txf_ms with an offset

2019-07-21 Thread Bas Nieuwenhuizen
r-b On Fri, Jul 19, 2019 at 9:19 PM Rhys Perry wrote: > > Seems to fix some hair artifacts in Max Payne 3: > https://github.com/daniel-schuermann/mesa/issues/76 > > Signed-off-by: Rhys Perry > Fixes: f4e499ec791 ('radv: add initial non-conformant radv vulkan driver') > --- >

[Mesa-dev] [PATCH] ac/nir: fix txf_ms with an offset

2019-07-19 Thread Rhys Perry
Seems to fix some hair artifacts in Max Payne 3: https://github.com/daniel-schuermann/mesa/issues/76 Signed-off-by: Rhys Perry Fixes: f4e499ec791 ('radv: add initial non-conformant radv vulkan driver') --- src/amd/common/ac_nir_to_llvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)