Re: [Mesa-dev] [PATCH RFC 2/3] glsl: Make gl_TexCoord compatibility-only

2013-07-11 Thread Ian Romanick
On 07/08/2013 10:40 AM, Paul Berry wrote: gl_TexCoord was deprecated in GLSL 1.30. In GLSL 1.40 it was marked as ARB_compatibility-only, and in GLSL 1.50 and above it was marked as only appearing in the compatibility profile. It has never appeared in GLSL ES. However, Mesa erroneously included

[Mesa-dev] [PATCH RFC 2/3] glsl: Make gl_TexCoord compatibility-only

2013-07-08 Thread Paul Berry
gl_TexCoord was deprecated in GLSL 1.30. In GLSL 1.40 it was marked as ARB_compatibility-only, and in GLSL 1.50 and above it was marked as only appearing in the compatibility profile. It has never appeared in GLSL ES. However, Mesa erroneously included it in all desktop versions of GLSL, even ve