
No other drivers use the vendor in the title or path, so it seems better to not do this for the vmware-guest driver as well. So let's rename it to SVGA instead. The actual text itself makes it clear enough what it is about. This makes it stand out less in the toctree. I chose the name "WMware SVGA3D", because that's less ambigious than the "SVGA"-alternative, and was requested by VMware people.t Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11109>
69 lines
2.2 KiB
ReStructuredText
69 lines
2.2 KiB
ReStructuredText
Platforms and Drivers
|
|
=====================
|
|
|
|
Mesa is primarily developed and used on Linux systems. But there's also
|
|
support for Windows, other flavors of Unix and other systems such as
|
|
Haiku. We're actively developing and maintaining several hardware and
|
|
software drivers.
|
|
|
|
The primary API is OpenGL but there's also support for OpenGL ES, Vulkan,
|
|
EGL, OpenMAX, OpenCL, VDPAU, VA-API and XvMC.
|
|
|
|
Hardware drivers include:
|
|
|
|
- Intel GMA, HD Graphics, Iris. See `Intel's
|
|
Website <https://01.org/linuxgraphics>`__
|
|
- AMD Radeon series. See
|
|
`RadeonFeature <https://www.x.org/wiki/RadeonFeature>`__
|
|
- NVIDIA GPUs (Riva TNT and later). See `Nouveau
|
|
Wiki <https://nouveau.freedesktop.org>`__
|
|
- Qualcomm Adreno A2xx-A6xx. See `Freedreno
|
|
Wiki <https://github.com/freedreno/freedreno/wiki>`__
|
|
- Broadcom VideoCore 4, 5. See `This Week in
|
|
V3D <https://anholt.github.io/twivc4/>`__
|
|
- ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
|
|
- ARM Mali Midgard, Bifrost. See :doc:`Panfrost <drivers/panfrost>`
|
|
- Vivante GCxxx. See `Etnaviv
|
|
Wiki <https://github.com/laanwj/etna_viv/wiki>`__
|
|
- NVIDIA Tegra (K1 and later).
|
|
|
|
Software drivers include:
|
|
|
|
- :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
|
|
and is multi-threaded
|
|
- softpipe - a reference Gallium driver
|
|
- :doc:`svga <drivers/svga3d>` - driver for VMware virtual GPU
|
|
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
|
|
for visualization workloads
|
|
- `virgl <https://virgil3d.github.io/>`__ - research project for
|
|
accelerated graphics for qemu guests
|
|
- swrast - the legacy/original Mesa software rasterizer
|
|
|
|
Additional driver information:
|
|
|
|
- `DRI hardware drivers <https://dri.freedesktop.org/>`__ for the X
|
|
Window System
|
|
- :doc:`Xlib / swrast driver <xlibdriver>` for the X Window System
|
|
and Unix-like operating systems
|
|
|
|
Deprecated Systems and Drivers
|
|
------------------------------
|
|
|
|
In the past there were other drivers for older GPUs and operating
|
|
systems. These have been removed from the Mesa source tree and
|
|
distribution. If anyone's interested though, the code can be found in
|
|
the Git repo. The list includes:
|
|
|
|
- 3dfx/glide
|
|
- Matrox
|
|
- ATI R128
|
|
- Savage
|
|
- VIA Unichrome
|
|
- SIS
|
|
- 3Dlabs gamma
|
|
- DOS
|
|
- fbdev
|
|
- DEC/VMS
|
|
- Mach64
|
|
- Intel i810
|