summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-05-07 16:57:48 +0300
committerMartin Peres <martin.peres@linux.intel.com>2015-05-08 13:36:52 +0300
commite4b297360780740599afdc93f61bd8be425f0d75 (patch)
treef57b1ae7582aeefc7bf6a265191d89d02d0d1464
parentff64411c84b2260fef80516ec4981d70c38aa3ca (diff)
docs: document the LIBGL_DRI3_DISABLE environment variable
Suggested-by: Axel Davy <axel.davy@ens.fr> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
-rw-r--r--docs/envvars.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 31d14a45abb..c0d5a51b482 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -34,6 +34,7 @@ sometimes be useful for debugging end-user issues.
<li>LIBGL_NO_DRAWARRAYS - if set do not use DrawArrays GLX protocol (for debugging)
<li>LIBGL_SHOW_FPS - print framerate to stdout based on the number of glXSwapBuffers
calls per second.
+<li>LIBGL_DRI3_DISABLE - disable DRI3 if set (the value does not matter)
</ul>