Changeset 92202f73 for x


Ignore:
Timestamp:
12/16/2023 09:10:00 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7450bb6
Parents:
ca81b26
Message:

Update to mesa-23.3.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rca81b26 r92202f73  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  " ">
    9   <!ENTITY mesa-md5sum        "6c89b2d1335993d708e1810eacfba9e4">
     9  <!ENTITY mesa-md5sum        "2abfce1ef9d9ae3ab780da12b27f72ea">
    1010  <!ENTITY mesa-size          "18 MB">
    11   <!ENTITY mesa-buildsize     "465 MB (with docs, add 216 MB for tests)">
    12   <!ENTITY mesa-time          "2.6 SBU (with docs; add 0.5 SBU for tests; both with parallelism=4)">
     11  <!ENTITY mesa-buildsize     "621 MB (with docs, add 266 MB for tests)">
     12  <!ENTITY mesa-time          "3.1 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
    1313]>
    1414
    1515<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
    1616  <?dbhtml filename="mesa.html"?>
    17 
    1817
    1918  <title>Mesa-&mesa-version;</title>
     
    273272
    274273    <!-- https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22021 -->
     274<!-- No longer needed
    275275    <para>
    276276      Remove two unneeded references to LLVM headers to avoid a build
     
    280280<screen><userinput>sed '/Scalar.h/d;/Utils.h/d' \
    281281    -i src/gallium/auxiliary/gallivm/lp_bld_init.c</userinput></screen>
    282 
     282-->
    283283    <para>
    284284      Install <application>Mesa</application> by running the following
     
    304304      To test the results, issue:
    305305      <command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
    306        One test relating to mesa:util is known to timeout
    307306    </para>
    308307<!-- All 88 tests passed for me for 22.3.3 [pierre]
    309308     All 90 tests passed for me for 23.1.0 [bdubbs]
    310309     89 Tests passed for me, 1 timeout on 23.1.8 [rahul]
     310     All 98 tests passed for me for 23.3.1 [bdubbs]
    311311-->
    312312
Note: See TracChangeset for help on using the changeset viewer.