Re: [Mesa-dev] [PATCH 2/2] glsl: error out on ES 3.1 if VS or FS present but not both

2015-09-03 Thread Tapani Pälli
On 09/03/2015 09:54 PM, Ilia Mirkin wrote: On Thu, Sep 3, 2015 at 7:58 AM, Tapani Pälli wrote: Signed-off-by: Tapani Pälli --- src/glsl/linker.cpp | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp

Re: [Mesa-dev] [PATCH 2/2] glsl: error out on ES 3.1 if VS or FS present but not both

2015-09-03 Thread Ilia Mirkin
On Thu, Sep 3, 2015 at 7:58 AM, Tapani Pälli wrote: > Signed-off-by: Tapani Pälli > --- > src/glsl/linker.cpp | 31 +++ > 1 file changed, 27 insertions(+), 4 deletions(-) > > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index bc76af6..2be5660 100644 > ---

[Mesa-dev] [PATCH 2/2] glsl: error out on ES 3.1 if VS or FS present but not both

2015-09-03 Thread Tapani Pälli
Signed-off-by: Tapani Pälli --- src/glsl/linker.cpp | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index bc76af6..2be5660 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -3890,10 +3890,33