Ignore:
Timestamp:
12/18/2020 01:47:30 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
96f41f4
Parents:
eb30b876 (diff), 42117d4e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk up to r24000

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/qt5new@24001 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    reb30b876 r1d087b41  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "8d73d6eb479d392d2fe20f02ccbe44e0">
    10   <!ENTITY mesa-size          "13 MB">
    11   <!ENTITY mesa-buildsize     "469 MB (with docs), add 302 MB for tests">
    12   <!ENTITY mesa-time          "2.4 SBU (with parallelism=4 and docs), add 0.4 SBU for tests">
     9  <!ENTITY mesa-md5sum        "e9242ee9a07a1d932bcf7b28284e2dcf">
     10  <!ENTITY mesa-size          "14 MB">
     11  <!ENTITY mesa-buildsize     "631 MB (with docs), add 317 MB for tests">
     12  <!ENTITY mesa-time          "2.7 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
    1313]>
    1414
     
    290290
    291291    <para>
    292       <option>-Dgallium-nine=true</option>: Setting this option to true will
    293       provide support for (MS Windows) games designed for DX9.
     292      <parameter>-Dgallium-nine=false</parameter>: Prevents building
     293      support for (MS Windows) games designed for DX9. Set it to true if
     294      this support is desired.
    294295    </para>
    295296
     
    312313    </para>
    313314
     315    <para>
     316      <parameter>-Dlibunwind=false</parameter>: This parameter disables
     317      the usage of libunwind.
     318    </para>
     319
    314320<!--
    315321    <para>
     
    341347    <segmentedlist>
    342348      <segtitle>Installed Programs</segtitle>
    343       <segtitle>Installed Libraries</segtitle>
     349      <segtitle>Installed Libraries</segtitle><!-- in /usr/lib -->
     350      <segtitle>Installed Drivers</segtitle><!-- in /usr/lib/<subdir> -->
    344351      <segtitle>Installed Directories</segtitle>
    345352
     
    349356        </seg>
    350357        <seg>
    351           <!-- Begin DRI drivers : this is the full set from auto -->
    352           d3dadapter9.so, <!-- For Windows games. This is DirectX's Direct3D -->
    353           i915_dri.so,
    354           i965_dri.so,
    355           iris_dri.so,
    356           kms_swrast_dri.so,
    357           nouveau_dri.so,
    358           nouveau_drv_video.so,
    359           nouveau_vieux_dri.so,
    360           r200_dri.so,
    361           r300_dri.so,
    362           r600_dri.so,
    363           r600_drv_video.so,
    364           radeon_dri.so,
    365           radeonsi_dri.so,
    366           radeonsi_drv_video.so,
    367           swrast_dri.so,
    368           virtio_gpu_dri.so,
    369           vmwgfx_dri.so,
    370           <!-- End DRI Drivers -->
    371358          libEGL.so,
    372359          libGL.so,
     
    380367          <!-- Begin Vulkan drivers -->
    381368          libvulkan_intel.so,
    382           libvulkan_radeon.so,
     369          libvulkan_lvp.so,
     370          libvulkan_radeon.so, and
    383371          <!-- End Vulkan drivers -->
    384372          libxatracker.so,
     373        </seg>
     374        <seg>
     375          <!-- Begin DRI drivers : this is the full set from auto -->
     376          d3dadapter9.so (optional), <!-- For Windows games. This is DirectX's
     377                                          Direct3D -->
     378          i915_dri.so,
     379          i965_dri.so,
     380          iris_dri.so,
     381          kms_swrast_dri.so,
     382          nouveau_dri.so,
     383          nouveau_drv_video.so,
     384          nouveau_vieux_dri.so,
     385          r200_dri.so (optional),
     386          r300_dri.so (optional),
     387          r600_dri.so,
     388          r600_drv_video.so,
     389          radeon_dri.so,
     390          radeonsi_dri.so,
     391          radeonsi_drv_video.so,
     392          swrast_dri.so,
     393          virtio_gpu_dri.so,
     394          vmwgfx_dri.so,
     395          <!-- End DRI Drivers -->
    385396          <!-- Begin VDPAU drivers -->
    386397          libvdpau_nouveau.so,
    387           libvdpau_r300.so,
     398          libvdpau_r300.so (optional),
    388399          libvdpau_r600.so, and
    389400          libvdpau_radeonsi.so
     
    391402        </seg>
    392403        <seg>
    393           $XORG_PREFIX/{include/{d3dapater,EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{d3d,dri,vdpau}}
     404          $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{dri,vdpau}},
     405          $XORG_PREFIX/include/d3adapter (optional),
     406          $XORG_PREFIX/lib/d3d (optional),
    394407          $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
    395408          particularly browsers and games)
Note: See TracChangeset for help on using the changeset viewer.