Changeset 5e60392


Ignore:
Timestamp:
01/17/2015 10:43:29 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
68955cf7
Parents:
840cf8f
Message:

gallium3d r600 doesn't seem to require llvm and elfutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15350 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r840cf8f r5e60392  
    9898    <bridgehead renderas="sect4">Recommended</bridgehead>
    9999    <para role="recommended">
    100       <xref linkend="elfutils"/> (required for radeonsi 3d drivers),
     100      <xref linkend="elfutils"/> (required for Gallium3D r300 and radeonsi drivers),
    101101      <xref linkend="libvdpau"/> (to build VDPAU drivers),
    102       <xref linkend="llvm"/> (required for radeonsi 3d drivers and also for
     102      <xref linkend="llvm"/> (required for Gallium3D r300 and radeonsi drivers and also for
    103103      llvmpipe which is intended to be the fastest of the three sw rasterizers,
    104104      see <ulink url="http://www.mesa3d.org/faq.html#part3"></ulink> )
     
    121121        Please note that <application>elfutils</application> and
    122122        <application>LLVM</application> are <emphasis>required</emphasis>
    123         for Radeon 3D drivers.  For an explanation of gallium please see
     123        for Gallium3D r300 and radeonsi drivers.  For an explanation of Gallium3D please see
    124124        <ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
    125125      </para>
     
    263263    <para>
    264264      <parameter>--with-gallium-drivers="..."</parameter>: This parameter
    265       controls which Gallium drivers should be built. Available drivers
     265      controls which Gallium3D drivers should be built. Available drivers
    266266      are: i915, ilo, nouveau, r300, r600, radeonsi, svga and swrast. You
    267       will need to remove r300, r600 and radeonsi from the list if you did
     267      will need to remove r300 and radeonsi from the list if you did
    268268      not install <application>elfutils</application> and
    269269      <application>LLVM</application>.
Note: See TracChangeset for help on using the changeset viewer.