mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
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:
parent
313f951f1b
commit
4a4b854aa0
@ -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/'),
|
||||
]
|
||||
|
||||
|
@ -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::
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user