Mesa (main): docs: add links to documented drivers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 3 09:37:41 UTC 2021


Module: Mesa
Branch: main
Commit: e64e5e82ed845718d4dfa6759c2491a4fce2328d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e64e5e82ed845718d4dfa6759c2491a4fce2328d

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jun  1 14:51:12 2021 +0200

docs: add links to documented drivers

There's a few more drivers that we have docs for that we didn't link to
from the systems article yet. Let's fix that.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>

---

 docs/systems.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/systems.rst b/docs/systems.rst
index 61fab89adbc..dd253511962 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -19,8 +19,8 @@ Hardware drivers include:
    Wiki <https://nouveau.freedesktop.org>`__
 -  Qualcomm Adreno A2xx-A6xx. See :doc:`Freedreno
    <drivers/freedreno>`
--  Broadcom VideoCore 4, 5. See `This Week in
-   V3D <https://anholt.github.io/twivc4/>`__
+-  Broadcom VideoCore 4 and 5. See :doc:`VC4 <drivers/vc4>` and
+   :doc:`V3D <drivers/v3d>`
 -  ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
 -  ARM Mali Midgard, Bifrost. See :doc:`Panfrost <drivers/panfrost>`
 -  Vivante GCxxx. See `Etnaviv
@@ -29,9 +29,13 @@ Hardware drivers include:
 
 Layered driver include:
 
+-  :doc:`D3D12 <drivers/d3d12>` - driver providing OpenGL on top of
+   Microsoft's Direct3D 12 API.
 -  :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
 -  `VirGL <https://virgil3d.github.io/>`__ - research project for
    accelerated graphics for qemu guests
+-  :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
+   Khoronos' Vulkan API.
 
 Software drivers include:
 



More information about the mesa-commit mailing list