summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-04-12 01:09:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-16 17:41:30 +0100
commitfbaf2c7d75e17edf88b47dacb0b4584234877b19 (patch)
tree9a55a8bae9b8557faf0f4abb8eb1c59fbdd988c4
parentc9207bfabbdf610e3261e3b174a9935e7901bc53 (diff)
downloadpoky-fbaf2c7d75e17edf88b47dacb0b4584234877b19.tar.gz
mesa: update patch status
Update status of mesa build fix as the patch have been submitted to the project. (From OE-Core rev: 1857b8b1dd0e36785e57f30c0629accfee3c8f27) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/mesa/files/0001-meson-disable-SIMD-blake-optimisations-on-x32-host.patch2
1 files changed, 1 insertions, 1 deletions
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 bebe30037a..f8af2bafb4 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
8size. Disable SIMD blake implementation if x32 is detected. 8size. Disable SIMD blake implementation if x32 is detected.
9 9
10Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> 10Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
11Upstream-Status: Pending [will be submitted upstream after internal clearance] 11Upstream-Status: Backport [https://gitlab.freedesktop.org/mesa/mesa/-/commit/b9c6afd3a7c7ac302b47e70b5c745b84cb35f188]
12--- 12---
13 src/util/blake3/meson.build | 2 ++ 13 src/util/blake3/meson.build | 2 ++
14 1 file changed, 2 insertions(+) 14 1 file changed, 2 insertions(+)