Module: Mesa
Branch: main
Commit: 13e7f0c8d29c71f9f848b021493a40f04e370285
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=13e7f0c8d29c71f9f848b021493a40f04e370285

Author: Yonggang Luo <[email protected]>
Date:   Tue Oct 18 13:33:29 2022 +0800

docs: Remove document about XvMC

Signed-off-by: Yonggang Luo <[email protected]>
Acked-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19133>

---

 docs/gallium/distro.rst | 5 -----
 docs/index.rst          | 3 +--
 docs/sourcetree.rst     | 1 -
 docs/systems.rst        | 2 +-
 4 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/docs/gallium/distro.rst b/docs/gallium/distro.rst
index e8b03c0a979..4d717ed0d73 100644
--- a/docs/gallium/distro.rst
+++ b/docs/gallium/distro.rst
@@ -119,11 +119,6 @@ Xorg DDX
 Tracker for Xorg X11 servers. Provides device-dependent
 modesetting and acceleration as a DDX driver.
 
-XvMC
-^^^^
-
-Tracker for X-Video Motion Compensation.
-
 Auxiliary
 ---------
 
diff --git a/docs/index.rst b/docs/index.rst
index 5b775d8fc93..1b3e8df271c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,7 +6,7 @@ The Mesa project began as an open-source implementation of the
 
 Over the years the project has grown to implement more graphics APIs,
 including `OpenGL ES`_, `OpenCL`_, `OpenMAX`_, `VDPAU`_, `VA-API`_,
-`XvMC`_, `Vulkan`_ and `EGL`_.
+`Vulkan`_ and `EGL`_.
 
 A variety of device drivers allows the Mesa libraries to be used in many
 different environments ranging from software emulation to complete
@@ -22,7 +22,6 @@ Linux, FreeBSD, and other operating systems.
 .. _OpenMAX: https://www.khronos.org/openmax/
 .. _VDPAU: https://en.wikipedia.org/wiki/VDPAU
 .. _VA-API: https://en.wikipedia.org/wiki/Video_Acceleration_API
-.. _XvMC: https://en.wikipedia.org/wiki/X-Video_Motion_Compensation
 .. _Vulkan: https://www.khronos.org/vulkan/
 .. _EGL: https://www.khronos.org/egl/
 .. _Direct Rendering Infrastructure: https://dri.freedesktop.org/
diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst
index 2a4019ca305..09c0ba53d9d 100644
--- a/docs/sourcetree.rst
+++ b/docs/sourcetree.rst
@@ -147,7 +147,6 @@ each directory.
          -  **vdpau** - VDPAU frontend
          -  **wgl** - Windows WGL frontend
          -  **xa** - XA frontend
-         -  **xvmc** - XvMC frontend
 
       -  **winsys** - The device drivers are platform-independent, the
          winsys connects them to various platforms. There is usually one winsys
diff --git a/docs/systems.rst b/docs/systems.rst
index 5041852f341..1c933ea8909 100644
--- a/docs/systems.rst
+++ b/docs/systems.rst
@@ -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, Vulkan,
-EGL, OpenMAX, OpenCL, VDPAU, VA-API and XvMC.
+EGL, OpenMAX, OpenCL, VDPAU and VA-API.
 
 Hardware drivers include:
 

Reply via email to