From e64e5e82ed845718d4dfa6759c2491a4fce2328d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 1 Jun 2021 14:51:12 +0200 Subject: [PATCH] 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 Reviewed-by: Chia-I Wu Part-of: --- 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 `__ - Qualcomm Adreno A2xx-A6xx. See :doc:`Freedreno ` -- Broadcom VideoCore 4, 5. See `This Week in - V3D `__ +- Broadcom VideoCore 4 and 5. See :doc:`VC4 ` and + :doc:`V3D ` - ARM Mali Utgard. See :doc:`Lima ` - ARM Mali Midgard, Bifrost. See :doc:`Panfrost ` - Vivante GCxxx. See `Etnaviv @@ -29,9 +29,13 @@ Hardware drivers include: Layered driver include: +- :doc:`D3D12 ` - driver providing OpenGL on top of + Microsoft's Direct3D 12 API. - :doc:`SVGA3D ` - driver for VMware virtual GPU - `VirGL `__ - research project for accelerated graphics for qemu guests +- :doc:`Zink ` - driver providing OpenGL on top of + Khoronos' Vulkan API. Software drivers include: