summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2016-02-13 19:05:49 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-02-13 20:21:06 +0100
commita150101125111bfdead2fcf59d5eb3b37c22031a (patch)
treedc3f551bd16096667449610c24f9044abe03d288 /docs/envvars.html
parentb410ed9215506398191d0120357564eca0cd9717 (diff)
downloadexternal_mesa3d-a150101125111bfdead2fcf59d5eb3b37c22031a.zip
external_mesa3d-a150101125111bfdead2fcf59d5eb3b37c22031a.tar.gz
external_mesa3d-a150101125111bfdead2fcf59d5eb3b37c22031a.tar.bz2
docs: document MESA_GLES_VERSION_OVERRIDE envvar
v2: Removed reference to FC not being an allowed suffix (Brian Paul) Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index ba83335..8c4597c 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -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