Re: [Mesa-dev] [PATCH 3/3] ac/nir_to_llvm: fix component packing for double outputs

2018-03-27 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Tue, Mar 20, 2018 at 11:50 PM, Timothy Arceri wrote: > We need to wait until after the writemask is widened before we > adjust it for component packing. > > Together with the previous patch this fixes a number of > arb_enhanced_layouts compone

[Mesa-dev] [PATCH 3/3] ac/nir_to_llvm: fix component packing for double outputs

2018-03-20 Thread Timothy Arceri
We need to wait until after the writemask is widened before we adjust it for component packing. Together with the previous patch this fixes a number of arb_enhanced_layouts component layout piglit tests. --- src/amd/common/ac_nir_to_llvm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)