* [PR PATCH] mesa: update to 24.3.2.
@ 2024-12-20 19:15 SpidFightFR
2024-12-22 8:35 ` EnumuratedDev
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: SpidFightFR @ 2024-12-20 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 838 bytes --]
There is a new pull request by SpidFightFR against master on the void-packages repository
https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/53601
mesa: update to 24.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x64-MuslC
- aarch64-glibc (crossbuild)
To everyone having issues with the 24.3 branch (c.f: #53434), may you try this release and tell me if the issues got resolved ?
A patch file from https://github.com/void-linux/void-packages/pull/53601.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-mesa-53601.patch --]
[-- Type: text/x-diff, Size: 1527 bytes --]
From 31cdb1945dc5051f74c91ef4b604e6e2656f9bec Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 20 Dec 2024 20:12:14 +0100
Subject: [PATCH] mesa: update to 24.3.2.
---
srcpkgs/mesa/template | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 85f030b489fc8c..e53b81f659a820 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,13 +1,12 @@
# Template file for 'mesa'
pkgname=mesa
-reverts="24.3.1_1"
-version=24.2.8
-revision=2
+version=24.3.2
+revision=1
build_style=meson
_llvmver=19
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
- -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
+ -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri
-Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
-Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
@@ -25,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=999d0a854f43864fc098266aaf25600ce7961318a1e2e358bff94a7f53580e30
+checksum=ad9f5f3a6d2169e4786254ee6eb5062f746d11b826739291205d360f1f3ff716
build_helper="qemu"
build_options="wayland"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mesa: update to 24.3.2.
2024-12-20 19:15 [PR PATCH] mesa: update to 24.3.2 SpidFightFR
@ 2024-12-22 8:35 ` EnumuratedDev
2024-12-22 10:37 ` SpidFightFR
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: EnumuratedDev @ 2024-12-22 8:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 245 bytes --]
New comment by EnumuratedDev on void-packages repository
https://github.com/void-linux/void-packages/pull/53601#issuecomment-2558377699
Comment:
Seems to have fixed the issues on Polaris GPUs (Tested on an x86-64 glibc install with an rx 580)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mesa: update to 24.3.2.
2024-12-20 19:15 [PR PATCH] mesa: update to 24.3.2 SpidFightFR
2024-12-22 8:35 ` EnumuratedDev
@ 2024-12-22 10:37 ` SpidFightFR
2024-12-29 9:46 ` hvraven
2025-02-10 23:49 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: SpidFightFR @ 2024-12-22 10:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/53601#issuecomment-2558409900
Comment:
@classabbyamp hey. Hope you're doing well.
What should we do?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mesa: update to 24.3.2.
2024-12-20 19:15 [PR PATCH] mesa: update to 24.3.2 SpidFightFR
2024-12-22 8:35 ` EnumuratedDev
2024-12-22 10:37 ` SpidFightFR
@ 2024-12-29 9:46 ` hvraven
2025-02-10 23:49 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: hvraven @ 2024-12-29 9:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
New comment by hvraven on void-packages repository
https://github.com/void-linux/void-packages/pull/53601#issuecomment-2564669275
Comment:
Fixes the problems in #53434 for me. Tested with a RX 480 on x86-64 glibc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: mesa: update to 24.3.2.
2024-12-20 19:15 [PR PATCH] mesa: update to 24.3.2 SpidFightFR
` (2 preceding siblings ...)
2024-12-29 9:46 ` hvraven
@ 2025-02-10 23:49 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-10 23:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There's a closed pull request on the void-packages repository
mesa: update to 24.3.2.
https://github.com/void-linux/void-packages/pull/53601
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x64-MuslC
- aarch64-glibc (crossbuild)
To everyone having issues with the 24.3 branch (c.f: #53434), may you try this release and tell me if the issues got resolved ?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-10 23:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-20 19:15 [PR PATCH] mesa: update to 24.3.2 SpidFightFR
2024-12-22 8:35 ` EnumuratedDev
2024-12-22 10:37 ` SpidFightFR
2024-12-29 9:46 ` hvraven
2025-02-10 23:49 ` [PR PATCH] [Closed]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).