Mesa (main): docs: clean up software-drivers list

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 3 09:37:41 UTC 2021


Module: Mesa
Branch: main
Commit: 8cc0b75e71ab2b3a177a8ddada84771eb23e69ae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cc0b75e71ab2b3a177a8ddada84771eb23e69ae

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jun  1 14:20:54 2021 +0200

docs: clean up software-drivers list

This capitalizes driver names, and spells out OpenSWR (like the docs
does).

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>

---

 docs/systems.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/systems.rst b/docs/systems.rst
index e762fa0ec7a..e84bbe021b9 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -29,13 +29,13 @@ Hardware drivers include:
 
 Software drivers include:
 
--  :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
+-  :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
    and is multi-threaded
--  softpipe - a reference Gallium driver
--  :doc:`svga <drivers/svga3d>` - driver for VMware virtual GPU
--  `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
+-  Softpipe - a reference Gallium driver
+-  :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
+-  `OpenSWR <https://www.openswr.org/>`__ - x86-optimized software renderer
    for visualization workloads
--  `virgl <https://virgil3d.github.io/>`__ - research project for
+-  `VirGL <https://virgil3d.github.io/>`__ - research project for
    accelerated graphics for qemu guests
 
 Additional driver information:



More information about the mesa-commit mailing list