meson: bump spirv-tools version needed to v2022.1

Since c60a421f0c ("vtn: Add a debug flag to dump SPIR-V
assembly"), we use SPIR-V 1.6, which was added in `spirv-tools 2022.1`.

Fixes: c60a421f0c ("vtn: Add a debug flag to dump SPIR-V assembly")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11802
(cherry picked from commit 95c2496412)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32119>
This commit is contained in:
Eric Engestrom
2024-11-07 13:50:23 +01:00
committed by Dylan Baker
parent 93d5d587f5
commit 7dc84d1c96
2 changed files with 2 additions and 2 deletions

View File

@@ -444,7 +444,7 @@
"description": "meson: bump spirv-tools version needed to v2022.1",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "c60a421f0c2357fe13636f0d51f21e7be25b625e",
"notes": null

View File

@@ -1848,7 +1848,7 @@ endif
dep_spirv_tools = dependency(
'SPIRV-Tools',
required : with_clover_spirv or with_clc,
version : '>= 2018.0'
version : '>= 2022.1'
)
if dep_spirv_tools.found()
pre_args += '-DHAVE_SPIRV_TOOLS'