gallium/hud: document GALLIUM_HUD_PERIOD in envvars.html.
authorJimmy Berry <jimmy@boombatower.com>
Wed, 4 Nov 2015 05:24:47 +0000 (23:24 -0600)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 18 Nov 2015 23:02:34 +0000 (00:02 +0100)
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
docs/envvars.html

index 530bbb7869671c720c65f25716250ed4d705cfcf..1b2c03ef3774f38ff2dc4701a5cb4283e3aec5d1 100644 (file)
@@ -179,6 +179,8 @@ Mesa EGL supports different sets of environment variables.  See the
 <li>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.
+<li>GALLIUM_HUD_PERIOD - sets the hud update rate in seconds (float). Use zero
+    to update every frame. The default period is 1/2 second.
 <li>GALLIUM_HUD_VISIBLE - control default visibility, defaults to true.
 <li>GALLIUM_HUD_TOGGLE_SIGNAL - toggle visibility via user specified signal.
     Especially useful to toggle hud at specific points of application and