Ignore:
Timestamp:
08/27/2021 12:39:16 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3166e3c
Parents:
cdf6da3
Message:

Update to meson-21.2.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rcdf6da3 ref936e4  
    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        "115a4b7383982f03b2aa5b91d1a8a259">
     9  <!ENTITY mesa-md5sum        "f81336168864b1f890edfa5db8587f2b">
    1010  <!ENTITY mesa-size          "15 MB">
    11   <!ENTITY mesa-buildsize     "547 MB (with docs)">
    12   <!ENTITY mesa-time          "3.1 SBU (with parallelism=4 and docs)">
     11  <!ENTITY mesa-buildsize     "799 MB (with docs, add 376 MB if running the tests)">
     12                              <!-- using NINJAJOBS=6 -->
     13  <!ENTITY mesa-time          "5.1 SBU (on a 4-core machine with docs)">
    1314]>
    1415
     
    129130      <ulink url="http://omxil.sourceforge.net/">Bellagio OpenMAX Integration
    130131      Layer</ulink> (for mobile platforms),
    131       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
     132      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
    132133      <ulink url="https://github.com/tizonia/tizonia-openmax-il/wiki/Tizonia-OpenMAX-IL/">
    133       libtizonia</ulink>
     134      libtizonia</ulink>,  and
     135      <ulink url="https://www.vulkan.org/">libvulkan</ulink> (for the zink driver)
    134136    </para>
    135137
     
    185187    <para>
    186188      Now, select the drivers you wish to install. For the X86 architecture, the
    187       available gallium drivers are auto, <emphasis>or alternatively a choice
    188       from</emphasis> i915, nouveau, r300, r600, radeonsi, svga, swrast, and
    189       virgl. The latter is recommended if you intend to run the system under
    190       <xref linkend="qemu"/>. If you wish to build all available gallium drivers,
    191       use 'auto'.
     189      available gallium drivers are auto (<emphasis>in 21.2.1 this does not select
     190      crocus </emphasis>), <emphasis>or alternatively a choice from</emphasis>
     191      crocus, i915, nouveau, r300, r600, radeonsi, svga, swrast, and virgl. The
     192      latter is recommended if you intend to run the system under
     193      <xref linkend="qemu"/>.<!-- If you wish to build all available gallium drivers,
     194      use 'auto'. FIXME : does not build crocus in 21.2.1 -->
    192195    </para>
    193196
     
    210213      below will cover most modern video cards and virtual machines.  For help in
    211214      selecting drivers see <ulink url="https://docs.mesa3d.org/systems.html"/>.
     215      <!-- these two don't seem to be mentioned in that mesa link -->
     216      For intel drivers, specify crocus for i965 gen 4 through to haswell, iris
     217      for broadwell and later.
    212218    </para>
    213219
     
    219225    </note>
    220226
    221 <screen><userinput>GALLIUM_DRV="i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
     227<screen><userinput>GALLIUM_DRV="crocus,i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
    222228DRI_DRIVERS="i965,nouveau"</userinput></screen>
    223229
     
    245251
    246252    <para>
    247       This package no longer comes with a test suite.
    248     </para>
    249 <!--
    250     <para>
    251253      If you built the tests (see 'Command Explanations'), to run them issue:
    252254      <command>ninja test</command>.
    253       Two tests in the llvmpipe suite are known to fail.
    254     </para>
    255 -->
     255      All 33 subtests tests in the mesa:compiler+glsl / glsl compiler warnings
     256      suite are known to fail.
     257    </para>
     258
    256259    <para>
    257260      Now, as the <systemitem class="username">root</systemitem> user:
     
    376379        </seg>
    377380        <seg>
    378           <!-- Begin DRI drivers : this is the full set from auto -->
     381          <!-- Begini gallium DRI drivers : this is the full set -->
    379382          d3dadapter9.so (optional), <!-- For Windows games. This is DirectX's
    380383                                          Direct3D -->
     384          crocus_dri.so,
     385          i830_dri.so,
    381386          i915_dri.so,
    382387          i965_dri.so,
     
    403408          libvdpau_radeonsi.so
    404409          <!-- End VDPAU drivers -->
     410          (Many of these drivers are hard-linked).
    405411        </seg>
    406412        <seg>
Note: See TracChangeset for help on using the changeset viewer.