From 8cc0b75e71ab2b3a177a8ddada84771eb23e69ae Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 1 Jun 2021 14:20:54 +0200 Subject: [PATCH] docs: clean up software-drivers list This capitalizes driver names, and spells out OpenSWR (like the docs does). Reviewed-by: Alyssa Rosenzweig Reviewed-by: Chia-I Wu Part-of: --- docs/systems.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/systems.rst b/docs/systems.rst index e762fa0ec7a..e84bbe021b9 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -29,13 +29,13 @@ Hardware drivers include: Software drivers include: -- :doc:`llvmpipe ` - uses LLVM for x86 JIT code generation +- :doc:`LLVMpipe ` - uses LLVM for x86 JIT code generation and is multi-threaded -- softpipe - a reference Gallium driver -- :doc:`svga ` - driver for VMware virtual GPU -- `swr `__ - x86-optimized software renderer +- Softpipe - a reference Gallium driver +- :doc:`SVGA3D ` - driver for VMware virtual GPU +- `OpenSWR `__ - x86-optimized software renderer for visualization workloads -- `virgl `__ - research project for +- `VirGL `__ - research project for accelerated graphics for qemu guests Additional driver information: