docs: move gallium specific docs into gallium folder

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
This commit is contained in:
Erik Faye-Lund 2020-06-30 13:01:04 +02:00 committed by Marge Bot
parent 64a4ba9e1c
commit 892fdde23f
6 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,9 @@
import os
redirects = []
redirects = [
('llvmpipe', 'gallium/drivers/llvmpipe'),
('postprocess', 'gallium/postprocess')
]
def create_redirect(dst):
tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace("{0}")</script></head></html>'

View File

@ -44,9 +44,7 @@
debugging
perf
extensions
llvmpipe
vmware-guest
postprocess
application-issues
viewperf
xlibdriver

View File

@ -16,6 +16,7 @@ Contents:
cso
distro
drivers
postprocess
glossary
Indices and tables

View File

@ -31,7 +31,7 @@ Hardware drivers include:
Software drivers include:
- :doc:`llvmpipe <llvmpipe>` - uses LLVM for x86 JIT code generation
- :doc:`llvmpipe <gallium/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