docs: fix last references to gallium-drivers=swrast

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34217>
This commit is contained in:
Eric Engestrom
2025-03-26 15:45:48 +01:00
committed by Marge Bot
parent d73d570fa7
commit 84b9aebca4
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ To build everything on Linux invoke meson as:
mkdir build
cd build
meson -D glx=xlib -D gallium-drivers=swrast
meson -D glx=xlib -D gallium-drivers=llvmpipe
ninja
Building for Android

View File

@@ -138,7 +138,7 @@ like this:
.. code-block:: sh
meson setup builddir/ -Dprefix="$MESA_INSTALLDIR" \
-Dgallium-drivers=swrast -Dvulkan-drivers=swrast
-Dgallium-drivers=llvmpipe -Dvulkan-drivers=swrast
meson install -C builddir/
Once Mesa has built and installed to ``$MESA_INSTALLDIR``, you can run any app

View File

@@ -15,4 +15,4 @@ Mesa's default builds with the Apple GLX uses Mesa as a front for the
hardware-accelerated system OpenGL framework, to provide hardware acceleration
to X11 applications on macOS running via XQuartz.
Mesa's Gallium drivers can be used on macOS by using the ``-Dgallium-drivers=<drivers>`` build option. Do not use with the previous software rasterizers options, instead add ``swrast`` to the ``<drivers>`` list. Only software renderers and drivers that forward to other APIs can work, any linux hardware drivers will not work. For details on each driver's macOS support see their specific documentation.
Mesa's Gallium drivers can be used on macOS by using the ``-Dgallium-drivers=<drivers>`` build option. Do not use with the previous software rasterizers options, instead add ``llvmpipe`` to the ``<drivers>`` list. Only software renderers and drivers that forward to other APIs can work, any linux hardware drivers will not work. For details on each driver's macOS support see their specific documentation.