From dd6152b6cacb869d6db028656927ea2af168448d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 26 Mar 2013 03:19:10 +0100 Subject: [PATCH] docs: document GALLIUM_HUD and LIBGL_SHOW_FPS --- docs/envvars.html | 5 +++++ 1 file changed, 5 insertions(+) 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