Changeset 1f44775e


Ignore:
Timestamp:
03/16/2013 11:53:47 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
2f6053d
Parents:
33b3234
Message:

Enable radeonsi driver in MesaLib.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r33b3234 r1f44775e  
    155155      </listitem>
    156156    </itemizedlist>
     157
     158    <warning>
     159      <para>
     160        If you are going to build radeonsi Gallium3D driver from
     161        <xref linkend="mesalib"/>, you will need the recommended
     162        patches.
     163      </para>
     164    </warning>
    157165
    158166    <bridgehead renderas="sect3">LLVM Dependencies</bridgehead>
  • introduction/welcome/changelog.xml

    r33b3234 r1f44775e  
    123123        </listitem>
    124124        <listitem>
    125           <para>[krejzi] - OpenLDAP 2.4.30.</para>
     125          <para>[krejzi] - OpenLDAP 2.4.34.</para>
    126126        </listitem>
    127127        <listitem>
     
    148148        <listitem>
    149149          <para>[krejzi] - Xorg Intel Driver 2.21.4.</para>
     150        </listitem>
     151        <listitem>
     152          <para>[krejzi] - Enabled support for Radeon "South Islands" GPUs
     153          in MesaLib and Xorg ATI Driver by default.</para>
    150154        </listitem>
    151155      </itemizedlist>
  • x/installing/mesalib.xml

    r33b3234 r1f44775e  
    99  <!ENTITY mesalib-md5sum        "d3891e02215422e120271d976ff1947e">
    1010  <!ENTITY mesalib-size          "5.9 MB">
    11   <!ENTITY mesalib-buildsize     "305 MB">
     11  <!ENTITY mesalib-buildsize     "340 MB">
    1212  <!ENTITY mesalib-time          "5.5 SBU">
    1313
     
    204204            --with-llvm-shared-libs        \
    205205            --with-egl-platforms="drm,x11" \
    206             --with-gallium-drivers="nouveau,r300,r600,svga,swrast" &amp;&amp;
     206            --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
    207207make</userinput></screen>
    208208
     
    345345      <parameter>--with-gallium-drivers="..."</parameter>: This parameter
    346346      controls which Gallium drivers should be built. Available drivers
    347       are: i915, nouveau, r300, r600, svga and swrast. You will need to
    348       remove r300 and r600 from the list if you did not install
    349       <xref linkend="llvm"/>.
     347      are: i915, nouveau, r300, r600, radeonsi, svga and swrast. You will
     348      need to remove r300, r600 and radeonsi from the list if you did not
     349      install <xref linkend="llvm"/>.
    350350    </para>
    351351
    352352    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    353353      href="../../xincludes/static-libraries.xml"/>
     354
     355    <para>
     356      <option>--enable-r600-llvm-compiler</option>: Use this switch to
     357      enable experimental <application>LLVM</application> backend for
     358      graphics shaders which claims to speed up the driver.
     359    </para>
    354360
    355361  </sect2>
     
    370376          libdricore9.1.0.so, libEGL.so, libgbm.so, libglapi.so,
    371377          libGLESv1_CM.so, libGLESv2.so, libGL.so, libGLU.so,
    372           libOpenVG.so, libOSMesa.so and libxatracker.so
     378          libllvmradeon9.1.0.so, libOpenVG.so, libOSMesa.so and
     379          libxatracker.so
    373380        </seg>
    374381        <seg>
Note: See TracChangeset for help on using the changeset viewer.