Re: [Mesa-dev] [PATCH] glsl: do not emit error for non written varyings on OpenGL ES

2014-09-16 Thread Tapani
On 09/16/2014 05:48 PM, Ian Romanick wrote: On 09/16/2014 04:21 AM, Tapani Pälli wrote: Patch fixes following test case from 'shaders-with-varyings' WebGL conformance suite: "vertex shader with unused varying and fragment shader with used varying must succeed" Oh bother. Using the same rationa

Re: [Mesa-dev] [PATCH] glsl: do not emit error for non written varyings on OpenGL ES

2014-09-16 Thread Ian Romanick
On 09/16/2014 04:21 AM, Tapani Pälli wrote: > Patch fixes following test case from 'shaders-with-varyings' WebGL > conformance suite: "vertex shader with unused varying and fragment > shader with used varying must succeed" Oh bother. Using the same rationale as before, could we get a warning from

[Mesa-dev] [PATCH] glsl: do not emit error for non written varyings on OpenGL ES

2014-09-16 Thread Tapani Pälli
Patch fixes following test case from 'shaders-with-varyings' WebGL conformance suite: "vertex shader with unused varying and fragment shader with used varying must succeed" Signed-off-by: Tapani Pälli --- src/glsl/link_varyings.cpp | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(