Changeset 41ce34b


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.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rac2e5197 r41ce34b  
    4545     <itemizedlist>
    4646       <listitem>
     47         <para>[bdubbs] - Update to mesa-21.1.0. Fixes
     48         <ulink url="&blfs-ticket-root;14758">#14758</ulink>.</para>
     49       </listitem>
     50       <listitem>
    4751         <para>[timtas] - Update to thunar-4.16.7. Fixes
    4852         <ulink url="&blfs-ticket-root;15003">#15003</ulink>.</para>
    4953       </listitem>
    50       </itemizedlist>
    51     </listitem>
     54     </itemizedlist>
     55   </listitem>
     56   
    5257   <listitem>
    5358     <para>May 6th, 2021</para>
  • packages.ent

    rac2e5197 r41ce34b  
    698698<!ENTITY xcursor-themes-version       "1.0.6">
    699699<!ENTITY xkeyboard-config-version     "2.32">
    700 <!ENTITY mesa-major-minor             "20.3">
    701 <!ENTITY mesa-version                 "&mesa-major-minor;.4">
     700<!ENTITY mesa-major-minor             "21.1">
     701<!ENTITY mesa-version                 "&mesa-major-minor;.0">
    702702<!ENTITY xcb-util-version             "0.4.0">
    703703<!ENTITY xcb-util-image-version       "0.4.0">
  • 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.