From: Richard Purdie Date: Thu, 30 Jul 2026 05:24:30 +0000 (+0000) Subject: mesa: upgrade 26.1.5 -> 26.1.6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb1bb66b79daffed5e4cc9293dada97a63335f83;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: upgrade 26.1.5 -> 26.1.6 Mesa 26.1.6 Release Notes / 2026-07-29 Bug fixes - Ambient occlusion is broken in The Chronicles of Riddick - Assault on Dark Athena - Blockland crashes when shader quality turned up - Doom Eternal - Page Fault - somewhat reproducable. (RX9070) - Horizon Forbidden West misrendred lighting effects on BMG - Regression. VTK polydata. gl_PrimitiveID requires explicit geometry shader with versions 25.3.6 and later. - [ANV][PTL] - Horizon: Forbidden West regression in shader quirk - [VAOn12] Thread safety issues - [amdgpu] Little Inferno rendering issues starting with Mesa 21.1 - [radeonsi] eglinfo ‘libEGL warning: failed to get driver name for fd -1’ - anv: bottom-of-pipe timestamp latched before vkCmdDispatch completes (Arc B390 / Panther Lake, Mesa 26.1.4), breaking wgpu compute-pass timings - anv: cooperative matrix loads from shared memory return the wrong tile on Arc B390 (Xe3/PTL), matmul results are wrong - radeonsi/VCN: AV1/HEVC encode reports a coded size larger than the coded buffer, client segfaults reading the mapped buffer - radv: acceleration structure update (refit) of AABB geometry loses intersection candidates (NAVI32, Mesa 26.1.4) - segfault v3d raspberry Pi5 h265 hw decoding / regression mesa 26.1.3/26.1.4 - vulkan/runtime: GetPipelineBinaryDataKHR incorrectly assumes `pPipelineBinaryDataSize` must be 0 initialized Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch index e976b3399f..9aa598b2cf 100644 --- a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch +++ b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch @@ -1,4 +1,4 @@ -From 4ef7487109f9acfa2baf1a2224da31a0ae0c74c6 Mon Sep 17 00:00:00 2001 +From 266f7047df67d500223b66f7eb9d8779be4f4ad1 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 10 Dec 2025 02:27:16 +0200 Subject: [PATCH] freedreno: don't encode build path into binaries @@ -25,7 +25,7 @@ Signed-off-by: Quentin Schulz 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build -index a4bfd33..330b646 100644 +index e8f01b8..8144a75 100644 --- a/src/freedreno/meson.build +++ b/src/freedreno/meson.build @@ -4,9 +4,10 @@ diff --git a/meta/recipes-graphics/mesa/files/0001-gallivm-Fix-armhf-build-against-LLVM-22.patch b/meta/recipes-graphics/mesa/files/0001-gallivm-Fix-armhf-build-against-LLVM-22.patch index 065dd373a7..32fac20d94 100644 --- a/meta/recipes-graphics/mesa/files/0001-gallivm-Fix-armhf-build-against-LLVM-22.patch +++ b/meta/recipes-graphics/mesa/files/0001-gallivm-Fix-armhf-build-against-LLVM-22.patch @@ -1,4 +1,4 @@ -From 2a40c481affef4df729d794daf378ed2e0184895 Mon Sep 17 00:00:00 2001 +From 8db6e909c3a540d31a73b79a0792e927cc2c6e83 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sun, 1 Mar 2026 18:14:09 +0100 Subject: [PATCH] gallivm: Fix armhf build against LLVM 22 @@ -13,7 +13,7 @@ Signed-off-by: Jose Quaresma 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -index d3ad342..c95d86e 100644 +index ce8ca02..86779f0 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -331,7 +331,7 @@ lp_build_fill_mattrs(std::vector &MAttrs) diff --git a/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch b/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch index b039ac213e..5d90bb2319 100644 --- a/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch +++ b/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch @@ -1,4 +1,4 @@ -From 8943b38a0c14b220e3e173c038c87ce9a697c173 Mon Sep 17 00:00:00 2001 +From 1217bf10e7c79f8e7f716fae8f7ac2f2211c35d2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Jan 2020 15:23:47 -0800 Subject: [PATCH] meson misdetects 64bit atomics on mips/clang diff --git a/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-fix-GCC-10-case-label-declara.patch b/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-fix-GCC-10-case-label-declara.patch index b8b8718979..8fb73d978f 100644 --- a/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-fix-GCC-10-case-label-declara.patch +++ b/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-fix-GCC-10-case-label-declara.patch @@ -1,4 +1,4 @@ -From 0b4b577b7fc926d374234c80267a4bf9dcccb7ef Mon Sep 17 00:00:00 2001 +From e41dee25f266d434e39af66e216a945f0085533b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 16 Jun 2026 09:12:34 +0000 Subject: [PATCH] src/intel/compiler/jay: fix GCC 10 case label declaration @@ -37,6 +37,3 @@ index 62b9576..a0a9498 100644 case JAY_OPCODE_DESWIZZLE_EVEN: brw_set_default_exec_size(p, BRW_EXECUTE_16); --- -2.43.0 - diff --git a/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-jay_ir.h-do-not-used-typed-en.patch b/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-jay_ir.h-do-not-used-typed-en.patch index 904b20d440..2513b0324b 100644 --- a/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-jay_ir.h-do-not-used-typed-en.patch +++ b/meta/recipes-graphics/mesa/files/0001-src-intel-compiler-jay-jay_ir.h-do-not-used-typed-en.patch @@ -1,4 +1,4 @@ -From 3adae0d97f655c2991d5b428a3bc95a972e6228b Mon Sep 17 00:00:00 2001 +From 43090e97a7c586a682eb845442191236f3963242 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 14 Jun 2026 17:42:19 +0200 Subject: [PATCH] src/intel/compiler/jay/jay_ir.h: do not used typed enum @@ -34,6 +34,3 @@ index 8307044..abf175a 100644 enum jay_conditional_mod conditional_mod; jay_def cond_flag; /**< conditional flag */ --- -2.47.3 - diff --git a/meta/recipes-graphics/mesa/files/0001-src-util-u_math.c-do-not-use-arm-fpu-instructions-if.patch b/meta/recipes-graphics/mesa/files/0001-src-util-u_math.c-do-not-use-arm-fpu-instructions-if.patch index be79e29e42..55c9c6e1d0 100644 --- a/meta/recipes-graphics/mesa/files/0001-src-util-u_math.c-do-not-use-arm-fpu-instructions-if.patch +++ b/meta/recipes-graphics/mesa/files/0001-src-util-u_math.c-do-not-use-arm-fpu-instructions-if.patch @@ -1,4 +1,4 @@ -From 013717829278f02b0815d80a423e05e4bd567ae3 Mon Sep 17 00:00:00 2001 +From 2e41d846e6da26e73418d31b782f6b65eca48c45 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 1 Jul 2026 22:48:15 +0200 Subject: [PATCH] src/util/u_math.c: do not use arm fpu instructions if fpu is @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/u_math.c b/src/util/u_math.c -index 337baa9..9ad03bf 100644 +index 722eac7..8bcfefa 100644 --- a/src/util/u_math.c +++ b/src/util/u_math.c -@@ -86,7 +86,7 @@ util_fpstate_get(void) +@@ -90,7 +90,7 @@ util_fpstate_get(void) if (util_get_cpu_caps()->has_neon) { #ifdef HAVE___BUILTIN_ARM_GET_FPSCR fpstate = __builtin_arm_get_fpscr(); @@ -23,7 +23,7 @@ index 337baa9..9ad03bf 100644 __asm__ volatile("vmrs %0, fpscr" : "=r"(fpstate)); #endif } -@@ -151,7 +151,7 @@ util_fpstate_set(unsigned fpstate) +@@ -157,7 +157,7 @@ util_fpstate_set(unsigned fpstate) if (util_get_cpu_caps()->has_neon) { #ifdef HAVE___BUILTIN_ARM_SET_FPSCR __builtin_arm_set_fpscr(fpstate); diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 15d56c804d..cbf67e50ce 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -23,8 +23,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0001-src-util-u_math.c-do-not-use-arm-fpu-instructions-if.patch \ " -SRC_URI[sha256sum] = "79e421c7ce18cd9e790b8375920325779f10798630bf30e0b22f1a21c8617122" -PV = "26.1.5" +SRC_URI[sha256sum] = "5296b88a0f1e012e2cb9ada150a2bbadf728ca81e5a4fb2ab43c83a4d2158606" +PV = "26.1.6" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)"