Changeset 018c4c52


Ignore:
Timestamp:
11/10/2019 07:05:55 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
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.