Changeset f7bc172


Ignore:
Timestamp:
01/14/2023 10:50:15 AM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
f039b1d5
Parents:
e58cf149
Message:

Update to mesa-22.3.3

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re58cf149 rf7bc172  
    4040    -->
    4141    <listitem>
     42      <para>January 14th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Update to mesa-22.3.3. Fixes
     46          <ulink url="&blfs-ticket-root;17504">#17504</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>January 13th, 2023</para>
    4353      <itemizedlist>
  • packages.ent

    re58cf149 rf7bc172  
    654654<!ENTITY xcb-util-cursor-version      "0.1.4">
    655655<!ENTITY mesa-major-minor             "22.3">
    656 <!ENTITY mesa-version                 "&mesa-major-minor;.2">
     656<!ENTITY mesa-version                 "&mesa-major-minor;.3">
    657657<!ENTITY xbitmaps-version             "1.1.2">
    658658<!ENTITY xcursor-themes-version       "1.0.6">
  • x/installing/mesa.xml

    re58cf149 rf7bc172  
    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        "f299f32fc3f48db392b12cdfd83fa4fd">
     9  <!ENTITY mesa-md5sum        "3cee19ea4d800e6ca8570d1f9ab1482d">
    1010  <!ENTITY mesa-size          "16 MB">
    11   <!ENTITY mesa-buildsize     "372 MB (with docs, add 284 MB for tests)">
    12   <!ENTITY mesa-time          "2.2 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "453 MB (with docs, add 203 MB for tests)">
     12  <!ENTITY mesa-time          "2.5 SBU (Using parallelism=4; with docs, add 0.6 SBU for tests)">
    1313]>
    1414
     
    242242cd    build &amp;&amp;
    243243
    244 meson --prefix=$XORG_PREFIX   \
     244meson setup                   \
     245      --prefix=$XORG_PREFIX   \
    245246      --buildtype=release     \
    246247      -Dplatforms=x11,wayland \
     
    250251      -Dlibunwind=disabled    \
    251252      ..                      &amp;&amp;
    252 <!-- Removed for 22.2.1: seems to be the default  -Dglx=dri      \ -->
     253
    253254ninja</userinput></screen>
    254255
     
    257258      <command>ninja test</command>.
    258259    </para>
    259 <!-- All tests passed for me for 21.2.4 [pierre]
    260      All 33 subtests tests in the mesa:compiler+glsl / glsl compiler warnings
    261       suite are known to fail.
    262 
    263      For 22.1.0:
    264      Ok:                 74
    265      Expected Fail:      0
    266      Fail:               0
    267      Unexpected Pass:    0
    268      Skipped:            0
    269      Timeout:            0
     260<!-- All 88 tests passed for me for 22.3.3 [pierre]
    270261-->
    271262
     
    366357          libGLESv1_CM.so,
    367358          libGLESv2.so,
    368           libXvMCnouveau.so,
    369           libXvMCr600.so,
     359<!--          libXvMCnouveau.so,
     360          libXvMCr600.so,-->
    370361          libgbm.so,
    371362          libglapi.so, and
     
    389380          swrast_dri.so,
    390381          virtio_gpu_dri.so,
     382          virtio_gpu_drv_video.so,
    391383          vmwgfx_dri.so,
    392384          <!-- End DRI Drivers -->
     
    396388          libvdpau_r600.so, and
    397389          libvdpau_radeonsi.so
     390          libvdpau_virtio_gpu.so
    398391          <!-- End VDPAU drivers -->
    399392          (Many of these drivers are hard-linked).
Note: See TracChangeset for help on using the changeset viewer.