[packages/Mesa] remove panfrost-shareable-res patch (no longer needed with qt6 >= 6.11.1)

atler atler at pld-linux.org
Thu May 14 14:03:50 CEST 2026


commit 15e52d3bd97411508342c252b731f06df6640438
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu May 14 14:03:02 2026 +0200

    remove panfrost-shareable-res patch (no longer needed with qt6 >= 6.11.1)

 Mesa.spec                    |  4 ----
 panfrost-shareable-res.patch | 11 -----------
 2 files changed, 15 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index b884663..5b9bfd7 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -108,7 +108,6 @@ Source5:	https://crates.io/api/v1/crates/paste/%{paste_crate_ver}/download?/past
 # Source5-md5:	1781b204ec7b6b1ef9232d429e6a973a
 Source6:	https://crates.io/api/v1/crates/rustc-hash/%{rustc_hash_crate_ver}/download?/rustc-hash-%{rustc_hash_crate_ver}.tar.gz
 # Source6-md5:	9f5da5d4deefacf77ae9ca3cbe5c7c6a
-Patch0:		panfrost-shareable-res.patch
 URL:		https://www.mesa3d.org/
 %if %{with gallium_rusticl}
 BuildRequires:	SPIRV-LLVM-Translator-devel >= 15.0.0.0
@@ -847,9 +846,6 @@ Sterownik Vulkan dla kart VirtIO.
 
 %prep
 %setup -q -n mesa-%{version}
-%ifarch %{arm} aarch64
-%patch -P0 -p1
-%endif
 
 install -d subprojects/packagecache
 cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} subprojects/packagecache
diff --git a/panfrost-shareable-res.patch b/panfrost-shareable-res.patch
deleted file mode 100644
index d58384e..0000000
--- a/panfrost-shareable-res.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mesa-25.1.9/src/gallium/drivers/panfrost/pan_resource.c.orig	2025-08-27 18:58:02.000000000 +0200
-+++ mesa-25.1.9/src/gallium/drivers/panfrost/pan_resource.c	2025-11-22 22:34:49.604439615 +0100
-@@ -875,7 +875,7 @@
-       uint32_t flags = PAN_BO_DELAY_MMAP;
- 
-       /* If the resource is never exported, we can make the BO private. */
--      if (template->bind & PIPE_BIND_SHARED)
-+      //if (template->bind & PIPE_BIND_SHARED)
-          flags |= PAN_BO_SHAREABLE;
- 
-       char *res_label =
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/15e52d3bd97411508342c252b731f06df6640438



More information about the pld-cvs-commit mailing list