summaryrefslogtreecommitdiff
path: root/docs/systems.rst
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-10-16 10:35:17 -0700
committerMarge Bot <eric+marge@anholt.net>2020-10-21 18:11:39 +0000
commit313f951f1bd5197f376f851c0f6b4414a09f92ab (patch)
tree2484dfd14c605a7d2cdf279729fac6f75dbc83d3 /docs/systems.rst
parent9a644d701730cbec1a8f4d7caa94a72f21ea8e72 (diff)
downloadmesa-313f951f1bd5197f376f851c0f6b4414a09f92ab.tar.gz
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>
Diffstat (limited to 'docs/systems.rst')
-rw-r--r--docs/systems.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/systems.rst b/docs/systems.rst
index 4543896ea63..8973deab271 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -31,7 +31,7 @@ Hardware 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
- softpipe - a reference Gallium driver
- :doc:`svga <vmware-guest>` - driver for VMWare virtual GPU