summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-01-11 15:50:08 +0100
committerMarge Bot <emma+marge@anholt.net>2023-01-12 08:11:30 +0000
commite3e74a44024e0f1586b39796180f654958b6f5ca (patch)
treefdc35f0654c4bd4ce87154a84dd23d46fb0bcdd7 /docs
parentc412b21d858fbc5958c253b665aeaf21eccb1af8 (diff)
docs: move note on other drivers to the bottom
This was always meant to be at the bottom of the page. To reduce the risk of more driver-specific environment variables being added below, let's add a horizontal rule to mark the difference. This should make it more clear that this paragraph doesn't belong to the previous heading. Fixes: c70c5ecd2e7 ("docs: move generic gallium envvars to root doc") Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20644>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index 67155d75035..c27c3cad971 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -1460,9 +1460,6 @@ PowerVR driver environment variables
A comma-separated list of debug options. Use `PVR_DEBUG=help` to
print a list of available options.
-Other Gallium drivers have their own environment variables. These may
-change frequently so the source code should be consulted for details.
-
i915 driver environment variables
---------------------------------
@@ -1484,3 +1481,8 @@ Freedreno driver environment variables
.. envvar:: FD_MESA_DEBUG
Debug flags for the Freedreno driver.
+
+----
+
+Other Gallium drivers have their own environment variables. These may
+change frequently so the source code should be consulted for details.