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@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:30:22 +02:00
committed by Marge Bot
parent b17d504baa
commit 2c9bf33737

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