radeonsi: enable PIPE_CAP_NO_CLIP_ON_COPY_TEX
[mesa.git] / docs / systems.rst
index 8cfc04da87b9673bf8f1ba27cee6ace1f68ec00b..087be90f967eb185501cced2d1c4a4107899d851 100644 (file)
@@ -7,7 +7,7 @@ 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 1, ES2
-and ES 3, OpenVG, OpenCL, VDPAU, XvMC and the EGL interface.
+and ES 3, OpenCL, VDPAU, XvMC and the EGL interface.
 
 Hardware drivers include:
 
@@ -31,10 +31,10 @@ Hardware drivers include:
 
 Software drivers include:
 
--  `llvmpipe <llvmpipe.html>`__ - uses LLVM for x86 JIT code generation
+-  :doc:`llvmpipe <gallium/drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
    and is multi-threaded
 -  softpipe - a reference Gallium driver
--  `svga <vmware-guest.html>`__ - driver for vmware virtual gpu
+-  :doc:`svga <vmware-guest>` - 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
@@ -45,7 +45,7 @@ Additional driver information:
 
 -  `DRI hardware drivers <https://dri.freedesktop.org/>`__ for the X
    Window System
--  `Xlib / swrast driver <xlibdriver.html>`__ for the X Window System
+-  :doc:`Xlib / swrast driver <xlibdriver>` for the X Window System
    and Unix-like operating systems
 -  `Microsoft Windows <README.WIN32>`__