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
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 |