Mesa (main): docs: split out layered driver to its own list

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


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

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

docs: split out layered driver to its own list

This mirrors what we're doing for the front-page at mesa3d.org.

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 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/systems.rst b/docs/systems.rst
index 0ad3f45ef77..2fe95a989eb 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -27,16 +27,19 @@ Hardware drivers include:
    Wiki <https://github.com/laanwj/etna_viv/wiki>`__
 -  NVIDIA Tegra (K1 and later).
 
+Layered driver include:
+
+-  :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
+-  `VirGL <https://virgil3d.github.io/>`__ - research project for
+   accelerated graphics for qemu guests
+
 Software drivers include:
 
 -  :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
    and is multi-threaded
 -  Softpipe - a reference Gallium driver
--  :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
 -  :doc:`OpenSWR <drivers/openswr>` - x86-optimized software renderer
    for visualization workloads
--  `VirGL <https://virgil3d.github.io/>`__ - research project for
-   accelerated graphics for qemu guests
 
 Additional driver information:
 



More information about the mesa-commit mailing list