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
This commit is contained in:
Pierre Labastie 2015-09-10 15:35:40 +00:00
parent a14f8e11c6
commit e83a3bb23c

View File

@ -103,9 +103,10 @@
<para role="recommended">
<xref linkend="elfutils"/> (required for Gallium3D radeonsi driver),
<xref linkend="libvdpau"/> (to build VDPAU drivers),
<xref linkend="llvm"/> (required for Gallium3D r300 and radeonsi drivers and also for
llvmpipe which is intended to be the fastest of the three sw rasterizers,
see <ulink url="http://www.mesa3d.org/faq.html#part3"></ulink> )
<xref linkend="llvm"/> (required for Gallium3D r300, r600 and radeonsi
drivers and also for llvmpipe which is intended to be the fastest of the
three sw rasterizers, see
<ulink url="http://www.mesa3d.org/faq.html#part3"/>)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -122,13 +123,13 @@
<note>
<para>
The instructions below assume that <application>elfutils</application>
and <application>LLVM</application> are installed. You will
need to modify the instructions if you choose not to install them.
Please note that <application>elfutils</application> and
<application>LLVM</application> are <emphasis>required</emphasis>
for Gallium3D r300 and radeonsi drivers. For an explanation of
and <application>LLVM</application> with the r600/amdgpu backend are
installed. You will need to modify the instructions if you choose not
to install them. Please note that <application>elfutils</application>
and <application>LLVM</application> are <emphasis>required</emphasis>
for Gallium3D r300, r600 and radeonsi drivers. For an explanation of
Gallium3D please see
<ulink url="https://en.wikipedia.org/wiki/Gallium3D"></ulink>.
<ulink url="https://en.wikipedia.org/wiki/Gallium3D"/>.
</para>
</note>
@ -268,9 +269,9 @@ cp -rfv docs/* /usr/share/doc/mesa-&mesalib-version;</userinput></screen>
<parameter>--with-gallium-drivers="..."</parameter>: This parameter
controls which Gallium3D drivers should be built. Available drivers
are: i915, ilo, nouveau, r300, r600, radeonsi, svga and swrast. You
will need to remove r300 and radeonsi from the list if you did
will need to remove r300, r600 and radeonsi from the list if you did
not install <application>elfutils</application> and
<application>LLVM</application>.
<application>LLVM</application> with the r600/amdgpu backend.
</para>
<para>