meson: Remove reference to removed SWR driver

Fixes: e2de00876a ("gallium/swr: Remove common code and build options")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23679>
(cherry picked from commit ce467c6b33)
This commit is contained in:
Matt Turner 2023-06-15 11:25:48 -04:00 committed by Eric Engestrom
parent 9f91082b67
commit 5e54b211e3
2 changed files with 2 additions and 2 deletions

View file

@ -1462,7 +1462,7 @@
"description": "meson: Remove reference to removed SWR driver",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "e2de00876a7033b6923f912af8d2b0bbd100e113"
},

View file

@ -1713,7 +1713,7 @@ if with_llvm
elif with_amd_vk and with_aco_tests
error('ACO tests require LLVM, but LLVM is disabled.')
elif with_gallium_radeonsi or with_swrast_vk
error('The following drivers require LLVM: RadeonSI, SWR, Lavapipe. One of these is enabled, but LLVM is disabled.')
error('The following drivers require LLVM: RadeonSI, Lavapipe. One of these is enabled, but LLVM is disabled.')
elif with_gallium_opencl
error('The OpenCL "Clover" state tracker requires LLVM, but LLVM is disabled.')
elif with_clc