From fdab007b1dc75521107cb041f384bd333aa1f676 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 24 Oct 2022 15:42:20 +0200 Subject: [PATCH] docs: do not mention classic swrast It's been removed a while back, no need to talk about it anymore. Reviewed-by: Yonggang Luo Part-of: --- docs/drivers/svga3d.rst | 2 +- docs/faq.rst | 2 +- docs/history.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/drivers/svga3d.rst b/docs/drivers/svga3d.rst index b3f159c8d90..04fc564e62a 100644 --- a/docs/drivers/svga3d.rst +++ b/docs/drivers/svga3d.rst @@ -193,7 +193,7 @@ Building the Code :: cd $TOP/mesa - meson builddir --prefix=/usr --libdir=${LIBDIR} -Dgallium-drivers=svga -Ddri-drivers=swrast -Dgallium-xa=true -Ddri3=false + meson builddir --prefix=/usr --libdir=${LIBDIR} -Dgallium-drivers=svga -Dgallium-xa=true -Ddri3=false ninja -C builddir sudo ninja -C builddir install diff --git a/docs/faq.rst b/docs/faq.rst index 201c50fa334..94e80888527 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -200,7 +200,7 @@ and then install with ``sudo ninja install``. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If Mesa can't use its hardware accelerated drivers it falls back on one -of its software renderers. (e.g. classic swrast, Softpipe or LLVMpipe) +of its software renderers. (e.g. Softpipe or LLVMpipe) You can run the ``glxinfo`` program to learn about your OpenGL library. Look for the ``OpenGL vendor`` and ``OpenGL renderer`` values. That will diff --git a/docs/history.rst b/docs/history.rst index 53f6de97117..344a4f00312 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -87,8 +87,8 @@ software driver ("OpenSWR") based on LLVM and developed by Intel. Ongoing: Mesa is the OpenGL implementation for devices designed by Intel, AMD, NVIDIA, Qualcomm, Broadcom, Vivante, plus the VMware and VirGL virtual GPUs. There's also several software-based renderers: -swrast (the legacy Mesa rasterizer), Softpipe (a Gallium reference -driver) and LLVMpipe (LLVM/JIT-based high-speed rasterizer). +Softpipe (a Gallium reference driver) and LLVMpipe (LLVM/JIT-based +high-speed rasterizer). Work continues on the drivers and core Mesa to implement newer versions of the OpenGL, OpenGL ES and Vulkan specifications.