Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 21.3.1.
@ 2021-12-02 21:42 HadetTheUndying
  2021-12-06 20:32 ` HadetTheUndying
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: HadetTheUndying @ 2021-12-02 21:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is a new pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages mesa-21.3.1
https://github.com/void-linux/void-packages/pull/34357

mesa: update to 21.3.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34357.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-21.3.1-34357.patch --]
[-- Type: text/x-diff, Size: 1096 bytes --]

From 486187dfb3672755f9249c43d25d4a9d4d002e69 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Thu, 2 Dec 2021 15:39:08 -0600
Subject: [PATCH] mesa: update to 21.3.1.

---
 srcpkgs/mesa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index eebe1f722e9e..547fd332db62 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.2.6
+version=21.3.1
 revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
@@ -22,7 +22,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=1e7e22d93c6e8859fa044b1121119d26b2e67e4184b92ebb81c66497dc80c954
+checksum=2b0dc2540cb192525741d00f706dbc4586349185dafc65729c7fda0800cc474d
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mesa: update to 21.3.1.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
@ 2021-12-06 20:32 ` HadetTheUndying
  2021-12-18 23:13 ` [PR PATCH] [Updated] " HadetTheUndying
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: HadetTheUndying @ 2021-12-06 20:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/34357#issuecomment-987184708

Comment:
Okay I've now been testing this for going on 5 days. Stable on x86(_64), aarch64(pinephone), and ppc(64(le)). I had a crash on my Pi 3, but I think that's Kernel related.So i updated my initial commit comment.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 21.3.1.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
  2021-12-06 20:32 ` HadetTheUndying
@ 2021-12-18 23:13 ` HadetTheUndying
  2021-12-18 23:33 ` [PR PATCH] [Updated] mesa: update to 21.3.2 HadetTheUndying
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: HadetTheUndying @ 2021-12-18 23:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is an updated pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages mesa-21.3.1
https://github.com/void-linux/void-packages/pull/34357

mesa: update to 21.3.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34357.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-21.3.1-34357.patch --]
[-- Type: text/x-diff, Size: 1096 bytes --]

From 6237e8ae3ec58da2bae94cf6bdd6d7bf35f61b97 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Thu, 2 Dec 2021 15:39:08 -0600
Subject: [PATCH] mesa: update to 21.3.2.

---
 srcpkgs/mesa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index eebe1f722e9e..42bc12fbf877 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.2.6
+version=21.3.2
 revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
@@ -22,7 +22,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=1e7e22d93c6e8859fa044b1121119d26b2e67e4184b92ebb81c66497dc80c954
+checksum=e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
  2021-12-06 20:32 ` HadetTheUndying
  2021-12-18 23:13 ` [PR PATCH] [Updated] " HadetTheUndying
@ 2021-12-18 23:33 ` HadetTheUndying
  2021-12-19 18:27 ` RicArch97
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: HadetTheUndying @ 2021-12-18 23:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is an updated pull request by HadetTheUndying against master on the void-packages repository

https://github.com/HadetTheUndying/void-packages mesa-21.3.1
https://github.com/void-linux/void-packages/pull/34357

mesa: update to 21.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34357.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-21.3.1-34357.patch --]
[-- Type: text/x-diff, Size: 1096 bytes --]

From 00852a7d8eb420781b6efd788ee7eaafea03d8e0 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Thu, 2 Dec 2021 15:39:08 -0600
Subject: [PATCH] mesa: update to 21.3.2.

---
 srcpkgs/mesa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index eebe1f722e9e..42bc12fbf877 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.2.6
+version=21.3.2
 revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
@@ -22,7 +22,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=1e7e22d93c6e8859fa044b1121119d26b2e67e4184b92ebb81c66497dc80c954
+checksum=e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
                   ` (2 preceding siblings ...)
  2021-12-18 23:33 ` [PR PATCH] [Updated] mesa: update to 21.3.2 HadetTheUndying
@ 2021-12-19 18:27 ` RicArch97
  2021-12-19 19:52 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: RicArch97 @ 2021-12-19 18:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New comment by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/pull/34357#issuecomment-997438556

Comment:
This has been open for some time, are there any specific issues that are keeping this from being merged? It's a big release with performance improvements, would be nice to have!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
                   ` (3 preceding siblings ...)
  2021-12-19 18:27 ` RicArch97
@ 2021-12-19 19:52 ` ericonr
  2021-12-19 23:26 ` RicArch97
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-12-19 19:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34357#issuecomment-997450920

Comment:
Not really, just lack of testing from maintainers, I suppose.

Have you tried to run it? Receiving reports from multiple users makes merging such stuff easier.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
                   ` (4 preceding siblings ...)
  2021-12-19 19:52 ` ericonr
@ 2021-12-19 23:26 ` RicArch97
  2021-12-19 23:45 ` HadetTheUndying
  2021-12-20  4:12 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: RicArch97 @ 2021-12-19 23:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

New comment by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/pull/34357#issuecomment-997481927

Comment:
I've built Mesa 21.3.2 from the git tag, installed it system-wide and tested some games (Shadow of the tomb raider and Cyperpunk 2077) and just regular desktop usage (browsing on Firefox + watching a video, and using the GPU accelerated Alacritty), and did not run into issues.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
                   ` (5 preceding siblings ...)
  2021-12-19 23:26 ` RicArch97
@ 2021-12-19 23:45 ` HadetTheUndying
  2021-12-20  4:12 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: HadetTheUndying @ 2021-12-19 23:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/34357#issuecomment-997485344

Comment:
In my opinion this is rea

> Not really, just lack of testing from maintainers, I suppose.
> 
> Have you tried to run it? Receiving reports from multiple users makes merging such stuff easier.

I think this is probably ready for a merge. I tested 21.3.1 for weeks, and 21.3.2 now. I've not noticed any degraded or poor behavior. 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: mesa: update to 21.3.2.
  2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
                   ` (6 preceding siblings ...)
  2021-12-19 23:45 ` HadetTheUndying
@ 2021-12-20  4:12 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-12-20  4:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

There's a merged pull request on the void-packages repository

mesa: update to 21.3.2.
https://github.com/void-linux/void-packages/pull/34357

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-20  4:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 21:42 [PR PATCH] mesa: update to 21.3.1 HadetTheUndying
2021-12-06 20:32 ` HadetTheUndying
2021-12-18 23:13 ` [PR PATCH] [Updated] " HadetTheUndying
2021-12-18 23:33 ` [PR PATCH] [Updated] mesa: update to 21.3.2 HadetTheUndying
2021-12-19 18:27 ` RicArch97
2021-12-19 19:52 ` ericonr
2021-12-19 23:26 ` RicArch97
2021-12-19 23:45 ` HadetTheUndying
2021-12-20  4:12 ` [PR PATCH] [Merged]: " ericonr

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).