Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-22 Thread Anuj Phogat
On Thu, Jan 21, 2016 at 3:49 PM, Timothy Arceri wrote: > On Thu, 2016-01-21 at 15:28 -0800, Anuj Phogat wrote: >> On Thu, Jan 21, 2016 at 1:47 PM, Timothy Arceri >> wrote: >> > On Thu, 2016-01-21 at 09:23 -0800, Anuj Phogat wrote: >> >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-21 Thread Anuj Phogat
On Wed, Jan 20, 2016 at 4:28 PM, Timothy Arceri wrote: > On Wed, 2016-01-20 at 15:38 -0800, Anuj Phogat wrote: >> On Wed, Jan 20, 2016 at 1:39 PM, Timothy Arceri >> wrote: >> > On Wed, 2016-01-20 at 10:06 -0800, Anuj Phogat wrote: >> >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-21 Thread Anuj Phogat
On Thu, Jan 21, 2016 at 1:47 PM, Timothy Arceri wrote: > On Thu, 2016-01-21 at 09:23 -0800, Anuj Phogat wrote: >> On Wed, Jan 20, 2016 at 4:28 PM, Timothy Arceri >> wrote: >> > On Wed, 2016-01-20 at 15:38 -0800, Anuj Phogat wrote: >> >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-21 Thread Timothy Arceri
On Thu, 2016-01-21 at 15:28 -0800, Anuj Phogat wrote: > On Thu, Jan 21, 2016 at 1:47 PM, Timothy Arceri > wrote: > > On Thu, 2016-01-21 at 09:23 -0800, Anuj Phogat wrote: > > > On Wed, Jan 20, 2016 at 4:28 PM, Timothy Arceri > > >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-21 Thread Timothy Arceri
On Thu, 2016-01-21 at 09:23 -0800, Anuj Phogat wrote: > On Wed, Jan 20, 2016 at 4:28 PM, Timothy Arceri > wrote: > > On Wed, 2016-01-20 at 15:38 -0800, Anuj Phogat wrote: > > > On Wed, Jan 20, 2016 at 1:39 PM, Timothy Arceri > > >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-20 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This is needed now that we pack these type of varyings when they have a > component layout qualifier. > --- > src/glsl/linker.cpp | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-20 Thread Timothy Arceri
On Wed, 2016-01-20 at 10:06 -0800, Anuj Phogat wrote: > On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri > wrote: > > This is needed now that we pack these type of varyings when they > > have a > > component layout qualifier. > > --- > > src/glsl/linker.cpp | 15

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-20 Thread Anuj Phogat
On Wed, Jan 20, 2016 at 1:39 PM, Timothy Arceri wrote: > On Wed, 2016-01-20 at 10:06 -0800, Anuj Phogat wrote: >> On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri >> wrote: >> > This is needed now that we pack these type of varyings when

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-20 Thread Timothy Arceri
On Wed, 2016-01-20 at 15:38 -0800, Anuj Phogat wrote: > On Wed, Jan 20, 2016 at 1:39 PM, Timothy Arceri > wrote: > > On Wed, 2016-01-20 at 10:06 -0800, Anuj Phogat wrote: > > > On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri > > >

Re: [Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2016-01-06 Thread Anders Jonsson
On 2015-12-29 06:00, Timothy Arceri wrote: > This is needed now that we pack these type of varyings when they have a > component layout qualifier. > --- > src/glsl/linker.cpp | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --git a/src/glsl/linker.cpp

[Mesa-dev] [PATCH 23/28] glsl: add pack varying to resource list for vertex input / fragment output

2015-12-28 Thread Timothy Arceri
This is needed now that we pack these type of varyings when they have a component layout qualifier. --- src/glsl/linker.cpp | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 44dd7f0..52a326a 100644 ---