Re: [Mesa-dev] [PATCH 11/28] glsl: cross validate varyings with a component qualifier

2016-01-07 Thread Timothy Arceri
On Thu, 2016-01-07 at 13:47 -0800, Anuj Phogat wrote: > On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri > wrote: > > This change checks for component overlap, including handling > > overlap of > > locations and components by doubles. Previously there was no > > validation > > for assigning explici

Re: [Mesa-dev] [PATCH 11/28] glsl: cross validate varyings with a component qualifier

2016-01-07 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This change checks for component overlap, including handling overlap of > locations and components by doubles. Previously there was no validation > for assigning explicit locations to a location used by the second half > of a double. > > V2:

[Mesa-dev] [PATCH 11/28] glsl: cross validate varyings with a component qualifier

2015-12-28 Thread Timothy Arceri
This change checks for component overlap, including handling overlap of locations and components by doubles. Previously there was no validation for assigning explicit locations to a location used by the second half of a double. V2: fix component matching for matricies --- src/glsl/link_varyings.c