From ac031f66c3c502c1e2cc731cb4732349d3a4464b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 12:27:47 +0200 Subject: [PATCH] docs: softpipe -> Softpipe Reviewed-by: Yonggang Luo Part-of: --- docs/ci/index.rst | 2 +- docs/drivers/llvmpipe.rst | 2 +- docs/envvars.rst | 6 +++--- docs/faq.rst | 2 +- docs/history.rst | 2 +- docs/osmesa.rst | 2 +- docs/releasing.rst | 2 +- docs/sourcetree.rst | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 004cb18bb77bc..5b45b560a7d9b 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -15,7 +15,7 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi - Build testing for a number of build systems, configurations and platforms - Sanity checks (``meson test``) -- Some drivers (softpipe, LLVMpipe, Freedreno and panfrost) are also tested +- Some drivers (Softpipe, LLVMpipe, Freedreno and panfrost) are also tested using `VK-GL-CTS `__ - Replay of application traces diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index 2673402e6823d..fda551a7a9a32 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -95,7 +95,7 @@ Environment variables out LLVMpipe can be fastest by using 128 bit vectors, yet use AVX instructions. ``GALLIUM_OVERRIDE_CPU_CAPS`` - Override CPU capabilities for LLVMpipe and softpipe, possible values for x86: + Override CPU capabilities for LLVMpipe and Softpipe, possible values for x86: `nosse` `sse` `sse2` diff --git a/docs/envvars.rst b/docs/envvars.rst index 98f223e20d866..1e2285b6d17de 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -521,7 +521,7 @@ Gallium environment variables to stderr. :envvar:`DRAW_FSE` Enable fetch-shade-emit middle-end even though its not correct (e.g. - for softpipe) + for Softpipe) :envvar:`DRAW_NO_FSE` Disable fetch-shade-emit middle-end even when it is correct :envvar:`DRAW_USE_LLVM` @@ -604,10 +604,10 @@ Softpipe driver environment variables ``no_rast`` rasterization is disabled. For profiling purposes. ``use_llvm`` - the softpipe driver will try to use LLVM JIT for vertex + the Softpipe driver will try to use LLVM JIT for vertex shading processing. ``use_tgsi`` - if set, the softpipe driver will ask to directly consume TGSI, instead + if set, the Softpipe driver will ask to directly consume TGSI, instead of NIR. LLVMpipe driver environment variables diff --git a/docs/faq.rst b/docs/faq.rst index 3d5e1ab08f259..201c50fa33483 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -200,7 +200,7 @@ and then install with ``sudo ninja install``. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If Mesa can't use its hardware accelerated drivers it falls back on one -of its software renderers. (e.g. classic swrast, softpipe or LLVMpipe) +of its software renderers. (e.g. classic swrast, Softpipe or LLVMpipe) You can run the ``glxinfo`` program to learn about your OpenGL library. Look for the ``OpenGL vendor`` and ``OpenGL renderer`` values. That will diff --git a/docs/history.rst b/docs/history.rst index 449d99dd7af09..04a88283bf5ec 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -87,7 +87,7 @@ software driver ("swr") based on LLVM and developed by Intel. Ongoing: Mesa is the OpenGL implementation for devices designed by Intel, AMD, NVIDIA, Qualcomm, Broadcom, Vivante, plus the VMware and VirGL virtual GPUs. There's also several software-based renderers: -swrast (the legacy Mesa rasterizer), softpipe (a Gallium reference +swrast (the legacy Mesa rasterizer), Softpipe (a Gallium reference driver) and LLVMpipe (LLVM/JIT-based high-speed rasterizer). Work continues on the drivers and core Mesa to implement newer versions diff --git a/docs/osmesa.rst b/docs/osmesa.rst index cf1c99d8758a7..ebbd9ab19d2d1 100644 --- a/docs/osmesa.rst +++ b/docs/osmesa.rst @@ -14,7 +14,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 -#. softpipe - this is the reference Gallium software driver +#. Softpipe - this is the reference Gallium software driver There are several examples of OSMesa in the mesa/demos repository. diff --git a/docs/releasing.rst b/docs/releasing.rst index b5c82c852977d..2e8164ffa5815 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -142,7 +142,7 @@ Regression/functionality testing - *no regressions should be observed for Piglit/dEQP/CTS/Vulkan on Intel platforms* - *no regressions should be observed for Piglit using the swrast, - softpipe and LLVMpipe drivers* + Softpipe and LLVMpipe drivers* .. _stagingbranch: diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst index 6cd80a0b4cba2..4d1706f8c5d5c 100644 --- a/docs/sourcetree.rst +++ b/docs/sourcetree.rst @@ -135,7 +135,7 @@ each directory. device drivers - **clover** - OpenCL frontend - - **d3d10umd** - D3D10 frontend for Windows only. It's similar to Microsoft WARP, but using LLVMpipe/softpipe. + - **d3d10umd** - D3D10 frontend for Windows only. It's similar to Microsoft WARP, but using LLVMpipe/Softpipe. - **dri** - Meta frontend for DRI drivers, see mesa/state_tracker - **glx** - Meta frontend for GLX - **hgl** - Haiku OpenGL