docs: fix last references to gallium-drivers=swrast
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34217>
This commit is contained in:

committed by
Marge Bot

parent
d73d570fa7
commit
84b9aebca4
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user