From b17d504baaf2efcd5d09358d8ef093938c0548d4 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 1 Jun 2021 14:22:48 +0200 Subject: [PATCH] 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 Reviewed-by: Chia-I Wu Part-of: --- 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 +`__. + .. 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 ` - driver for VMware virtual GPU -- `OpenSWR `__ - x86-optimized software renderer +- :doc:`OpenSWR ` - x86-optimized software renderer for visualization workloads - `VirGL `__ - research project for accelerated graphics for qemu guests