Changeset 869bf46b


Ignore:
Timestamp:
10/20/2022 11:24:04 AM (18 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:
5701f4b
Parents:
55b2051
Message:

Update to mesa-22.2.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r55b2051 r869bf46b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to mesa-22.2.1. Fixes
     49          <ulink url="&blfs-ticket-root;17170">#17170</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to wayland-protocols-1.27. Fixes
    4953          <ulink url="&blfs-ticket-root;17169">#17169</ulink>.</para>
  • packages.ent

    r55b2051 r869bf46b  
    650650<!ENTITY xcb-util-cursor-version      "0.1.3">
    651651<!ENTITY mesa-major-minor             "22.2">
    652 <!ENTITY mesa-version                 "&mesa-major-minor;.0">
     652<!ENTITY mesa-version                 "&mesa-major-minor;.1">
    653653<!ENTITY xbitmaps-version             "1.1.2">
    654654<!ENTITY xcursor-themes-version       "1.0.6">
  • x/installing/mesa.xml

    r55b2051 r869bf46b  
    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        "731cdd53d5f9dd695aae1b3a37081d5f">
     9  <!ENTITY mesa-md5sum        "5ff97bb6bf82af6f81b41ff9dacbcc0a">
    1010  <!ENTITY mesa-size          "16 MB">
    11   <!ENTITY mesa-buildsize     "366 MB (with docs, add 325 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     "462 MB (with docs, add 230 MB for tests)">
     12  <!ENTITY mesa-time          "2.4 SBU (Using parallelism=4; with docs, add 0.5 SBU for tests)">
    1313]>
    1414
     
    250250      -Dgallium-drivers=auto  \
    251251      -Dvulkan-drivers=""     \
    252       -Dglx=dri               \
    253252      -Dvalgrind=disabled     \
    254253      -Dlibunwind=disabled    \
    255254      ..                      &amp;&amp;
    256 
     255<!-- Removed for 22.2.1: seems to be the default  -Dglx=dri      \ -->
    257256ninja</userinput></screen>
    258257
     
    301300      switch, build sizes can span into the 2GB range.
    302301    </para>
    303 <!--
    304     <para>
    305       <parameter>-Ddri-drivers="..."</parameter>: This parameter
    306       controls which (non-gallium) dri drivers should be built.
    307     </para>
    308 -->
     302
    309303    <para>
    310304      <parameter>-Dgallium-drivers="..."</parameter>: This parameter
    311305      controls which Gallium3D drivers should be built.
    312306    </para>
    313 
    314307<!--
    315308    <para>
     
    327320
    328321    <para>
    329       <parameter>-Degl-native-platform="..."</parameter>: This parameter
    330       controls which Embedded Graphics Library support will be built. Available
    331       linux options are auto (default), x11, wayland, surfaceless, and drm.
     322      <parameter>-Dvulkan-drivers=""</parameter>: This switch allows choosing
     323      which Vulkan drivers are built. The default is auto, but this requires
     324      the optional dependency <filename>glslang</filename>. So it is better
     325      to pass an empty list, in order to remove the need for that
     326      dependency.  Nothing in BLFS uses Vulkan anyway.
    332327    </para>
    333328
     
    349344
    350345    <para>
    351       <option>-Dvulkan-drivers=...</option>: This switch allows choosing which
    352       Vulkan drivers are built. Since BLFS does not use
    353       Vulkan, it is safe to leave the list of Vulkan drivers empty. The default
    354       is auto. Note that you must have the optional dependency
    355       <filename>glslang</filename> installed in order to enable Vulkan drivers.
     346      <option>-Degl-native-platform="..."</option>: This parameter
     347      controls which Embedded Graphics Library support will be built. Available
     348      linux options are auto (default), x11, wayland, surfaceless, and drm.
    356349    </para>
    357350
     
    380373          libgbm.so,
    381374          libglapi.so,
    382           <!-- Begin Vulkan drivers -->
     375          <!-- No Vulkan driver anymore
    383376          libvulkan_intel.so,
    384377          libvulkan_lvp.so,
    385           libvulkan_radeon.so, and
    386           <!-- End Vulkan drivers -->
    387           libxatracker.so
     378          libvulkan_radeon.so,-->
     379          libxatracker.so,
     380          libXvMCnouveau.so, and
     381          libXvMCr600.so
    388382        </seg>
    389383        <seg>
     
    417411        </seg>
    418412        <seg>
    419           $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR},
     413          <!-- $XORG_PREFIX/include/GL is installed by xorg-protos -->
     414          $XORG_PREFIX/{include/{EGL,GLES,GLES2,GLES3,KHR},
    420415          $XORG_PREFIX/lib/{dri,vdpau}},
    421416          $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
    422417          particularly browsers and games),
    423           $XORG_PREFIX/share/vulkan,
     418          <!--          $XORG_PREFIX/share/vulkan, -->
    424419          and
    425420          /usr/share/doc/mesa-&mesa-version;
Note: See TracChangeset for help on using the changeset viewer.