[Git][xorg-team/lib/mesa] Pushed new tag mesa-22.2.0-rc3-2

2022-09-20 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag mesa-22.2.0-rc3-2 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-22.2.0-rc3-2
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/lib/mesa][debian-unstable] 2 commits: nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff: Fix a regression on...

2022-09-20 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
2604dc3b by Timo Aaltonen at 2022-09-20T13:25:57+03:00
nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff: Fix a regression on 
nouveau. (Closes: #1017499)

- - - - -
a905e5e4 by Timo Aaltonen at 2022-09-20T13:26:07+03:00
release to sid

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+mesa (22.2.0~rc3-2) unstable; urgency=medium
+
+  * nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff: Fix a
+regression on nouveau. (Closes: #1017499)
+
+ -- Timo Aaltonen   Tue, 20 Sep 2022 13:25:59 +0300
+
 mesa (22.2.0~rc3-1) unstable; urgency=medium
 
   * New upstream release candidate.


=
debian/patches/nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff
=
@@ -0,0 +1,41 @@
+From b23b94fbc9201368398823ccdc633cf1fa60127c Mon Sep 17 00:00:00 2001
+From: Karol Herbst 
+Date: Thu, 1 Sep 2022 21:45:20 +0200
+Subject: [PATCH] nv50/ir: fix OP_UNION resolving when used for vector values
+
+When an OP_UNION def takes part in a vector source e.g. for a tex
+instruction we failed to clean up the OP_UNION instruction as rep() points
+towards the coalesced value instead.
+
+This fixes a regression on nv50 moving to NIR, but also potentially issues
+with nvc0.
+
+The main reason this is common in nv50 is, that we lower OP_SLCT to a set,
+predicated movs and a union.
+
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6406
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7117
+Cc: mesa-stable
+Signed-off-by: Karol Herbst 
+Reviewed-by: M Henning 
+Part-of: 
+---
+ src/nouveau/codegen/nv50_ir_peephole.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/nouveau/codegen/nv50_ir_peephole.cpp 
b/src/nouveau/codegen/nv50_ir_peephole.cpp
+index 4e2b3e6f52c..9088e614f7e 100644
+--- a/src/nouveau/codegen/nv50_ir_peephole.cpp
 b/src/nouveau/codegen/nv50_ir_peephole.cpp
+@@ -53,7 +53,7 @@ Instruction::isNop() const
+   if (!getDef(0)->equals(getSrc(0)))
+  return false;
+   if (op == OP_UNION)
+- if (!def(0).rep()->equals(getSrc(1)))
++ if (!getDef(0)->equals(getSrc(1)))
+ return false;
+   return true;
+}
+-- 
+2.37.2
+


=
debian/patches/series
=
@@ -1,3 +1,4 @@
 07_gallium-fix-build-failure-on-powerpcspe.diff
 path_max.diff
 src_glx_dri_common.h.diff
+nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/8f729c0b2241a529350bfcf58599ec7d8eb57341...a905e5e4425437b8a2a8cfba1768925de66caa84

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/compare/8f729c0b2241a529350bfcf58599ec7d8eb57341...a905e5e4425437b8a2a8cfba1768925de66caa84
You're receiving this email because of your account on salsa.debian.org.




Processing of mesa_22.2.0~rc3-2_source.changes

2022-09-20 Thread Debian FTP Masters
mesa_22.2.0~rc3-2_source.changes uploaded successfully to localhost
along with the files:
  mesa_22.2.0~rc3-2.dsc
  mesa_22.2.0~rc3-2.diff.gz
  mesa_22.2.0~rc3-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1017499: marked as done (mesa: Updates to 22.2 RCs cause artifacts on nouveau and blank screen on VirtIO)

2022-09-20 Thread Debian Bug Tracking System
Your message dated Tue, 20 Sep 2022 11:57:59 +
with message-id 
and subject line Bug#1017499: fixed in mesa 22.2.0~rc3-2
has caused the Debian Bug report #1017499,
regarding mesa: Updates to 22.2 RCs cause artifacts on nouveau and blank screen 
on VirtIO
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1017499: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa
Version: 22.2.0~rc1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear Maintainer,

After updating to mesa 22.2.0~rc1-1 on my 2008 Dell Precision laptop
with a Quadro FX 1700M GPU, I began experiencing artifacts [1] as soon
as lightdm started, and they still remained after launching Xfce [2].
I also updated my Debian virtual machine in UTM on macOS, which uses
VirtIO graphics, and LightDM is just completely black there except for
a cursor.

After updating to 22.2.0~rc2-1, the nouveau laptop's artifacts were
limited to only foreground objects, such as the login box of lightdm
[3] or the menu and panel of Xfce [4]. The virtual machine stayed the
same.

- --
Ben Westover

[1] https://i.ibb.co/mcw7phd/IMG-20220816-231123.jpg
[2] https://i.ibb.co/QpRZMwV/IMG-20220816-231401.jpg
[3] https://i.ibb.co/y5F1dsJ/IMG-20220816-233627.jpg
[4] https://i.ibb.co/7z3X5sy/IMG-20220816-233611.jpg

- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.18.0-4-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEOGnacqRhdU6eNmtFwxHF9U6JtpgFAmL8ZzkACgkQwxHF9U6J
tphg4A/9Fv5e8+V6K2BAXqeoJQPI+JPRWEqe4dW7XnEkvZAWPDw9t6SG9bJYZMwK
axwxL+Iobj90WyxGtsUbAjXjFbNJJ0gPorgA/0d83KpPzLwJEDgk1yZKs/vraO64
secD1BBQ04X07NEhZoTzNKbqrUCJUmgZk7R21OfAzTBXdYmMk7CAa4WVoVSgYNcu
VP0+GsvmQhETgidDFa4QfrzT4bKEzWo/Vcp3jXWM6u+ovrVtYKvbovE9/M3kRMyJ
0PEZfMYxkq54ggIdT4dEbh7wYN1eGvfubodQ6pDyk+lxaZ00dVZdBcmGhH3RQGLz
AClLDr7ZQ+dXz6/HZgd1KXx1PEteI7Cx58yUbJkDcGXS9ddbwfXDLdJYZ9rFYWet
CMFuBILn15FxzpjObNjQANzc8xzFAUwMGjq5g0HcAByTslvDipkZtz1Gc5lRyygs
ixH8WKWh6dJv54n8KMppjLsr9miJq5Azf82x2AlD5A2Z4xN1zAkagjeijZVZGJwn
t8gy2TwK0GsJET2M/hlLRD/1qbPpB4BrUJJIqSTMuNOPUQyRvu0MlcQv8rVYmXCi
E9I6o8nG/4k/MeSh/YFXdk49iet1w1fbwQ2GaIvA8FdS/kd7AEQD5p1rW4hcIbBQ
ogaKc+2IP2ZHjsr1i5oH7eaE3GgYLRR8Ym5oKKh8Z4fh5oiMiCM=
=DQZd
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 22.2.0~rc3-2
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Sep 2022 13:25:59 +0300
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 22.2.0~rc3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1017499
Changes:
 mesa (22.2.0~rc3-2) unstable; urgency=medium
 .
   * nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff: Fix a
 regression on nouveau. (Closes: #1017499)
Checksums-Sha1:
 c28e0e8413079da287c415b05b385a78ee804008 5414 mesa_22.2.0~rc3-2.dsc
 889455f8227c23e29f13331949b80a265cc76cb5 118096 mesa_22.2.0~rc3-2.diff.gz
 de82fef6232a6849c9a29ae7507b57fe47b054bf 10092 
mesa_22.2.0~rc3-2_source.buildinfo
Checksums-Sha256:
 c961c07d0b37f04282d5bdd6bbc455b3053ff5378285d0cc067beeba39213bdf 5414 
mesa_22.2.0~rc3-2.dsc
 1f9db7212e87fe7ebaf0b7109af630c372f1a54b773116a1a46fb30939866585 118096 
mesa_22.2.0~rc3-2.diff.gz
 6c43f19271a150fa4c090675f54ad9b73e4e7f3c364198448acf2c958e9bbd2b 10092 
mesa_22.2.0~rc3-2_source.buildinfo
Files:
 3324d1654d5f29b41e6ad2f53179e43f 5414 graphics optional mesa_22.2.0~rc3-2.dsc
 ebfdbc1e1c7ced2c518912ece794e7c8 118096 graphics optional 
mesa_22

mesa_22.2.0~rc3-2_source.changes ACCEPTED into unstable

2022-09-20 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Sep 2022 13:25:59 +0300
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 22.2.0~rc3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1017499
Changes:
 mesa (22.2.0~rc3-2) unstable; urgency=medium
 .
   * nv50-ir-fix-OP_UNION-resolving-when-used-for-vector.diff: Fix a
 regression on nouveau. (Closes: #1017499)
Checksums-Sha1:
 c28e0e8413079da287c415b05b385a78ee804008 5414 mesa_22.2.0~rc3-2.dsc
 889455f8227c23e29f13331949b80a265cc76cb5 118096 mesa_22.2.0~rc3-2.diff.gz
 de82fef6232a6849c9a29ae7507b57fe47b054bf 10092 
mesa_22.2.0~rc3-2_source.buildinfo
Checksums-Sha256:
 c961c07d0b37f04282d5bdd6bbc455b3053ff5378285d0cc067beeba39213bdf 5414 
mesa_22.2.0~rc3-2.dsc
 1f9db7212e87fe7ebaf0b7109af630c372f1a54b773116a1a46fb30939866585 118096 
mesa_22.2.0~rc3-2.diff.gz
 6c43f19271a150fa4c090675f54ad9b73e4e7f3c364198448acf2c958e9bbd2b 10092 
mesa_22.2.0~rc3-2_source.buildinfo
Files:
 3324d1654d5f29b41e6ad2f53179e43f 5414 graphics optional mesa_22.2.0~rc3-2.dsc
 ebfdbc1e1c7ced2c518912ece794e7c8 118096 graphics optional 
mesa_22.2.0~rc3-2.diff.gz
 31b74e579857528e6b3c44bf541470b4 10092 graphics optional 
mesa_22.2.0~rc3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmMplUcACgkQy3AxZaiJ
hNwwhw//bXHtUVwMqVGZWSk9a5vCQdIOwy8Tg8csMfche+ZD0VoTp6f7YOutmzQP
GP7FskkJkUCmnNgzfSnrKXHuc2G3rj1Od3ofQpf3l3MsXk3DtYzE4gl0NApXLEYA
OyHieOVeCA1FPkJlJ78OW1kY/qRjSYa26zZFSwYR4YYeiNDlRmnpUU7vUCS89nMf
J957EF+GyaHJbHsZPPxlsaS0OVARECCggZRJBB9038VLGOaA1MnquI/1py2z+Z3T
LQMhjwfuXTeAozjPPCmqNy9xzB1CzW1pPlp/8dihZLkT5vDzjee9S9+b4pO2jNDK
6TgdTan/h7I+gI8L5MpPiOEpaYO2g7/Z+fL7KqZ7+acUeNUzAQlXxPKOpXVqL0BI
vrWxDxg5A8DB2gfXTvTvodBXeQM485gwMQcAp8ui6o/o9dC+VvLJxXVWSW8U9voz
5m5K6zJ/ciYSMmnSBv8YdRbILLcPTD5RjeeTcSdsre3NT2LdO5E2VvD8TWtRhxKp
hvjfh/bQuqzXmxth/akItRjO3CwnC+i4lhsKBxMstMEqYdg6teUFoGfcrMuUGNAA
Vzl9u2PXIVo1DjU6i7VvikFiS934AxFogIXrKj7C9QgZcw/uYoqeBb7NOOQ1nLiX
GkgwgmMrxpbizxNJ1mvnmWuKnc02WT8LXspoP3OXfLjII1i94v8=
=UWYn
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1020386: mesa: FTBFS on x32

2022-09-20 Thread Laurent Bigonville
Source: mesa
Version: 21.0.0-1
Severity: important
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hello,

mesa currently FTBFS on x32, with the following errors:

dh_install -a
dh_install: warning: Cannot find (any matches for) 
"usr/share/drirc.d/00-radv-defaults.conf" (tried in ., debian/tmp)

dh_install: warning: mesa-vulkan-drivers missing files: 
usr/share/drirc.d/00-radv-defaults.conf
dh_install: error: missing files, aborting
make[1]: *** [debian/rules:228: override_dh_install] Error 25

That's probably happening because the amd vulkan driver is not built

Kind regards,
Laurent Bigonville


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy



Bug#1020391: mesa: Updates to 22.2 RCs cause blank screen on some VirtIO graphics

2022-09-20 Thread Ben Westover
Source: mesa
X-Debbugs-Cc: m...@benthetechguy.net
Version: 22.2.0~rc1-1
Severity: important

Dear Maintainer,

After updating to mesa 22.2.0~rc1-1 on my UTM virtual machine on macOS
(which uses VirtIO graphics), LightDM and anything else using Mesa is
just completely black except for a cursor. This is still present in the
latest version. The default graphics option of UTM is virtio-ramfb-gl,
which is GPU accelerated; I tested virtio-ramfb, and it doesn't have
this issue, though it's not ideal as I can't resize the window and it's
not GPU accelerated. I tested all of the *-gl accelerated graphics
options, and they all have this issue. I also tested a normal
virt-manager VM on Linux, and it doesn't have this issue.

--
Ben Westover

P.S. Also reported in #1017499, but turned out to be a separate issue.

-- System Information:
Debian Release: bookworm/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
Architecture: arm64 (aarch64)

Kernel: Linux 5.19.0-1-arm64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


OpenPGP_signature
Description: PGP signature