GNU bug report logs - #56150
[PATCH 0/2][core-updates] gnu: mesa: Update to 22.1.2.

Previous Next

Package: guix-patches;

Reported by: John Kehayias <john.kehayias <at> protonmail.com>

Date: Wed, 22 Jun 2022 15:33:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56150 in the body.
You can then email your comments to 56150 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56150; Package guix-patches. (Wed, 22 Jun 2022 15:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to John Kehayias <john.kehayias <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Jun 2022 15:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH 0/2][core-updates] gnu: mesa: Update to 22.1.2.
Date: Wed, 22 Jun 2022 15:31:52 +0000
Hi Guix,

Incoming are two patches to update Mesa to the latest stable version, 22.1.2 (as of this writing, they move quickly though).

The first patch does the update which needed to drop the configure-flag dri-drivers as those have been dropped from Mesa. They do exist on an alternative branch, but should only be for really old hardware, while there are more current drivers that have been in Mesa for years (the Gallium ones). The configure-flag we had set needed to be dropped for Mesa to build. I could also reenable a test on i686 that was disabled due to it failing with an upstream bug (now closed).

It is hard to parse all the codenames and hardware, but discussion on IRC leads me to believe this is for probably 10+ year old hardware, while some old hardware is supported by newer drivers like the crocus one. Here is one place to see the announcement and related links: https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired

Second patch does a minor clean up to use "auto" where available for gallium-drivers and vulkan-drivers. From parsing the meson build here: https://cgit.freedesktop.org/mesa/mesa/tree/meson.build I tried to make sure that the "auto" setting is available for the listed architecture and that it has at least as many drivers enabled as we had previously. For example, for vulkan-drivers on x86 it also adds the swrast driver. In other cases either "auto" is not listed for the architecture or it has less drivers than what we currently  build. One effect is that the crocus and i915 Gallium drivers are built, which I believe is needed to support some Intel hardware with the dri-drivers dropped.

(I added my copyright line in the second patch, forgot it in the first.)

Note that I tested this builds for x86_64 and i686. I have not tried to run anything with this Mesa nor build on other architectures.

Thanks,
John




Information forwarded to guix-patches <at> gnu.org:
bug#56150; Package guix-patches. (Wed, 22 Jun 2022 15:35:03 GMT) Full text and rfc822 format available.

Message #8 received at 56150 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: "56150 <at> debbugs.gnu.org" <56150 <at> debbugs.gnu.org>
Subject: [PATCH 1/2] gnu: mesa: Update to 22.1.2.
Date: Wed, 22 Jun 2022 15:34:21 +0000
[Message part 1 (text/plain, inline)]
Empty Message
[0001-gnu-mesa-Update-to-22.1.2.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#56150; Package guix-patches. (Wed, 22 Jun 2022 15:35:04 GMT) Full text and rfc822 format available.

Message #11 received at 56150 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: "56150 <at> debbugs.gnu.org" <56150 <at> debbugs.gnu.org>
Subject: [PATCH 2/2] gnu: mesa: Update configure flags.
Date: Wed, 22 Jun 2022 15:34:46 +0000
[Message part 1 (text/plain, inline)]
Empty Message
[0002-gnu-mesa-Update-configure-flags.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#56150; Package guix-patches. (Wed, 22 Jun 2022 15:38:02 GMT) Full text and rfc822 format available.

Message #14 received at 56150 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: "56150 <at> debbugs.gnu.org" <56150 <at> debbugs.gnu.org>
Subject: Re: [PATCH 0/2][core-updates] gnu: mesa: Update to 22.1.2.
Date: Wed, 22 Jun 2022 15:37:16 +0000
I forgot to mention that while I tagged this for core-updates due to the number of rebuilds (and since core-updates should be the next big merge coming?), I wrote and tested this only on master. There one needs the libdrm and wayland-protocols updates from core-updates (just a version bump). I didn't include those changes since they have already been made on core-updates.




Information forwarded to guix-patches <at> gnu.org:
bug#56150; Package guix-patches. (Sat, 02 Jul 2022 01:25:01 GMT) Full text and rfc822 format available.

Message #17 received at 56150 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: John Kehayias <john.kehayias <at> protonmail.com>
Cc: 56150 <at> debbugs.gnu.org
Subject: Re: [bug#56150] [PATCH 0/2][core-updates] gnu: mesa: Update to 22.1.2.
Date: Sat, 02 Jul 2022 03:24:45 +0200
Hi,

I enjoyed a system based on this Mesa for a good week before laptop went 
boom (for, I should add, unrelated reasons).  This enjoyment included 
much VAAPIs, Minetests, and all the good stuff.

For those worried about older hardware, I'll add that said machine is an 
X230T from 2012 with 'Intel HD 4000' graphics (so 3rd generation Intel).

In other words, LGTM,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 06 Jul 2022 11:37:01 GMT) Full text and rfc822 format available.

Notification sent to John Kehayias <john.kehayias <at> protonmail.com>:
bug acknowledged by developer. (Wed, 06 Jul 2022 11:37:01 GMT) Full text and rfc822 format available.

Message #22 received at 56150-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: John Kehayias <john.kehayias <at> protonmail.com>, 56150-done <at> debbugs.gnu.org
Subject: Re: [bug#56150] [PATCH 0/2][core-updates] gnu: mesa: Update to 22.1.2.
Date: Wed, 6 Jul 2022 14:35:55 +0300
[Message part 1 (text/plain, inline)]
Thanks everybody. Patches pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 04 Aug 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.