Changeset 41ce34b for x


Ignore:
Timestamp:
05/07/2021 06:03:53 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
7df0924
Parents:
ac2e5197
Message:

Update to mesa-21.1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rac2e5197 r41ce34b  
    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        "556338446aef8ae947a789b3e0b5e056">
     9  <!ENTITY mesa-md5sum        "add66f785a8e60398215dc7431b482b1">
    1010  <!ENTITY mesa-size          "14 MB">
    11   <!ENTITY mesa-buildsize     "676 MB (with docs), add 319 MB for tests">
    12   <!ENTITY mesa-time          "2.9 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
     11  <!ENTITY mesa-buildsize     "539 MB (with docs)">
     12  <!ENTITY mesa-time          "3.1 SBU (with parallelism=4 and docs)">
    1313]>
    1414
     
    236236      -Dgallium-nine=false           \
    237237      -Dglx=dri                      \
    238       -Dosmesa=gallium               \
     238      -Dosmesa=true                  \
    239239      -Dvalgrind=disabled            \
    240240      -Dlibunwind=disabled           \
     
    246246
    247247    <para>
     248      This package no longer comes with a test suite.
     249    </para>
     250<!--
     251    <para>
    248252      If you built the tests (see 'Command Explanations'), to run them issue:
    249253      <command>ninja test</command>.
    250254      Two tests in the llvmpipe suite are known to fail.
    251255    </para>
    252 
     256-->
    253257    <para>
    254258      Now, as the <systemitem class="username">root</systemitem> user:
     
    295299
    296300    <para>
    297       <parameter>-Dosmesa=gallium</parameter>: This switch enables building
     301      <parameter>-Dosmesa=true</parameter>: This switch disables building
    298302      the <filename class="libraryfile">libOSMesa</filename> library and
    299303      provides Gallium3D support in it. It requires the swrast gallium driver.
Note: See TracChangeset for help on using the changeset viewer.