docs: clean up software-drivers list

This capitalizes driver names, and spells out OpenSWR (like the docs
does).

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:20:54 +02:00 committed by Marge Bot
parent 65258457cb
commit 8cc0b75e71
1 changed files with 5 additions and 5 deletions

View File

@ -29,13 +29,13 @@ Hardware drivers include:
Software drivers include:
- :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
- :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
and is multi-threaded
- softpipe - a reference Gallium driver
- :doc:`svga <drivers/svga3d>` - driver for VMware virtual GPU
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
- Softpipe - a reference Gallium driver
- :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
- `OpenSWR <https://www.openswr.org/>`__ - x86-optimized software renderer
for visualization workloads
- `virgl <https://virgil3d.github.io/>`__ - research project for
- `VirGL <https://virgil3d.github.io/>`__ - research project for
accelerated graphics for qemu guests
Additional driver information: