Re: [Mesa-dev] [PATCH] glsl: Don't require matching centroid qualifiers

2016-03-28 Thread Kenneth Graunke
On Friday, March 25, 2016 2:15:51 PM PDT Jordan Justen wrote: > Note: This patch appears to violate older OpenGL and OpenGLES specs. > > The OpenGLES GLSL 3.1 and OpenGL GLSL 4.3 specifications both remove > the requirement for the output and input centroid qualifiers to match. > > The deqp > dEQ

[Mesa-dev] [PATCH] glsl: Don't require matching centroid qualifiers

2016-03-25 Thread Jordan Justen
Note: This patch appears to violate older OpenGL and OpenGLES specs. The OpenGLES GLSL 3.1 and OpenGL GLSL 4.3 specifications both remove the requirement for the output and input centroid qualifiers to match. The deqp dEQP-GLES3.functional.shaders.linkage.varying.rules.differing_interpolation_2 t