Re: [Mesa-dev] [PATCH] glsl: check for forced_language_version in is_version()

2015-04-08 Thread Ian Romanick
Reviewed-by: Ian Romanick On 04/07/2015 09:33 AM, Brian Paul wrote: > Ping. > > On 04/01/2015 02:38 PM, Brian Paul wrote: >> This is a follow-on fix from the earlier "glsl: allow ForceGLSLVersion >> to override #version directives" change. Since we're not changing >> the language_version field,

Re: [Mesa-dev] [PATCH] glsl: check for forced_language_version in is_version()

2015-04-07 Thread Brian Paul
Ping. On 04/01/2015 02:38 PM, Brian Paul wrote: This is a follow-on fix from the earlier "glsl: allow ForceGLSLVersion to override #version directives" change. Since we're not changing the language_version field, we have to check forced_language_version here. --- src/glsl/glsl_parser_extras.h

Re: [Mesa-dev] [PATCH] glsl: check for forced_language_version in is_version()

2015-04-02 Thread Anuj Phogat
On Wed, Apr 1, 2015 at 1:38 PM, Brian Paul wrote: > This is a follow-on fix from the earlier "glsl: allow ForceGLSLVersion > to override #version directives" change. Since we're not changing > the language_version field, we have to check forced_language_version > here. > --- > src/glsl/glsl_pars

[Mesa-dev] [PATCH] glsl: check for forced_language_version in is_version()

2015-04-01 Thread Brian Paul
This is a follow-on fix from the earlier "glsl: allow ForceGLSLVersion to override #version directives" change. Since we're not changing the language_version field, we have to check forced_language_version here. --- src/glsl/glsl_parser_extras.h | 4 +++- 1 file changed, 3 insertions(+), 1 deleti