docs: split out layered driver to its own list
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 1 Jun 2021 12:30:22 +0000 (14:30 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 3 Jun 2021 09:34:43 +0000 (09:34 +0000)
This mirrors what we're doing for the front-page at mesa3d.org.

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>

docs/systems.rst

index 0ad3f45..2fe95a9 100644 (file)
@@ -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: