Mesa (master): docs: Update Platforms and Drivers page with more comprehensive information.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 31 22:50:47 UTC 2019


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

Author: Jorge Natz <jorgenatzdev at gmail.com>
Date:   Wed Jul 31 22:50:43 2019 +0000

docs: Update Platforms and Drivers page with more comprehensive information.

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 docs/systems.html | 30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/docs/systems.html b/docs/systems.html
index 2eed5399db4..97dc3f46f69 100644
--- a/docs/systems.html
+++ b/docs/systems.html
@@ -33,13 +33,23 @@ and ES 3, OpenVG, OpenCL, VDPAU, XvMC and the EGL interface.
 Hardware drivers include:
 </p>
 <ul>
-  <li>Intel i965, i945, i915.
-    See <a href="https://01.org/linuxgraphics">Intel's website</a></li>
+  <li>Intel GMA, HD Graphics, Iris.
+    See <a href="https://01.org/linuxgraphics">Intel's Website</a></li>
   <li>AMD Radeon series.
-  See <a href="https://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li>
-  <li>NVIDIA GPUs.
-  See <a href="https://nouveau.freedesktop.org">Nouveau Wiki</a></li>
-  <li><a href="https://www.x.org/wiki/vmware">VMware virtual GPU</a></li>
+    See <a href="https://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li>
+  <li>NVIDIA GPUs (Riva TNT and later).
+    See <a href="https://nouveau.freedesktop.org">Nouveau Wiki</a></li>
+  <li>Qualcomm Adreno A2xx-A6xx.
+    See <a href="https://github.com/freedreno/freedreno/wiki">Freedreno Wiki</a></li>
+  <li>Broadcom VideoCore 4, 5.
+    See <a href="https://anholt.github.io/twivc4/">This Week in V3D</a></li>
+  <li>ARM Mali Utgard.
+    See <a href="https://gitlab.freedesktop.org/lima/web/wikis/home">Lima Wiki</a></li>
+  <li>ARM Mali Midgard, Bifrost.
+    See <a href="https://panfrost.freedesktop.org/">Panfrost Site</a></li>
+  <li>Vivante GCxxx.
+    See <a href="https://github.com/laanwj/etna_viv/wiki">Etnaviv Wiki</a></li>
+  <li>NVIDIA Tegra (K1 and later).</li>
 </ul>
 
 <p>
@@ -49,6 +59,11 @@ Software drivers include:
 <li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
     generation and is multi-threaded
 <li>softpipe - a reference Gallium driver
+<li><a href="vmware-guest.html">svga</a> - driver for vmware virtual gpu
+<li><a href="https://www.openswr.org/">swr</a> - x86-optimized
+    software renderer for visualization workloads
+<li><a href="https://virgil3d.github.io/">virgl</a> - research
+    project for accelerated graphics for qemu guests
 <li>swrast - the legacy/original Mesa software rasterizer
 </ul>
 
@@ -62,7 +77,6 @@ drivers</a> for the X Window System
 <li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System
 and Unix-like operating systems
 <li><a href="README.WIN32">Microsoft Windows</a>
-<li><a href="vmware-guest.html">VMware</a> guest OS driver
 </ul>
 
 
@@ -89,6 +103,8 @@ The list includes:
 <li>DOS
 <li>fbdev
 <li>DEC/VMS
+<li>Mach64
+<li>Intel i810
 </ul>
 
 </div>




More information about the mesa-commit mailing list