Mesa (main): docs: clean up openswr links

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


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

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

docs: clean up openswr links

Instead of linking directly to openswr.org, let's link to the driver
docs, and have the driver-docs link to the project-webiste.

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/drivers/openswr.rst | 3 +++
 docs/systems.rst         | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/drivers/openswr.rst b/docs/drivers/openswr.rst
index e254d7bcea3..4435219c8a1 100644
--- a/docs/drivers/openswr.rst
+++ b/docs/drivers/openswr.rst
@@ -11,6 +11,9 @@ This rasterizer is x86 specific and requires AVX or above.  The driver
 fits into the gallium framework, and reuses gallivm for doing the TGSI
 to vectorized llvm-IR conversion of the shader kernels.
 
+You can read more about OpenSWR on the `project website
+<https://www.openswr.org/>`__.
+
 .. toctree::
    :glob:
 
diff --git a/docs/systems.rst b/docs/systems.rst
index e84bbe021b9..0ad3f45ef77 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -33,7 +33,7 @@ Software drivers include:
    and is multi-threaded
 -  Softpipe - a reference Gallium driver
 -  :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
--  `OpenSWR <https://www.openswr.org/>`__ - x86-optimized software renderer
+-  :doc:`OpenSWR <drivers/openswr>` - x86-optimized software renderer
    for visualization workloads
 -  `VirGL <https://virgil3d.github.io/>`__ - research project for
    accelerated graphics for qemu guests



More information about the mesa-commit mailing list