Ignore:
Timestamp:
04/25/2020 02:19:34 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
5a3182fd
Parents:
d979d68
Message:

Update to icu-67.1
Update to Mesa-20.0.5
Update to vala-0.48.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rd979d68 r696735e  
    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        "719fc1fbe8ba16ca6ddf45db19c41873">
     9  <!ENTITY mesa-md5sum        "056f644959320ac552522973f10e9dcf">
    1010  <!ENTITY mesa-size          "12 MB">
    11   <!ENTITY mesa-buildsize     "411 MB (with demos and docs), add 259 MB for tests">
    12   <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests">
     11  <!ENTITY mesa-buildsize     "541 MB (with demos and docs), add 261 MB for tests">
     12  <!ENTITY mesa-time          "2.5 SBU (with parallelism=4, demos, and docs), add 0.5 SBU for tests">
    1313]>
    1414
     
    221221    </note>
    222222
    223 <screen><userinput>GALLIUM_DRV="i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
     223    <!-- The iris driver has been temporarily removed from the below line.
     224         With mesa-20.0.5, it caused crashes and occasional system lockups.
     225         Exporting MESA_LOADER_DRIVER_OVERRIDE=i965 was able to fix it on
     226         my Skylake (i5-6600k) system, but that overrides the iris driver.
     227         Let's revisit this at a later time, maybe in a few releases or when
     228         the hardware is more accessible. See
     229         http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-April/037385.html
     230         For more information/context.-->
     231
     232<screen><userinput>GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
    224233DRI_DRIVERS="i965,nouveau"</userinput></screen>
    225234
     
    366375          swrast_dri.so,
    367376          virtio_gpu_dri.so,
    368           vmwgfx_dri.so
     377          vmwgfx_dri.so,
    369378          <!-- End DRI Drivers -->
    370379          libEGL.so,
Note: See TracChangeset for help on using the changeset viewer.