docs: Move the gallium driver documentation to the top level.
I actually had never found these, buried under Developer Topics -> Gallium -> Drivers. Given that driver documentation contains not just gallium driver documentation but also end-user information, bring it to a much more prominent location between User Topics and Developer Topics at the top level. 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:
11
docs/conf.py
11
docs/conf.py
@@ -136,7 +136,16 @@ html_extra_path = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
html_redirects = [
|
html_redirects = [
|
||||||
('llvmpipe', 'gallium/drivers/llvmpipe.html'),
|
('gallium/drivers/freedreno', 'drivers/freedreno.html'),
|
||||||
|
('gallium/drivers/freedreno/ir3-notes', 'drivers/freedreno/ir3-notes.html'),
|
||||||
|
('gallium/drivers/llvmpipe', 'drivers/llvmpipe.html'),
|
||||||
|
('gallium/drivers/openswr', 'drivers/openswr.html'),
|
||||||
|
('gallium/drivers/openswr/faq', 'drivers/openswr/faq.html'),
|
||||||
|
('gallium/drivers/openswr/knobs', 'drivers/openswr/knobs.html'),
|
||||||
|
('gallium/drivers/openswr/profiling', 'drivers/openswr/profiling.html'),
|
||||||
|
('gallium/drivers/openswr/usage', 'drivers/openswr/usage.html'),
|
||||||
|
('gallium/drivers/zink', 'drivers/zink.html'),
|
||||||
|
('llvmpipe', 'drivers/llvmpipe.html'),
|
||||||
('postprocess', 'gallium/postprocess.html'),
|
('postprocess', 'gallium/postprocess.html'),
|
||||||
('webmaster', 'https://www.mesa3d.org/website/'),
|
('webmaster', 'https://www.mesa3d.org/website/'),
|
||||||
]
|
]
|
||||||
|
@@ -47,6 +47,16 @@
|
|||||||
viewperf
|
viewperf
|
||||||
xlibdriver
|
xlibdriver
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: Drivers
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
drivers/freedreno
|
||||||
|
drivers/llvmpipe
|
||||||
|
drivers/openswr
|
||||||
|
drivers/zink
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:caption: Developer Topics
|
:caption: Developer Topics
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Gallium LLVMpipe Driver
|
LLVMpipe
|
||||||
=======================
|
========
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
@@ -1,9 +0,0 @@
|
|||||||
Drivers
|
|
||||||
=======
|
|
||||||
|
|
||||||
Driver specific documentation.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:glob:
|
|
||||||
|
|
||||||
drivers/*
|
|
@@ -15,7 +15,6 @@ Contents:
|
|||||||
context
|
context
|
||||||
cso
|
cso
|
||||||
distro
|
distro
|
||||||
drivers
|
|
||||||
postprocess
|
postprocess
|
||||||
glossary
|
glossary
|
||||||
|
|
||||||
|
@@ -31,7 +31,7 @@ Hardware drivers include:
|
|||||||
|
|
||||||
Software drivers include:
|
Software drivers include:
|
||||||
|
|
||||||
- :doc:`llvmpipe <gallium/drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
|
- :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
|
||||||
and is multi-threaded
|
and is multi-threaded
|
||||||
- softpipe - a reference Gallium driver
|
- softpipe - a reference Gallium driver
|
||||||
- :doc:`svga <vmware-guest>` - driver for VMWare virtual GPU
|
- :doc:`svga <vmware-guest>` - driver for VMWare virtual GPU
|
||||||
|
Reference in New Issue
Block a user