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
+- GALLIUM_HUD - draws various information on the screen, like framerate,
+ cpu load, driver statistics, performance counters, etc.
+ Set GALLIUM_HUD=help and run e.g. glxgears for more info.
- GALLIUM_LOG_FILE - specifies a file for logging all errors, warnings, etc.
rather than stderr.
- GALLIUM_PRINT_OPTIONS - if non-zero, print all the Gallium environment