From: Brian Paul Date: Tue, 27 Mar 2018 18:39:05 +0000 (-0600) Subject: docs: document WGL_SWAP_INTERVAL env var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bebf758c4925d828b3df5e0f4168abc56e71859d;p=mesa.git docs: document WGL_SWAP_INTERVAL env var Reviewed-by: Charmaine Lee --- diff --git a/docs/envvars.html b/docs/envvars.html index a08f5b94024..08c259cc7b9 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -323,6 +323,12 @@ such as the OpenGL program's name and command line arguments.
  • See the driver code for other, lesser-used variables. +

    WGL environment variables

    +
      +
    • WGL_SWAP_INTERVAL - to set a swap interval, equivalent to calling +wglSwapIntervalEXT() in an application. If this environment variable +is set, application calls to wglSwapIntervalEXT() will have no effect. +

    VA-API state tracker environment variables