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.