Changeset 41ce34b for x/installing/mesa.xml
- Timestamp:
- 05/07/2021 06:03:53 PM (23 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7df0924
- Parents:
- ac2e5197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/mesa.xml
rac2e5197 r41ce34b 7 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> 8 8 <!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"> 10 10 <!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)"> 13 13 ]> 14 14 … … 236 236 -Dgallium-nine=false \ 237 237 -Dglx=dri \ 238 -Dosmesa= gallium\238 -Dosmesa=true \ 239 239 -Dvalgrind=disabled \ 240 240 -Dlibunwind=disabled \ … … 246 246 247 247 <para> 248 This package no longer comes with a test suite. 249 </para> 250 <!-- 251 <para> 248 252 If you built the tests (see 'Command Explanations'), to run them issue: 249 253 <command>ninja test</command>. 250 254 Two tests in the llvmpipe suite are known to fail. 251 255 </para> 252 256 --> 253 257 <para> 254 258 Now, as the <systemitem class="username">root</systemitem> user: … … 295 299 296 300 <para> 297 <parameter>-Dosmesa= gallium</parameter>: This switch enables building301 <parameter>-Dosmesa=true</parameter>: This switch disables building 298 302 the <filename class="libraryfile">libOSMesa</filename> library and 299 303 provides Gallium3D support in it. It requires the swrast gallium driver.
Note:
See TracChangeset
for help on using the changeset viewer.