Re: [Mesa-dev] [PATCH 2/5] glsl_compiler: Set max GLSL version on the command line

2013-10-06 Thread Kenneth Graunke
On 09/27/2013 11:58 AM, Ian Romanick wrote: > From: Ian Romanick > > Infer whether or not to use ES based on the GLSL version (100 or 300 are > for ES). This replaces the --glsl-es command line option. Set various > compiler limits based on the minimums required for the specified GLSL > version

[Mesa-dev] [PATCH 2/5] glsl_compiler: Set max GLSL version on the command line

2013-09-27 Thread Ian Romanick
From: Ian Romanick Infer whether or not to use ES based on the GLSL version (100 or 300 are for ES). This replaces the --glsl-es command line option. Set various compiler limits based on the minimums required for the specified GLSL version. Signed-off-by: Ian Romanick --- src/glsl/main.cpp |