summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-03-21 11:09:51 +0100
committerMarge Bot <emma+marge@anholt.net>2022-04-08 13:15:12 +0000
commit116553b554f501846241c9d8d1dc6e43010c85a6 (patch)
treef3b47c4e1831d86ae2992738e49a204c20438f85 /docs
parent94706601fa2f52605d6e488f30fad9a0e2440612 (diff)
wgl: rename force-msaa env-var
This env-var is not specific to the SVGA driver, so we should rename it for consistency. While we're at it, let's document the feature. Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15485>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index b8f5efb915a..39aea445b13 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -226,6 +226,16 @@ the :doc:`Xlib software driver page <xlibdriver>` for details.
:envvar:`MESA_GLX_ALPHA_BITS`
specifies default number of bits for alpha channel.
+Mesa WGL driver environment variables
+-------------------------------------
+
+The following are only applicable to the Mesa WGL driver, which is in use
+on Windows.
+
+:envvar:`WGL_FORCE_MSAA`
+ if set to a positive value, specifies the number of MSAA samples to
+ force when choosing the display configuration.
+
Intel driver environment variables
----------------------------------------------------