| commit | 74f57d7267d358b31b6646a1e9c847743e79d25a | [log] [tgz] |
|---|---|---|
| author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | Mon Jan 27 11:59:20 2025 +0200 |
| committer | Marge Bot <emma+marge@anholt.net> | Mon Jan 27 13:16:27 2025 +0000 |
| tree | 1cfa2ddd6cb3489c60d236cb892edfe8793c4d1b | |
| parent | cdae225243695c0452f2deeb6941b108b767d704 [diff] |
meson: required SPIRV-Tools LLVM workaround on LLVM17+ Otherwise, compiling some of the shaders in src/intel/shaders, we can hit the following message from our internal CLC glue code : "SPIRV-Tools doesn't contain https://github.com/KhronosGroup/SPIRV-Tools/pull/5534" Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes: db11165c07 ("intel/cl: switch to SPIRV as shader storage") Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33234>