Changeset ef936e4
- Timestamp:
- 08/27/2021 12:39:16 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3166e3c
- Parents:
- cdf6da3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rcdf6da3 ref936e4 45 45 <para>August 26th, 2021</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to mesa-21.2.1. Fixes 49 <ulink url="&blfs-ticket-root;15349">#15349</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Add --wrap-mode=nofallback to gdk-pixbuf and pango. Fixes -
packages.ent
rcdf6da3 ref936e4 704 704 <!ENTITY xcursor-themes-version "1.0.6"> 705 705 <!ENTITY xkeyboard-config-version "2.33"> 706 <!ENTITY mesa-major-minor "21. 1">707 <!ENTITY mesa-version "&mesa-major-minor;. 6">706 <!ENTITY mesa-major-minor "21.2"> 707 <!ENTITY mesa-version "&mesa-major-minor;.1"> 708 708 <!ENTITY xcb-util-version "0.4.0"> 709 709 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/mesa.xml
rcdf6da3 ref936e4 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 " 115a4b7383982f03b2aa5b91d1a8a259">9 <!ENTITY mesa-md5sum "f81336168864b1f890edfa5db8587f2b"> 10 10 <!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)"> 13 14 ]> 14 15 … … 129 130 <ulink url="http://omxil.sourceforge.net/">Bellagio OpenMAX Integration 130 131 Layer</ulink> (for mobile platforms), 131 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and132 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, 132 133 <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) 134 136 </para> 135 137 … … 185 187 <para> 186 188 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 --> 192 195 </para> 193 196 … … 210 213 below will cover most modern video cards and virtual machines. For help in 211 214 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. 212 218 </para> 213 219 … … 219 225 </note> 220 226 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" 222 228 DRI_DRIVERS="i965,nouveau"</userinput></screen> 223 229 … … 245 251 246 252 <para> 247 This package no longer comes with a test suite.248 </para>249 <!--250 <para>251 253 If you built the tests (see 'Command Explanations'), to run them issue: 252 254 <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 256 259 <para> 257 260 Now, as the <systemitem class="username">root</systemitem> user: … … 376 379 </seg> 377 380 <seg> 378 <!-- Begin DRI drivers : this is the full set from auto-->381 <!-- Begini gallium DRI drivers : this is the full set --> 379 382 d3dadapter9.so (optional), <!-- For Windows games. This is DirectX's 380 383 Direct3D --> 384 crocus_dri.so, 385 i830_dri.so, 381 386 i915_dri.so, 382 387 i965_dri.so, … … 403 408 libvdpau_radeonsi.so 404 409 <!-- End VDPAU drivers --> 410 (Many of these drivers are hard-linked). 405 411 </seg> 406 412 <seg>
Note:
See TracChangeset
for help on using the changeset viewer.