From: Marek Olšák Date: Tue, 26 Mar 2013 02:19:10 +0000 (+0100) Subject: docs: document GALLIUM_HUD and LIBGL_SHOW_FPS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd6152b6cacb869d6db028656927ea2af168448d;p=mesa.git docs: document GALLIUM_HUD and LIBGL_SHOW_FPS --- 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