Module: Mesa Branch: main Commit: 0db826a038a431daabc7d7d2e1dafc97b92d128f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0db826a038a431daabc7d7d2e1dafc97b92d128f
Author: Adam Jackson <[email protected]> Date: Mon Mar 7 11:53:05 2022 -0500 docs: Update supported drivers for 22.x nouveau doesn't support pre-nv30 anymore, pre-DX9 drivers are no longer supported generally, and llvmpipe jits on more than just x86. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15489> --- docs/systems.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/systems.rst b/docs/systems.rst index 418d34bb5b5..e4cb22e83ed 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -15,7 +15,7 @@ Hardware drivers include: Website <https://01.org/linuxgraphics>`__ - AMD Radeon series. See `RadeonFeature <https://www.x.org/wiki/RadeonFeature>`__ -- NVIDIA GPUs (Riva TNT and later). See `Nouveau +- NVIDIA GPUs (GeForce 5 / FX and later). See `Nouveau Wiki <https://nouveau.freedesktop.org>`__ - Qualcomm Adreno A2xx-A6xx. See :doc:`Freedreno <drivers/freedreno>` @@ -39,7 +39,7 @@ Layered driver include: Software drivers include: -- :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation +- :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for JIT code generation and is multi-threaded - Softpipe - a reference Gallium driver @@ -62,11 +62,14 @@ the Git repo. The list includes: - 3DLABS Gamma - ATI Mach 64 - ATI Rage 128 +- ATI Radeon 7000 - 9250 - DEC OpenVMS - Intel i810 +- Intel i830 - i865 - Linux fbdev - Matrox - MS-DOS +- NVIDIA Riva TNT - GeForce 4 - S3 Savage - Silicon Integrated Systems - swrast
