docs: fix badly encoded envvar-roles
Sphinx thinks the equals sign and the stuff that follows are parts of the role, leading to warnings in nit-picky mode, as well as missing links in the rendered result. Let's fix that by inserting some whitespace. While we're at it, fixup an incorrectly quoted literal. Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19593>
This commit is contained in:
@@ -617,7 +617,7 @@ Gallium environment variables
|
|||||||
|
|
||||||
.. envvar:: GALLIUM_DRIVER
|
.. envvar:: GALLIUM_DRIVER
|
||||||
|
|
||||||
useful in combination with :envvar:`LIBGL_ALWAYS_SOFTWARE`=`true` for
|
useful in combination with :envvar:`LIBGL_ALWAYS_SOFTWARE` = ``true`` for
|
||||||
choosing one of the software renderers ``softpipe`` or ``llvmpipe``.
|
choosing one of the software renderers ``softpipe`` or ``llvmpipe``.
|
||||||
|
|
||||||
.. envvar:: GALLIUM_LOG_FILE
|
.. envvar:: GALLIUM_LOG_FILE
|
||||||
@@ -909,7 +909,7 @@ RADV driver environment variables
|
|||||||
disable TC-compat CMASK for MSAA surfaces
|
disable TC-compat CMASK for MSAA surfaces
|
||||||
``noumr``
|
``noumr``
|
||||||
disable UMR dumps during GPU hang detection (only with
|
disable UMR dumps during GPU hang detection (only with
|
||||||
:envvar:`RADV_DEBUG`=``hang``)
|
:envvar:`RADV_DEBUG` = ``hang``)
|
||||||
``novrsflatshading``
|
``novrsflatshading``
|
||||||
disable VRS for flat shading (only on GFX10.3+)
|
disable VRS for flat shading (only on GFX10.3+)
|
||||||
``preoptir``
|
``preoptir``
|
||||||
|
Reference in New Issue
Block a user