diff options
author | Erik Faye-Lund <[email protected]> | 2020-06-30 13:01:04 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-07 10:22:08 +0000 |
commit | 892fdde23f44df78391eb0ff50ef031c8b978384 (patch) | |
tree | 17c7655bfb616d9b21159c8b8043b106eb4e0c28 /docs/systems.rst | |
parent | 64a4ba9e1ceeccbc7adeae368b5bc2553be88610 (diff) |
docs: move gallium specific docs into gallium folder
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
Diffstat (limited to 'docs/systems.rst')
-rw-r--r-- | docs/systems.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/systems.rst b/docs/systems.rst index b4f7d84191a..334a7667f9d 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -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 |