Re: [Mesa-dev] [PATCH 3/3] glsl: Relax qualifier ordering restriction in ES 3.1.

2015-12-07 Thread Kenneth Graunke
On Monday, December 07, 2015 03:35:17 PM Matt Turner wrote: > ... and allow the "binding" qualifier in ES 3.1 as well. > > GLSL ES 3.1 incorporates only a few features from the extension > ARB_shading_language_420pack: the relaxed qualifier ordering > requirements and the binding qualifier. > > C

[Mesa-dev] [PATCH 3/3] glsl: Relax qualifier ordering restriction in ES 3.1.

2015-12-07 Thread Matt Turner
... and allow the "binding" qualifier in ES 3.1 as well. GLSL ES 3.1 incorporates only a few features from the extension ARB_shading_language_420pack: the relaxed qualifier ordering requirements and the binding qualifier. Cc: "11.1" --- src/glsl/glsl_parser.yy | 20 ++-- s