Changeset b8b314f5 for x


Ignore:
Timestamp:
06/11/2024 10:42:32 PM (4 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
3f10736
Parents:
dc59947
git-author:
Douglas R. Reno <renodr@…> (06/11/2024 10:42:24 PM)
git-committer:
Douglas R. Reno <renodr@…> (06/11/2024 10:42:32 PM)
Message:

Update to mesa-24.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rdc59947 rb8b314f5  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  " ">
    9   <!ENTITY mesa-md5sum        "a19dd32c64e33de82119dfb37c2320f6">
    10   <!ENTITY mesa-size          "20 MB">
    11   <!ENTITY mesa-buildsize     "641 MB (with docs, add 263 MB for tests)">
    12   <!ENTITY mesa-time          "2.7 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
     9  <!ENTITY mesa-md5sum        "8415005045bfa3a423da5ef1a2303a42">
     10  <!ENTITY mesa-size          "28 MB">
     11  <!ENTITY mesa-buildsize     "1.2 GB (with docs, add 263 MB for tests)">
     12  <!ENTITY mesa-time          "5.1 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
    1313]>
    1414
     
    135135          </para>
    136136        </listitem>
     137        <listitem>
     138          <para>
     139            <xref linkend="libclc"/> and <xref linkend="ply"/> (required for
     140            the Intel drivers)
     141          </para>
     142        </listitem>
     143        <listitem>
     144          <para>
     145            <xref linkend="cbindgen"/> and <xref linkend="rust-bindgen"/>
     146            (required for the swrast Vulkan driver and the Nouveau driver)
     147          </para>
     148        </listitem>
    137149      </itemizedlist>
    138150    </para>
     
    537549      <seglistitem>
    538550        <seg>
    539           glxgears and glxinfo
     551          glxgears,
     552          glxinfo,
     553          mme_fermi_sim_hw_test, and
     554          mme_tu104_sim_hw_test
    540555        </seg>
    541556        <seg>
     
    568583          swrast_dri.so,
    569584          virtio_gpu_dri.so,
    570           virtio_gpu_drv_video.so, and
    571           vmwgfx_dri.so
     585          virtio_gpu_drv_video.so,
     586          vmwgfx_dri.so, and
     587          zink_dri.so
    572588          <!-- End DRI Drivers -->
    573589        </seg>
     
    575591          <!-- Begin VDPAU drivers -->
    576592          libvdpau_nouveau.so,
    577           libvdpau_r300.so
    578593          libvdpau_r600.so, and
    579594          libvdpau_radeonsi.so
     
    585600          libvulkan_intel_hasvk.so,
    586601          libvulkan_intel.so,
    587           libvulkan_lvp.so, and
     602          libvulkan_lvp.so,
     603          libvulkan_nouveau.so, and
    588604          libvulkan_radeon.so
    589605        </seg>
Note: See TracChangeset for help on using the changeset viewer.