Re: [Mesa-dev] [PATCH] ac/nir: Sanitize location_frac for local variables.

2018-01-10 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 11/01/18 03:24, Bas Nieuwenhuizen wrote: If they were promoted from inputs/outputs, they could have a non-zero value left over, which messed with our store handling. Fixes: 06f05040eb "radv: Link shaders." ---

[Mesa-dev] [PATCH] ac/nir: Sanitize location_frac for local variables.

2018-01-10 Thread Bas Nieuwenhuizen
If they were promoted from inputs/outputs, they could have a non-zero value left over, which messed with our store handling. Fixes: 06f05040eb "radv: Link shaders." --- src/amd/common/ac_nir_to_llvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/common/ac_nir_to_llvm.c