Changeset e83a3bb


Ignore:
Timestamp:
09/10/2015 03:35:40 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
57e8690b
Parents:
a14f8e11
Message:

Add some explanations about LLVM r600 backend to mesa

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    ra14f8e11 re83a3bb  
    104104      <xref linkend="elfutils"/> (required for Gallium3D radeonsi driver),
    105105      <xref linkend="libvdpau"/> (to build VDPAU drivers),
    106       <xref linkend="llvm"/> (required for Gallium3D r300 and radeonsi drivers and also for
    107       llvmpipe which is intended to be the fastest of the three sw rasterizers,
    108       see <ulink url="http://www.mesa3d.org/faq.html#part3"></ulink> )
     106      <xref linkend="llvm"/> (required for Gallium3D r300, r600 and radeonsi
     107      drivers and also for llvmpipe which is intended to be the fastest of the
     108      three sw rasterizers, see
     109      <ulink url="http://www.mesa3d.org/faq.html#part3"/>)
    109110    </para>
    110111
     
    123124      <para>
    124125        The instructions below assume that <application>elfutils</application>
    125         and <application>LLVM</application> are installed. You will
    126         need to modify the instructions if you choose not to install them.
    127         Please note that <application>elfutils</application> and
    128         <application>LLVM</application> are <emphasis>required</emphasis>
    129         for Gallium3D r300 and radeonsi drivers. For an explanation of
     126        and <application>LLVM</application> with the r600/amdgpu backend are
     127        installed. You will need to modify the instructions if you choose not
     128        to install them. Please note that <application>elfutils</application>
     129        and <application>LLVM</application> are <emphasis>required</emphasis>
     130        for Gallium3D r300, r600 and radeonsi drivers. For an explanation of
    130131        Gallium3D please see
    131         <ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
     132        <ulink url="https://en.wikipedia.org/wiki/Gallium3D"/>.
    132133      </para>
    133134    </note>
     
    269270      controls which Gallium3D drivers should be built. Available drivers
    270271      are: i915, ilo, nouveau, r300, r600, radeonsi, svga and swrast. You
    271       will need to remove r300 and radeonsi from the list if you did
     272      will need to remove r300, r600 and radeonsi from the list if you did
    272273      not install <application>elfutils</application> and
    273       <application>LLVM</application>.
     274      <application>LLVM</application> with the r600/amdgpu backend.
    274275    </para>
    275276
Note: See TracChangeset for help on using the changeset viewer.