Re: [Mesa-dev] [PATCH] glsl: Fix condition to generate shader link error

2014-02-18 Thread Ian Romanick
On 12/19/2013 03:12 PM, Anuj Phogat wrote: > GL_ARB_ES2_compatibility don't say anything about shader linking > when one of the shaders (vertex or fragment shader) is absent. > So, the extention shouldn't change the behavior specified in > GLSL specification. If you add the above text to the comme

[Mesa-dev] [PATCH] glsl: Fix condition to generate shader link error

2013-12-19 Thread Anuj Phogat
GL_ARB_ES2_compatibility don't say anything about shader linking when one of the shaders (vertex or fragment shader) is absent. So, the extention shouldn't change the behavior specified in GLSL specification. Tested the behavior on proprietary linux drivers of NVIDIA and AMD. Both of them allow li