From deb552938584c8ed26279040cdd366d164a07ccb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 11:36:52 +0200 Subject: [PATCH] docs: xorg -> X.Org Also one case of Xorg Reviewed-by: David Heidelberg Part-of: --- docs/drivers/svga3d.rst | 4 ++-- docs/releasing.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/drivers/svga3d.rst b/docs/drivers/svga3d.rst index 0c07aa0e4f9..4367b90652b 100644 --- a/docs/drivers/svga3d.rst +++ b/docs/drivers/svga3d.rst @@ -181,9 +181,9 @@ Building the Code sudo ninja -C builddir install -- Build Mesa and the vmwgfx_dri.so driver, the vmwgfx_drv.so xorg +- Build Mesa and the vmwgfx_dri.so driver, the vmwgfx_drv.so X.Org driver, the X acceleration library libxatracker. The vmwgfx_dri.so is - used by the OpenGL libraries during direct rendering, and by the Xorg + used by the OpenGL libraries during direct rendering, and by the X.Org server during accelerated indirect GL rendering. The libxatracker library is used exclusively by the X server to do render, copy and video acceleration: diff --git a/docs/releasing.rst b/docs/releasing.rst index 98bb87a4d31..3a7170f45d7 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -275,8 +275,8 @@ Increment the version contained in the file ``VERSION`` at Mesa's top-level, then commit this change and **push the branch** (if you forget to do this, ``release.sh`` below will fail). -Use the release.sh script from xorg `util-modular `__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Use the release.sh script from X.Org `util-modular `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Start the release process.