mirror of
https://github.com/glfs-book/glfs.git
synced 2026-01-14 00:49:06 +00:00
Drivers: Call GBM drivers -> backends.
Libraries like dri_gbm and nvidia-drm_gbm are called GBM backends. They're not really drivers per se. Thus, we should call them backends as well.
This commit is contained in:
@ -485,7 +485,7 @@ ldconfig</userinput></screen>
|
||||
<segtitle>Installed Libraries</segtitle><!-- in /usr/lib -->
|
||||
<segtitle>Installed DRI Driver Stubs</segtitle><!-- in /usr/lib/dri -->
|
||||
<segtitle>Installed VA-API Drivers</segtitle><!-- in /usr/lib/dri -->
|
||||
<segtitle>Installed GBM Drivers</segtitle><!-- in /usr/lib/gbm -->
|
||||
<segtitle>Installed GBM Backends</segtitle><!-- in /usr/lib/gbm -->
|
||||
<segtitle>Installed Vulkan Drivers</segtitle><!-- in /usr/lib -->
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
@ -513,18 +513,18 @@ ldconfig</userinput></screen>
|
||||
<!-- End VA-API Drivers -->
|
||||
</seg>
|
||||
<seg>
|
||||
<!-- Begin GBM drivers -->
|
||||
<!-- Begin GBM Backends -->
|
||||
dri_gbm
|
||||
<!-- End GBM drivers -->
|
||||
<!-- End GBM Backends -->
|
||||
</seg>
|
||||
<seg>
|
||||
<!-- Begin Vulkan drivers -->
|
||||
<!-- Begin Vulkan Drivers -->
|
||||
libvulkan_intel_hasvk,
|
||||
libvulkan_intel,
|
||||
libvulkan_lvp,
|
||||
libvulkan_nouveau, and
|
||||
libvulkan_radeon
|
||||
<!-- End Vulkan drivers -->
|
||||
<!-- End Vulkan Drivers -->
|
||||
</seg>
|
||||
<seg>
|
||||
<!-- Begin directories -->
|
||||
@ -572,7 +572,7 @@ ldconfig</userinput></screen>
|
||||
<term><filename class='libraryfile'>dri_gbm</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is Mesa's GBM driver
|
||||
is the GBM backend for Mesa drivers
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -1252,7 +1252,7 @@ wget &mesa-raw-repo;/include/EGL/eglext_angle.h \
|
||||
<term><filename class="libraryfile">nvidia-drm_gbm</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the NVIDIA GBM driver
|
||||
is the GBM backend for NVIDIA drivers
|
||||
</para>
|
||||
<indexterm zone="nvidia nvidia-drm_gbm">
|
||||
<primary sortas="c-nvidia-drm_gbm">nvidia-drm_gbm</primary>
|
||||
@ -1264,8 +1264,7 @@ wget &mesa-raw-repo;/include/EGL/eglext_angle.h \
|
||||
<term><filename class="libraryfile">nvidia_drv</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the NVIDIA X11
|
||||
driver
|
||||
is the NVIDIA X11 driver
|
||||
</para>
|
||||
<indexterm zone="nvidia nvidia_drv">
|
||||
<primary sortas="c-nvidia_drv">nvidia_drv</primary>
|
||||
|
||||
Reference in New Issue
Block a user