diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2022-10-20 11:45:29 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-10-25 10:06:45 +0000 |
commit | f69fe8c279934c64af1d48ed8e24a1712ec06d93 (patch) | |
tree | d8608f073864fb75459aacb807d8d87c9279363e /docs/osmesa.rst | |
parent | 2eb1d2c19b23cf3357ba0d9b7e69340d6e4e39ef (diff) | |
download | mesa-f69fe8c279934c64af1d48ed8e24a1712ec06d93.tar.gz mesa-f69fe8c279934c64af1d48ed8e24a1712ec06d93.tar.bz2 mesa-f69fe8c279934c64af1d48ed8e24a1712ec06d93.zip |
docs: llvmpipe -> LLVMpipe
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
Diffstat (limited to 'docs/osmesa.rst')
-rw-r--r-- | docs/osmesa.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/osmesa.rst b/docs/osmesa.rst index 776a083708e..cf1c99d8758 100644 --- a/docs/osmesa.rst +++ b/docs/osmesa.rst @@ -13,7 +13,7 @@ information about the API functions. The OSMesa interface may be used with the gallium software renderers: -#. llvmpipe - this is the high-performance Gallium LLVM driver +#. LLVMpipe - this is the high-performance Gallium LLVM driver #. softpipe - this is the reference Gallium software driver There are several examples of OSMesa in the mesa/demos repository. @@ -28,7 +28,7 @@ Configure and build Mesa with something like: meson builddir -Dosmesa=true -Dgallium-drivers=swrast -Ddri-drivers=[] -Dvulkan-drivers=[] -Dprefix=$PWD/builddir/install ninja -C builddir install -Make sure you have LLVM installed first if you want to use the llvmpipe +Make sure you have LLVM installed first if you want to use the LLVMpipe driver. When the build is complete you should find: |