Changeset e4fbb24 for x/installing


Ignore:
Timestamp:
03/19/2019 02:44:59 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
49a7967
Parents:
8da6728d
Message:

Minor tweaks + comments to Mesa

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r8da6728d re4fbb24  
    135135    <note>
    136136      <para>
    137         The instructions below assume that <!-- <application>elfutils</application>
    138         and --> <application>LLVM</application> with the r600/amdgpu and host
     137        The instructions below assume that
     138        <application>LLVM</application> with the r600/amdgpu and host
    139139        backends are installed. You will need to modify the instructions if you
    140140        choose not to install it.  For an explanation of Gallium3D see
     
    165165   The gallium available drivers are
    166166     kmsro, radeonsi, r300, r600, nouveau, freedreno,
    167      swrast, v3d, vc4, etnaviv, tegra, i915, svga, virgl,
    168      swr
     167     swrast, v3d, vc4, etnaviv, tegra, i915, svga, virgl, and
     168     swr.
    169169
    170170   The DRI drivers available are
     
    325325        </seg>
    326326        <seg>
    327           d3dadapter9.so,
     327          <!-- Begin DRI drivers -->
     328          d3dadapter9.so, <!-- For Windows? This is DirectX's Direct3D -->
    328329          i915_dri.so,
    329330          i965_dri.so,
     
    335336          swrast_dri.so,
    336337          vmwgfx_dri.so
     338          <!-- End DRI Drivers -->
    337339          libEGL.so,
    338340          libGL.so,
     
    343345          libgbm.so,
    344346          libglapi.so,
     347          <!-- Begin Vulkan drivers -->
    345348          libvulkan_intel.so,
    346349          libvulkan_radeon.so,
     350          <!-- End Vulkan drivers -->
    347351          libxatracker.so,
     352          <!-- Begin VDPAU drivers -->
    348353          libvdpau_nouveau.so, and
    349354          libvdpau_radeonsi.so
     355          <!-- End VDPAU drivers -->
    350356        </seg>
    351357        <seg>
Note: See TracChangeset for help on using the changeset viewer.