docs/vmware: Move the vmware driver docs into the drivers section.

For more consistency with the other drivers.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7174>
This commit is contained in:
Eric Anholt 2020-10-16 10:40:35 -07:00 committed by Marge Bot
parent 313f951f1b
commit 4a4b854aa0
4 changed files with 3 additions and 2 deletions

View File

@ -147,6 +147,7 @@ html_redirects = [
('gallium/drivers/zink', 'drivers/zink.html'),
('llvmpipe', 'drivers/llvmpipe.html'),
('postprocess', 'gallium/postprocess.html'),
('vmware-guest', 'drivers/vmware-guest.html'),
('webmaster', 'https://www.mesa3d.org/website/'),
]

View File

@ -42,7 +42,6 @@
debugging
perf
extensions
vmware-guest
application-issues
viewperf
xlibdriver
@ -55,6 +54,7 @@
drivers/freedreno
drivers/llvmpipe
drivers/openswr
drivers/vmware-guest
drivers/zink
.. toctree::

View File

@ -34,7 +34,7 @@ Software drivers include:
- :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
and is multi-threaded
- softpipe - a reference Gallium driver
- :doc:`svga <vmware-guest>` - driver for VMWare virtual GPU
- :doc:`svga <drivers/vmware-guest>` - driver for VMWare virtual GPU
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
for visualization workloads
- `virgl <https://virgil3d.github.io/>`__ - research project for