From a53554f3885fa211ebfcfc1c83d17bce3a563f15 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 17 Sep 2022 13:09:20 +0200 Subject: [PATCH] docs: fixup broken rst syntax Seems I messed this up when converting things, and nobody noticed until now! Fixes: d4397c00485 ("docs: use envvar role for envvars") Reviewed-by: Yonggang Luo Part-of: (cherry picked from commit c816081eea2865d04bc67950e79ec7e8b143b88d) --- .pick_status.json | 2 +- docs/envvars.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 303bc8f1560..c9e3ff4bc9c 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -202,7 +202,7 @@ "description": "docs: fixup broken rst syntax", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "d4397c00485d8edb35d519e7036405527bb3e746" }, diff --git a/docs/envvars.rst b/docs/envvars.rst index 56550ec658d..a81a5843039 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -596,17 +596,17 @@ LLVMpipe driver environment variables VMware SVGA driver environment variables ---------------------------------------- -:envvar`SVGA_FORCE_SWTNL` +:envvar:`SVGA_FORCE_SWTNL` force use of software vertex transformation -:envvar`SVGA_NO_SWTNL` +:envvar:`SVGA_NO_SWTNL` don't allow software vertex transformation fallbacks (will often result in incorrect rendering). -:envvar`SVGA_DEBUG` +:envvar:`SVGA_DEBUG` for dumping shaders, constant buffers, etc. See the code for details. -:envvar`SVGA_EXTRA_LOGGING` +:envvar:`SVGA_EXTRA_LOGGING` if set, enables extra logging to the ``vmware.log`` file, such as the OpenGL program's name and command line arguments. -:envvar`SVGA_NO_LOGGING` +:envvar:`SVGA_NO_LOGGING` if set, disables logging to the ``vmware.log`` file. This is useful when using Valgrind because it otherwise crashes when initializing the host log feature.