Changeset 9065a56b


Ignore:
Timestamp:
09/04/2013 09:25:58 PM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
91b65df
Parents:
1a7c10b9
Message:

Mesa : explain some things

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r1a7c10b9 r9065a56b  
    135135    <bridgehead renderas="sect4">Recommended</bridgehead>
    136136    <para role="recommended">
    137       <xref linkend="elfutils"/>,
    138       <xref linkend="libvdpau"/> (to build VDPAU drivers) and
    139       <xref linkend="llvm"/>
     137      <xref linkend="elfutils"/> (required for radeon 3d drivers),
     138      <xref linkend="libvdpau"/> (to build VDPAU drivers),
     139      <xref linkend="llvm"/> (required for radeon 3d drivers and also for
     140      llvmpipe which is intended to be the fastest of the three sw rasterizers,
     141      see <ulink url="http://www.mesa3d.org/faq.html#part3"></ulink>
    140142    </para>
    141143
     
    145147    </para>
    146148
    147     <warning>
     149    <note>
    148150      <para>
    149151        The instructions below assume that <application>elfutils</application>
     
    152154        Please note that <application>elfutils</application> and
    153155        <application>LLVM</application> are <emphasis>required</emphasis>
    154         for Radeon 3D drivers.
     156        for Radeon 3D drivers.  For an explanation of gallium please see
     157        <ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
    155158      </para>
    156     </warning>
     159    </note>
    157160
    158161    <note>
Note: See TracChangeset for help on using the changeset viewer.