From: Martin Peres Date: Thu, 7 May 2015 13:57:48 +0000 (+0300) Subject: docs: document the LIBGL_DRI3_DISABLE environment variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4b297360780740599afdc93f61bd8be425f0d75;p=mesa.git docs: document the LIBGL_DRI3_DISABLE environment variable Suggested-by: Axel Davy Reviewed-by: Kenneth Graunke Signed-off-by: Martin Peres --- 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.
  • LIBGL_NO_DRAWARRAYS - if set do not use DrawArrays GLX protocol (for debugging)
  • LIBGL_SHOW_FPS - print framerate to stdout based on the number of glXSwapBuffers calls per second. +
  • LIBGL_DRI3_DISABLE - disable DRI3 if set (the value does not matter)