Re: [Mesa-dev] [PATCH 19/28] glsl: add support for explicit components to frag outputs

2016-01-13 Thread Timothy Arceri
On Tue, 2016-01-12 at 16:36 -0800, Anuj Phogat wrote: > On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri > wrote: > > --- > > src/glsl/linker.cpp | 56 > > - > > 1 file changed, 55 insertions(+), 1 deletion(-) > > > > diff --git a/src/glsl/linke

Re: [Mesa-dev] [PATCH 19/28] glsl: add support for explicit components to frag outputs

2016-01-12 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > --- > src/glsl/linker.cpp | 56 > - > 1 file changed, 55 insertions(+), 1 deletion(-) > > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index 41ff057..44dd7f0 100644 > --- a/sr

[Mesa-dev] [PATCH 19/28] glsl: add support for explicit components to frag outputs

2015-12-28 Thread Timothy Arceri
--- src/glsl/linker.cpp | 56 - 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 41ff057..44dd7f0 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -2411,7 +2411,12 @@ assig