Changeset a9dea18 for x


Ignore:
Timestamp:
06/25/2023 01:53:46 PM (12 months ago)
Author:
Tim Tassonis <stuff@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
86249d22
Parents:
defbb22e
Message:

Update to mesa-23.1.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rdefbb22e ra9dea18  
    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        "0e9859110df4425e83186e0645452daa">
    10   <!ENTITY mesa-size          "17 MB">
    11   <!ENTITY mesa-buildsize     "462 MB (with docs, add 221 MB for tests)">
     9  <!ENTITY mesa-md5sum        "0dce0342dbf08dc5afbaf51e729da1a1">
     10  <!ENTITY mesa-size          "18 MB">
     11  <!ENTITY mesa-buildsize     "458 MB (with docs, add 221 MB for tests)">
    1212  <!ENTITY mesa-time          "2.2 SBU (With docs; add 2.3 SBU for tests; both with parallelism=4)">
    1313]>
     
    8484          install the <ulink url="https://archive.mesa3d.org/demos/">
    8585          mesa-demos</ulink> package)
    86         </para>
    87       </listitem>
    88       <listitem>
    89         <para>
    90           Required patch if using an Intel integrated graphics processor
    91           of 9th generation or lower:
    92           <ulink url="&patch-root;/mesa-23.1.2-intel_segfault-1.patch"/>
    9386        </para>
    9487      </listitem>
     
    242235DRI_DRIVERS="i965,nouveau"</userinput></screen>
    243236-->
    244 
    245     <para>
    246       If you use an Intel processor with integrated graphics of generation 9
    247       or lower, apply the following patch to prevent segmentation faults:
    248     </para>
    249 
    250 <screen><userinput>patch -Np1 -i ../mesa-23.1.2-intel_segfault-1.patch</userinput></screen>
    251237
    252238    <para>
Note: See TracChangeset for help on using the changeset viewer.