Release notes: https://lists.freedesktop.org/archives/mesa-announce/2025-May/000804.html https://lists.freedesktop.org/archives/mesa-announce/2025-May/000802.html Note: Mesa3d depends on spirv-tools >= 2024.1 https://gitlab.freedesktop.org/mesa/mesa/-/commit/fe8a0d35485c77efdb3c4cb6f176f2b3cbe4c65d which translates to spirv-tools version 1.3.280.0. Note: AMD drivers depend on llvm >= 18: https://gitlab.freedesktop.org/mesa/mesa/-/commit/82047fa82f1bbbbd4f1a9b05c034f79a00d85e31 Removed patch 0001, not needed anymore due to upstream commit https://gitlab.freedesktop.org/mesa/mesa/-/commit/e4eb5e80c316c0af3fff310ca89e1175d81556c1 which removes the libclc headers include. Renumbered remaining patches. Rebased patch 0002 due to upstream commit https://gitlab.freedesktop.org/mesa/mesa/-/commit/6652eb0ec37e3cc3751928cc8180bac0db95f00f which renamed meson_options.txt to meson.options. Panfrost driver depends on llvm: https://gitlab.freedesktop.org/mesa/mesa/-/commit/20970bcd9652ea8727a307ced9b372fad4b89991 and needs the host tool panfrost_compile which is created by the same method as mesa_clc needed by the Iris driver. Refactor the dependencies by introducing a blind option BR2_PACKAGE_MESA3D_NEEDS_PRECOMP_COMPILER which is selected by either the iris or the panfrost driver. vtn_bindgen was replaced by vtn_bindgen2: https://gitlab.freedesktop.org/mesa/mesa/-/commit/6d5375017a516f4281ec0b73748582c56a86057a OSMesa was removed upstream: https://gitlab.freedesktop.org/mesa/mesa/-/commit/027ccd963b1f8f288bef4224aedcddc1557e4f8a Also remove optional osmesa support from mesa3d-demos and wine. Regarding wine please see this discussion: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33836#note_2805850 Configure option shared-glapi was removed upstream: https://gitlab.freedesktop.org/mesa/mesa/-/commit/e5c76088e9e8834aa277777b41604b2463029a09 https://gitlab.freedesktop.org/mesa/mesa/-/commit/fefb1a6fb3cff1b227e835c2f67accd33fb96b2a Removed deprecated and unused configure options gallium-opencl & power8: https://gitlab.freedesktop.org/mesa/mesa/-/commit/a0b457aca6cbe94d555ae75864a47bb6a16318a0 https://gitlab.freedesktop.org/mesa/mesa/-/commit/c4b305079d70790ee9d34a25a2f70759ece96f0d Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Bernd v3: - bump to 25.1.1, rebase on -next branch, added note about impact of osmesa removal on wine] Signed-off-by: El Mehdi YOUNES <elmehdi.younes@smile.fr> [Mehdi v2: - removed 0001-meson-Set-proper-value-for-LIBCLC_INCLUDEDIR.patch from .checkpackageignore. - removed OSMesa from mesa-demos and wine packages.] Signed-off-by: Julien Olivain <ju.o@free.fr>