swrast: Remove the classic swrast DRI driver
authorAdam Jackson <ajax@redhat.com>
Wed, 9 Dec 2020 22:22:04 +0000 (17:22 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 31 Dec 2020 00:15:29 +0000 (00:15 +0000)
commit435de835cd639d1b9bb96f81fc224771dc90af6d
tree798920ff025157120313f7e9f35a2944843560fa
parent38529675ef50e6cdcfe7d481872996053c409b10
swrast: Remove the classic swrast DRI driver

Following up from the classic swrast OSMesa removal in favor of
llvmpipe/softpipe, remove the classic swrast DRI driver.  It's unused by
any distribution -- debian was the last holdout until this week, which had
it enabled instead of softpipe on obscure platforms (non-LLVM and hurd).
Now that debian has switched, remove the driver so nobody can accidentally
enable it again.

Fixes: #325, #324, #322, #321, #319, #318, #317, #315, #313, #311, #310,
       #306, #305, #304, #302, #301, #300, #299, #298, #297, #293, #289

Reviewed-by: Eric Anholt <eric@anholt.net> (commit message rewritten)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8069>
docs/relnotes/new_features.txt
meson.build
meson_options.txt
src/mesa/drivers/dri/meson.build
src/mesa/drivers/dri/swrast/Makefile.sources [deleted file]
src/mesa/drivers/dri/swrast/meson.build [deleted file]
src/mesa/drivers/dri/swrast/swrast.c [deleted file]
src/mesa/drivers/dri/swrast/swrast_priv.h [deleted file]