glsl_compiler: Set max GLSL version on the command line
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 9 Sep 2013 19:07:15 +0000 (14:07 -0500)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 7 Oct 2013 16:59:23 +0000 (09:59 -0700)
commit3646d65f6a70ddaf8d1e0dafde11cf21db836223
tree82b4092e96acf7d4bef19f307928d33efdff1576
parent257db619c63a0474ea87749ed3e3fd681b3e58ea
glsl_compiler: Set max GLSL version on the command line

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 <ian.d.romanick@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/main.cpp