Changeset 0f09c2b8 for x/installing


Ignore:
Timestamp:
10/05/2018 07:12:41 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
d2a47be4
Parents:
e84b992c
Message:

Update to mesa-18.2.2
Update to wayland-protocols-1.16
Update to libdrm-2.4.85

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    re84b992c r0f09c2b8  
    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        "88e1a7f31f259cec69bb76b3cb10c956">
     9  <!ENTITY mesa-md5sum        "5931dd76a7533c7c5e702a4e5c00d3bb">
    1010  <!ENTITY mesa-size          "11 MB">
    11   <!ENTITY mesa-buildsize     "352 MB (with demos and docs, add 42 MB for tests)">
    12   <!ENTITY mesa-time          "2.3 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "422 MB (with demos and docs, add 69 MB for tests)">
     12  <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs; add 0.6 SBU for tests)">
    1313]>
    1414
     
    104104    <bridgehead renderas="sect4">Recommended</bridgehead>
    105105    <para role="recommended">
    106       <!-- <xref linkend="elfutils"/> (required for the radeonsi driver), -->
    107106     
    108107      <phrase revision="systemd"><xref linkend="libva"/> (to build drivers for
     
    182181            --prefix=$XORG_PREFIX              \
    183182            --sysconfdir=/etc                  \
    184             --enable-texture-float             \
    185183            --enable-osmesa                    \
    186184            --enable-xa                        \
     
    245243      for some of the package components.
    246244    </para>
    247 
    248     <para>
    249       <parameter>--enable-texture-float</parameter>: This switch enables
     245<!--
     246    <para>
     247      <parameter>- -enable-texture-float</parameter>: This switch enables
    250248      floating-point textures and render buffers. Please consult
    251249      <filename>docs/patents.txt</filename> to see if there are
    252250      any legal issues if you use this feature.
    253251    </para>
     252    Removed in 18.2.0
     253-->
    254254
    255255    <para>
     
    314314     which has been removed at r17757. Keeping as a comment in case we
    315315     reintroduce that driver. AVX libs are restored in version 18.0.1 -->
    316           libswrAVX.so,
    317           libswrAVX2.so,
     316<!--          libswrAVX.so,
     317          libswrAVX2.so, -->
    318318          libwayland-egl.so (if built with <application>Wayland</application>)
     319          <!-- Does not appear to be present even with Wayland installed in 18.2.2.
     320          Further verification on a GNOME and Plasma system required. -->
    319321          libxatracker.so,
    320322          libXvMCnouveau.so,
Note: See TracChangeset for help on using the changeset viewer.