summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2020-12-09 17:22:04 -0500
committerMarge Bot <eric+marge@anholt.net>2020-12-31 00:15:29 +0000
commit435de835cd639d1b9bb96f81fc224771dc90af6d (patch)
tree798920ff025157120313f7e9f35a2944843560fa /meson_options.txt
parent38529675ef50e6cdcfe7d481872996053c409b10 (diff)
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 22a0ed9c2b1..fc73f6e1c24 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -45,7 +45,7 @@ option(
'dri-drivers',
type : 'array',
value : ['auto'],
- choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau', 'swrast'],
+ choices : ['auto', 'i915', 'i965', 'r100', 'r200', 'nouveau'],
description : 'List of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
)
option(