About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2025-03-26 15:45:48 +0100
committerMarge Bot <emma+marge@anholt.net>2025-03-26 21:44:26 +0000
commita39090921e3efad84e4eb16bc82f2d4519391a82 (patch)
tree0c25e1420bd49c7b8ee63252597a3cd831c81ce1 /meson.options
parent8ee792a381c73fcb96398f2bd65b9528b51767a6 (diff)
meson: drop deprecated `swrast` alias for softpipe+llvmpipe
We accidentally kept it one more release cycle than we meant to ^^' Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34217>
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options
index f775d9e5764..a90f47c9b8e 100644
--- a/meson.options
+++ b/meson.options
@@ -80,7 +80,7 @@ option(
value : ['auto'],
choices : [
'auto', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
- 'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
+ 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
'panfrost', 'iris', 'lima', 'zink', 'd3d12', 'asahi', 'crocus', 'all',
'softpipe', 'llvmpipe',
],