Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    re929885 re1e58be  
    100100    <para role="recommended">
    101101
    102       <xref linkend="glslang"/> (required for Vulkan support),
    103 
    104102      <xref role="first" linkend="libva"/> (to provide VA-API support for some
    105103      gallium drivers, note that there is a circular dependency. You must
     
    112110      drivers and for swrast, the software rasterizer which is sometimes referred
    113111      to as llvmpipe. See <ulink role="nodep"
    114       url="https://docs.mesa3d.org/systems.html"/> for more information),
     112      url="https://docs.mesa3d.org/systems.html"/> for more information), and
    115113
    116114      <xref linkend="wayland-protocols"/> (required for
    117115        <xref role="nodep" linkend='plasma5-build'/>,
    118         GNOME, and recommended for <xref role="nodep" linkend='gtk3'/>), and
    119 
    120       <xref linkend="vulkan-loader"/> (required for Vulkan support)
     116        GNOME, and recommended for <xref role="nodep" linkend='gtk3'/>)
    121117    </para>
    122118
     
    133129      the patch above),
    134130      <ulink url="https://omxil.sourceforge.net/">Bellagio OpenMAX Integration
    135       Layer</ulink> (for mobile platforms), and
    136       <!--<ulink url="https://github.com/KhronosGroup/glslang">glslang</ulink>
    137       (for vulkan drivers),-->
     131      Layer</ulink> (for mobile platforms),
     132      <ulink url="https://github.com/KhronosGroup/glslang">glslang</ulink>
     133      (for vulkan drivers),
    138134      <ulink url="https://github.com/tizonia/tizonia-openmax-il/wiki/Tizonia-OpenMAX-IL/">
    139       libtizonia</ulink>,
    140       <!-- <ulink url="https://github.com/KhronosGroup/Vulkan-Loader">Vulkan-Loader</ulink> -->
     135      libtizonia</ulink>,  and
     136      <ulink url="https://github.com/KhronosGroup/Vulkan-Loader">Vulkan-Loader</ulink>
    141137    </para>
    142138<!--
     
    294290      -Dplatforms=x11,wayland \
    295291      -Dgallium-drivers=auto  \
    296       -Dvulkan-drivers=auto   \
     292      -Dvulkan-drivers=""     \
    297293      -Dvalgrind=disabled     \
    298294      -Dlibunwind=disabled    \
     
    385381
    386382    <para>
    387       <parameter>-Dvulkan-drivers=auto</parameter>: This switch enables support
    388       for the Vulkan graphics API. It automatically builds all graphics drivers
    389       that are available for Vulkan. If you wish to build specific drivers,
    390       valid options include 'amd', 'intel', 'intel_hasvk', and 'swrast'. If you
    391       do not want Vulkan support, change 'auto' to "".
     383      <parameter>-Dvulkan-drivers=""</parameter>: This switch allows choosing
     384      which Vulkan drivers are built. The default is auto, but this requires
     385      the optional dependencies <application>glslang</application> and
     386      <application>Vulkan-Loader</application>.  Vulkan is a newer API
     387      designed for utilizing the GPUs with a performance better than OpenGL,
     388      but nothing in BLFS benefits from it for now.  So we pass an empty
     389      list in order to remove the need for these dependencies.
    392390    </para>
    393391
     
    425423      <segtitle>Installed Programs</segtitle>
    426424      <segtitle>Installed Libraries</segtitle><!-- in /usr/lib -->
    427       <segtitle>Installed DRI Drivers</segtitle><!-- in /usr/lib/dri -->
    428       <segtitle>Installed VDPAU Drivers</segtitle><!-- in /usr/lib/vdpau -->
    429       <segtitle>Installed Vulkan Drivers</segtitle><!-- in /usr/lib -->
     425      <segtitle>Installed Drivers</segtitle><!-- in /usr/lib/<subdir> -->
    430426      <segtitle>Installed Directories</segtitle>
    431427
     
    463459          swrast_dri.so,
    464460          virtio_gpu_dri.so,
    465           virtio_gpu_drv_video.so, and
    466           vmwgfx_dri.so
     461          virtio_gpu_drv_video.so,
     462          vmwgfx_dri.so,
    467463          <!-- End DRI Drivers -->
    468         </seg>
    469         <seg>
    470464          <!-- Begin VDPAU drivers -->
    471465          libvdpau_nouveau.so,
     
    478472        </seg>
    479473        <seg>
    480           libvulkan_intel_hasvk.so,
    481           libvulkan_intel.so,
    482           libvulkan_lvp.so, and
    483           libvulkan_radeon.so
    484         </seg>
    485         <seg>
    486474          <!-- $XORG_PREFIX/include/GL is installed by xorg-protos -->
    487475          $XORG_PREFIX/{include/{EGL,GLES,GLES2,GLES3,KHR},
     
    489477          $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
    490478          particularly browsers and games),
    491           $XORG_PREFIX/share/vulkan,
    492479          and /usr/share/doc/mesa-&mesa-version;
    493480        </seg>
Note: See TracChangeset for help on using the changeset viewer.