From: Brian Paul
+The MESA_GLSL environment variable can be set to a comma-separated +list of keywords to control some aspects of the GLSL compiler: +
++Example: export MESA_GLSL=dump,nopt +
+ +-GLSL version 1.20 is supported in Mesa 7.3. +GLSL version 1.20 is supported in Mesa 7.3 and later. Among the features/differences of GLSL 1.20 are:
mat2x3, mat2x4
, etc. types and functions
@@ -59,12 +81,14 @@ Among the features/differences of GLSL 1.20 are:
-The following features of the shading language are not yet supported +The following features of the shading language are not yet fully supported in Mesa:
+ make realclean + make linux cd src/mesa/drivers/glslcompiler make