From: Dmitry Baryshkov Date: Fri, 11 Apr 2025 22:09:13 +0000 (+0300) Subject: mesa: update patch status X-Git-Tag: uninative-4.8~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1857b8b1dd0e36785e57f30c0629accfee3c8f27;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mesa: update patch status Update status of mesa build fix as the patch have been submitted to the project. Signed-off-by: Dmitry Baryshkov Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch b/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch index bebe30037ab..f8af2bafb43 100644 --- a/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch +++ b/meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch @@ -8,7 +8,7 @@ blake3_hash_many_sse41(), most likely because of the different pointer size. Disable SIMD blake implementation if x32 is detected. Signed-off-by: Dmitry Baryshkov -Upstream-Status: Pending [will be submitted upstream after internal clearance] +Upstream-Status: Backport [https://gitlab.freedesktop.org/mesa/mesa/-/commit/b9c6afd3a7c7ac302b47e70b5c745b84cb35f188] --- src/util/blake3/meson.build | 2 ++ 1 file changed, 2 insertions(+)