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: c70c5ecd2e ("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>
This commit is contained in:
Erik Faye-Lund
2023-01-11 15:50:08 +01:00
committed by Marge Bot
parent c412b21d85
commit e3e74a4402

View File

@@ -1460,9 +1460,6 @@ PowerVR driver environment variables
A comma-separated list of debug options. Use `PVR_DEBUG=help` to A comma-separated list of debug options. Use `PVR_DEBUG=help` to
print a list of available options. 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 i915 driver environment variables
--------------------------------- ---------------------------------
@@ -1484,3 +1481,8 @@ Freedreno driver environment variables
.. envvar:: FD_MESA_DEBUG .. envvar:: FD_MESA_DEBUG
Debug flags for the Freedreno driver. 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.