Re: [Mesa-dev] [PATCH 12/28] glsl: update explicit location matching to support component qualifier

2016-02-25 Thread Kenneth Graunke
On Tuesday, December 29, 2015 4:00:12 PM PST Timothy Arceri wrote: > This is needed so we don't optimise away the varying when more than > one shares the same location. > --- > src/glsl/linker.cpp | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git

Re: [Mesa-dev] [PATCH 12/28] glsl: update explicit location matching to support component qualifier

2016-01-07 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This is needed so we don't optimise away the varying when more than > one shares the same location. > --- > src/glsl/linker.cpp | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git

[Mesa-dev] [PATCH 12/28] glsl: update explicit location matching to support component qualifier

2015-12-28 Thread Timothy Arceri
This is needed so we don't optimise away the varying when more than one shares the same location. --- src/glsl/linker.cpp | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 31d55e3..f709922 100644 --- a/src/glsl/linker.cpp