diff --git a/docs/envvars.html b/docs/envvars.html index 5d855c630d7..389da62e6e8 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -32,6 +32,8 @@ sometimes be useful for debugging end-user issues.
  • LIBGL_ALWAYS_INDIRECT - forces an indirect rendering context/connection.
  • LIBGL_ALWAYS_SOFTWARE - if set, always use software rendering
  • 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. @@ -144,6 +146,9 @@ Mesa EGL supports different sets of environment variables. See the

    Gallium environment variables