mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
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:
parent
c412b21d85
commit
e3e74a4402
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue