Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r45ab6c7 r41ce34b  
    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        "556338446aef8ae947a789b3e0b5e056">
     9  <!ENTITY mesa-md5sum        "add66f785a8e60398215dc7431b482b1">
    1010  <!ENTITY mesa-size          "14 MB">
    11   <!ENTITY mesa-buildsize     "676 MB (with docs), add 319 MB for tests">
    12   <!ENTITY mesa-time          "2.9 SBU (with parallelism=4 and docs). Add 0.5 SBU for tests">
     11  <!ENTITY mesa-buildsize     "539 MB (with docs)">
     12  <!ENTITY mesa-time          "3.1 SBU (with parallelism=4 and docs)">
    1313]>
    1414
     
    236236      -Dgallium-nine=false           \
    237237      -Dglx=dri                      \
    238       -Dosmesa=gallium               \
     238      -Dosmesa=true                  \
    239239      -Dvalgrind=disabled            \
    240240      -Dlibunwind=disabled           \
     
    246246
    247247    <para>
     248      This package no longer comes with a test suite.
     249    </para>
     250<!--
     251    <para>
    248252      If you built the tests (see 'Command Explanations'), to run them issue:
    249253      <command>ninja test</command>.
    250254      Two tests in the llvmpipe suite are known to fail.
    251255    </para>
    252 
     256-->
    253257    <para>
    254258      Now, as the <systemitem class="username">root</systemitem> user:
     
    295299
    296300    <para>
    297       <parameter>-Dosmesa=gallium</parameter>: This switch enables building
     301      <parameter>-Dosmesa=true</parameter>: This switch disables building
    298302      the <filename class="libraryfile">libOSMesa</filename> library and
    299303      provides Gallium3D support in it. It requires the swrast gallium driver.
Note: See TracChangeset for help on using the changeset viewer.