docs: document MESA_GLES_VERSION_OVERRIDE envvar
authorAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 13 Feb 2016 18:05:49 +0000 (19:05 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 13 Feb 2016 19:21:06 +0000 (20:21 +0100)
v2: Removed reference to FC not being an allowed suffix (Brian Paul)

Reviewed-by: Brian Paul <brianp@vmware.com>
docs/envvars.html

index ba83335d0b0f095cc2becb7da0e35827f0562071..8c4597c9c7636cca6ac5a1b1f99010e14971135c 100644 (file)
@@ -91,6 +91,14 @@ This is only valid for versions &gt;= 3.0.
 <li> Mesa may not really implement all the features of the given version.
 (for developers only)
 </ul>
+<li>MESA_GLES_VERSION_OVERRIDE - changes the value returned by
+glGetString(GL_VERSION) for OpenGL ES.
+<ul>
+<li> The format should be MAJOR.MINOR
+<li> Examples: 2.0, 3.0, 3.1
+<li> Mesa may not really implement all the features of the given version.
+(for developers only)
+</ul>
 <li>MESA_GLSL_VERSION_OVERRIDE - changes the value returned by
 glGetString(GL_SHADING_LANGUAGE_VERSION). Valid values are integers, such as
 "130".  Mesa will not really implement all the features of the given language version