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@collabora.com>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>
This commit is contained in:
Erik Faye-Lund
2021-06-01 14:22:48 +02:00
committed by Marge Bot
parent 8cc0b75e71
commit b17d504baa
2 changed files with 4 additions and 1 deletions

View File

@@ -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:

View File

@@ -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