Re: [Mesa-dev] [PATCH 5/8] nir: add varying component packing helpers

2017-11-29 Thread Nicolai Hähnle
On 21.11.2017 04:28, Timothy Arceri wrote: v2: update shader info input/output masks when pack components v3: make sure interpolation loc matches, this is required for the radeonsi NIR backend. Reviewed-by: Bas Nieuwenhuizen (v1) --- src/compiler/nir/nir.h | 2 + src/c

[Mesa-dev] [PATCH 5/8] nir: add varying component packing helpers

2017-11-20 Thread Timothy Arceri
v2: update shader info input/output masks when pack components v3: make sure interpolation loc matches, this is required for the radeonsi NIR backend. Reviewed-by: Bas Nieuwenhuizen (v1) --- src/compiler/nir/nir.h | 2 + src/compiler/nir/nir_linking_helpers.c | 302

[Mesa-dev] [PATCH 5/8] nir: add varying component packing helpers

2017-11-14 Thread Timothy Arceri
v2: update shader info input/output masks when pack components Reviewed-by: Bas Nieuwenhuizen (v1) --- src/compiler/nir/nir.h | 2 + src/compiler/nir/nir_linking_helpers.c | 272 + 2 files changed, 274 insertions(+) diff --git a/src/compiler/nir