Re: [Mesa-dev] [PATCH 2/7] nir: add varying component packing helpers

2017-10-28 Thread Timothy Arceri
On 29/10/17 02:21, Jason Ekstrand wrote: On October 28, 2017 07:15:10 Bas Nieuwenhuizen wrote: On Mon, Oct 23, 2017 at 2:10 AM, Timothy Arceri wrote: ---  src/compiler/nir/nir.h |   2 +  src/compiler/nir/nir_linking_helpers.c | 235 +  2 file

Re: [Mesa-dev] [PATCH 2/7] nir: add varying component packing helpers

2017-10-28 Thread Jason Ekstrand
On October 28, 2017 07:15:10 Bas Nieuwenhuizen wrote: On Mon, Oct 23, 2017 at 2:10 AM, Timothy Arceri wrote: --- src/compiler/nir/nir.h | 2 + src/compiler/nir/nir_linking_helpers.c | 235 + 2 files changed, 237 insertions(+) diff --git a/sr

Re: [Mesa-dev] [PATCH 2/7] nir: add varying component packing helpers

2017-10-28 Thread Bas Nieuwenhuizen
On Mon, Oct 23, 2017 at 2:10 AM, Timothy Arceri wrote: > --- > src/compiler/nir/nir.h | 2 + > src/compiler/nir/nir_linking_helpers.c | 235 > + > 2 files changed, 237 insertions(+) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h

[Mesa-dev] [PATCH 2/7] nir: add varying component packing helpers

2017-10-22 Thread Timothy Arceri
--- src/compiler/nir/nir.h | 2 + src/compiler/nir/nir_linking_helpers.c | 235 + 2 files changed, 237 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index dd833cf183..6a761ab655 100644 --- a/src/compiler/nir/nir.h +++