diff mbox series

[4/7] mesa: update patch status

Message ID 20250412-mesa-25-fixes-v1-4-791840391271@oss.qualcomm.com
State Under Review
Headers show
Series mesa: small improvements after 25.0 merge | expand

Commit Message

Dmitry Baryshkov April 11, 2025, 10:09 p.m. UTC
Update status of mesa build fix as the patch have been submitted to the
project.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 .../files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 bebe30037abffab676bdd371116c1b9cbd9f9cef..f8af2bafb43333a2746b3bd25c794beec8db066e 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 <dmitry.baryshkov@oss.qualcomm.com>
-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(+)