Re: [Mesa-dev] [PATCH] ac/nir_to_llvm: fix interpolateAt* for structs

2019-01-22 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Tue, Jan 22, 2019 at 12:35 AM Timothy Arceri wrote: > This fixes the arb_gpu_shader5 interpolateAt* tests that contain > structs. > --- > > Extra piglit tests for structs: > > https://patchwork.freedesktop.org/patch/279466/ > > src/amd/common/ac_nir_to_llvm.c

[Mesa-dev] [PATCH] ac/nir_to_llvm: fix interpolateAt* for structs

2019-01-21 Thread Timothy Arceri
This fixes the arb_gpu_shader5 interpolateAt* tests that contain structs. --- Extra piglit tests for structs: https://patchwork.freedesktop.org/patch/279466/ src/amd/common/ac_nir_to_llvm.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/amd