Ignore:
Timestamp:
11/10/2019 07:05:55 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
57feeb5
Parents:
0319fff
Message:

Mesa: reword some explanations. Setting osmesa to gallium requires the swrast gallium driver. The gallium-nine explanation is for an _option_ but keep it in the same order as the parm, and remove its reference to swrast now hat is explicitly mentioned for osmesa.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22366 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r0319fff r018c4c52  
    280280
    281281    <para>
    282       <parameter>-Dgallium-nine=true</parameter>: This switch provides
    283       support for (MS Windows) games designed for DX9. It requires swrast.
     282      <option>-Dgallium-nine=true</option>: Setting this option to true will
     283      provide support for (MS Windows) games designed for DX9.
    284284    </para>
    285285
     
    287287      <parameter>-Dosmesa=gallium</parameter>: This switch enables building
    288288      the <filename class="libraryfile">libOSMesa</filename> library and
    289       provides Gallium3D support in it.
     289      provides Gallium3D support in it. It requires the swrast gallium driver.
    290290    </para>
    291291<!--
Note: See TracChangeset for help on using the changeset viewer.