[Git][xorg-team/lib/libdrm] Pushed new tag libdrm-2.4.117-1

2023-11-02 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag libdrm-2.4.117-1 at X Strike Force / lib / libdrm

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libdrm/-/tree/libdrm-2.4.117-1
You're receiving this email because of your account on salsa.debian.org.




Processing of libdrm_2.4.117-1_source.changes

2023-11-02 Thread Debian FTP Masters
libdrm_2.4.117-1_source.changes uploaded successfully to localhost
along with the files:
  libdrm_2.4.117-1.dsc
  libdrm_2.4.117.orig.tar.xz
  libdrm_2.4.117.orig.tar.xz.asc
  libdrm_2.4.117-1.debian.tar.xz
  libdrm_2.4.117-1_source.buildinfo

Greetings,

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



[Git][xorg-team/lib/mesa][upstream-experimental] 53 commits: .pick_status.json: Update to e64a97694ac9dc97f65e1a8e91a5c9789109fd2c

2023-11-02 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch upstream-experimental at X Strike Force / lib / 
mesa


Commits:
30a1ebe0 by Eric Engestrom at 2023-10-30T15:46:58+00:00
.pick_status.json: Update to e64a97694ac9dc97f65e1a8e91a5c9789109fd2c

- - - - -
a0690566 by Lionel Landwerlin at 2023-10-30T15:47:02+00:00
intel/fs: fix dynamic interpolation mode selection

We can end up in situation where we are dispatched with a multisample
framebuffer but not at per-sample. In this case we would request the
at_sample value with the wrong message configuration.

Relying on the BRW_WM_MSAA_FLAG_MULTISAMPLE_FBO flag superseeds
BRW_WM_MSAA_FLAG_PERSAMPLE_DISPATCH.

Fixes piglit tests :

spec@arb_gpu_shader5@arb_gpu_shader5-interpolateatsample*

With Zink on Anv

Signed-off-by: Lionel Landwerlin 
Fixes: 68027bd38e ("intel/fs: implement dynamic interpolation mode for 
dynamic persample shaders")
Reviewed-by: Emma Anholt 
Part-of: ;
(cherry picked from commit 439b0e86884eba55a4c25add9fe2763af1782b9f)

- - - - -
e886ef76 by Neha Bhende at 2023-10-30T15:47:03+00:00
ntt: lower indirect tesslevels in ntt

Tessellation shader which are using indirect
addressing for tesslevels e.g
  gl_TessLevelOuter[gl_InvocationID] = tessLevelOuter;
are crashing because gl_TessLevelOuter is now a
compact array variable and nir expects a constant
array index into the compact array variable.

This patch handles such cases.

This fixes MR 21940
Fixes: 84006587d7e5 ("glsl: Delete the lower_tess_level pass.")

Tested with glretrace

Reviewed-by: Charmaine Lee 
Reviewed-by: Emma Anholt 
Part-of: ;
(cherry picked from commit 8cfb46e27dfb12acdb1a00f7687a43899d770cca)

- - - - -
aac2d7f1 by Mike Blumenkrantz at 2023-10-30T15:47:04+00:00
zink: don't block large vram allocations

I think this was masking some other problem that has long since been fixed

cc: mesa-stable

Part-of: ;
(cherry picked from commit ac6139ad73f55595cb089d848d080f8e84689c34)

- - - - -
e0b43625 by Lionel Landwerlin at 2023-10-30T15:47:08+00:00
anv/meson: add missing dependency on the interface header

Signed-off-by: Lionel Landwerlin 
Fixes: db335d9b73 ("anv: factor out host/gpu internal shaders 
interfaces")
Reviewed-by: Tapani Pälli 
Part-of: ;
(cherry picked from commit ce5472137fb57348da59c32944e4b126a8ae795c)

- - - - -
e3bef4df by Samuel Pitoiset at 2023-10-30T15:47:09+00:00
ac/gpu_info: remove bogus assertion about number of COMPUTE/SDMA queues

For example, my polaris10 GPU now returns 3 compute queues.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset 
Part-of: ;
(cherry picked from commit 4f8a2253875fdb677beb85c91ecb033cbf231fc7)

- - - - -
c9040f48 by Corentin Noël at 2023-10-30T15:47:10+00:00
mesa/bufferobj: ensure that very large width+offset are always rejected

In the case width+offset is triggering an integer overflow, the checks in place
are not working as the comparison will fail.

Cc: mesa-stable

Reviewed-by: Marek Olšák 
Signed-off-by: Corentin Noël 
Part-of: ;
(cherry picked from commit e95c9b0515b85f65e00d47a152a881cc232a0d92)

- - - - -
c23ba4e8 by Ian Romanick at 2023-10-30T15:47:12+00:00
nir/split_vars: Don't split arrays of cooperative matrix types

glsl_type_is_vector_or_scalar would more accruately be called "can be an
r-value that isn't an array, structure, or matrix. This optimization
pass really shouldn't do anything to cooperative matrices. These
matrices will eventually be lowered to something else (dependent on the
backend), and that thing may (or may not) be handled by this or another
pass.

Fixes: 2d0f4f2c17b ("compiler/types: Add support for Cooperative Matrix 
types")
Reviewed-by: Caio Oliveira 
Part-of: ;
(cherry picked from commit 18d8a96a00a1666fcf202ae89aee6344d295687e)

- - - - -
4a30434a by Sil Vilerino at 2023-10-30T15:47:12+00:00
d3d12: d3d12_video_buffer_create_impl - Fix resource importing

Only align resource dimensions on creation, not when importing existing D3D 
resource object.
Otherwise importing the resource fails since the resource descriptor does not 
match the aligned
dimensions passed in the template.

Fixes: 62fded5e4f8 ("d3d12: Allocate d3d12_video_buffer with higher 
alignment for compatibility")
Part-of: ;
(cherry picked from commit dfb95160266e1be49edc08863c4c760c3f774f9a)

- - - - -
e

[Git][xorg-team/lib/mesa] Pushed new tag mesa-23.3.0-rc2-1

2023-11-02 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag mesa-23.3.0-rc2-1 at X Strike Force / lib / mesa

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




libdrm_2.4.117-1_source.changes ACCEPTED into unstable

2023-11-02 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Nov 2023 15:55:11 +0200
Source: libdrm
Built-For-Profiles: noudeb
Architecture: source
Version: 2.4.117-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 libdrm (2.4.117-1) unstable; urgency=medium
 .
   * New upstream release.
   * symbols: Updated.
   * control, rules: Drop kfreebsd.
Checksums-Sha1:
 ae26189adaf9f51b8ae280d1b25aedfd1af1d682 3202 libdrm_2.4.117-1.dsc
 9c7bc56d4e70d789ff5fcd1239f2ad5aa941051d 475504 libdrm_2.4.117.orig.tar.xz
 85d3482449c8de8c842225ecf2f057fc4d8a3e5c 833 libdrm_2.4.117.orig.tar.xz.asc
 4d3b2abd02ef789ea296a57b6fd6ab3b2d4bc736 60104 libdrm_2.4.117-1.debian.tar.xz
 a09c21b691d0f43e1f06b9c4b52f696cf0086a8a 8514 libdrm_2.4.117-1_source.buildinfo
Checksums-Sha256:
 170557e708b7af81971216b611129a02822cf6667ff9481d62fda61ee29cebe1 3202 
libdrm_2.4.117-1.dsc
 a2888d69e3eb1c8a77adc08a75a60fbae01f0d208d26f034d1a12e362361242b 475504 
libdrm_2.4.117.orig.tar.xz
 2a1b58a087df3761154798ff77863e129a1b38a9ee175896edfd1bfba6f61b72 833 
libdrm_2.4.117.orig.tar.xz.asc
 e5daa064413ac01af592bfee1858836821016f10cff28fa84d94c082af881db6 60104 
libdrm_2.4.117-1.debian.tar.xz
 ee080afbf37911551a70a7a19b290d2aff5795c37d7e7fe314107772e0259d5f 8514 
libdrm_2.4.117-1_source.buildinfo
Files:
 207e0497edd07435cf895acac95669ae 3202 libs optional libdrm_2.4.117-1.dsc
 69b17be6250b2c863411e0c5f6aefd6a 475504 libs optional 
libdrm_2.4.117.orig.tar.xz
 ee1ce236b1c1ea6432094791ad6abaa5 833 libs optional 
libdrm_2.4.117.orig.tar.xz.asc
 cabcc2c749dee92e54d279c705263d1c 60104 libs optional 
libdrm_2.4.117-1.debian.tar.xz
 05e32b6a562650df78cecaa948263847 8514 libs optional 
libdrm_2.4.117-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmVDqnUACgkQy3AxZaiJ
hNxL0RAAgXzW9i5WkErd9d76S0Q1s+QI0/Q7tmAdFrWXlrX0RGoapphYzVvKottG
w26wi0vP9W/3QnuGP9mTjt0jME7xjrquLbY5Qbkj5jBwEjKjBXsNT+eTvybFqb7g
GDYFNxn1z6sB5WoIkDkikgZyLRirugaDEhXr6UEJ2tkvR49tjr8tbyvl4r4QvGKM
AWtqNmAzvS8ZEGJIwjI9ZygMPfmLNbTXy3M6I/U0MufG6QZSWIY0EjToLxfpMXd2
Z7QQ8SFtNT31yxAKXKxMzuNnuW1LnhylmtCL4kbaW9uHgTbEQFmuzi+ve8H9hARt
D151pmtB7OLfFZKjcJWO2y+0DQxUjgapqoAQcnRUiFF8FAz8akc3z1L2IYqRf9kN
3WEMmFsqDSLV+ml4kjy5nPGkcxSh18GG0GtVt2qoKLHIA2POaWiWjWiw1jxqMNXM
b5mMz/4yMrQjhOgtAJ3GXurYXsONt4HdQ6AH2VucBZV+7prjaI2j7SSkq9qG22Go
7e8/W18ceFZTyMW0x5+KaSnDLn5NcwM2L78sHNw4P2IwmCPSyzDaYaTtER1j+rT4
OcRdPPNLbNlTXW9qkcSdd5i4sjUYhGbNKkxuDuMzAVDjO3AteWF+fcX+lx1jDxUT
n34UX1AIVLIrD87R3yXSty2UCgBMWVZuSOb5TSHsOCzFiE0Bejo=
=1JPE
-END PGP SIGNATURE-



[Git][xorg-team/lib/mesa][debian-experimental] 57 commits: .pick_status.json: Update to e64a97694ac9dc97f65e1a8e91a5c9789109fd2c

2023-11-02 Thread Timo Aaltonen (@tjaalton)


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


Commits:
30a1ebe0 by Eric Engestrom at 2023-10-30T15:46:58+00:00
.pick_status.json: Update to e64a97694ac9dc97f65e1a8e91a5c9789109fd2c

- - - - -
a0690566 by Lionel Landwerlin at 2023-10-30T15:47:02+00:00
intel/fs: fix dynamic interpolation mode selection

We can end up in situation where we are dispatched with a multisample
framebuffer but not at per-sample. In this case we would request the
at_sample value with the wrong message configuration.

Relying on the BRW_WM_MSAA_FLAG_MULTISAMPLE_FBO flag superseeds
BRW_WM_MSAA_FLAG_PERSAMPLE_DISPATCH.

Fixes piglit tests :

spec@arb_gpu_shader5@arb_gpu_shader5-interpolateatsample*

With Zink on Anv

Signed-off-by: Lionel Landwerlin 
Fixes: 68027bd38e ("intel/fs: implement dynamic interpolation mode for 
dynamic persample shaders")
Reviewed-by: Emma Anholt 
Part-of: ;
(cherry picked from commit 439b0e86884eba55a4c25add9fe2763af1782b9f)

- - - - -
e886ef76 by Neha Bhende at 2023-10-30T15:47:03+00:00
ntt: lower indirect tesslevels in ntt

Tessellation shader which are using indirect
addressing for tesslevels e.g
  gl_TessLevelOuter[gl_InvocationID] = tessLevelOuter;
are crashing because gl_TessLevelOuter is now a
compact array variable and nir expects a constant
array index into the compact array variable.

This patch handles such cases.

This fixes MR 21940
Fixes: 84006587d7e5 ("glsl: Delete the lower_tess_level pass.")

Tested with glretrace

Reviewed-by: Charmaine Lee 
Reviewed-by: Emma Anholt 
Part-of: ;
(cherry picked from commit 8cfb46e27dfb12acdb1a00f7687a43899d770cca)

- - - - -
aac2d7f1 by Mike Blumenkrantz at 2023-10-30T15:47:04+00:00
zink: don't block large vram allocations

I think this was masking some other problem that has long since been fixed

cc: mesa-stable

Part-of: ;
(cherry picked from commit ac6139ad73f55595cb089d848d080f8e84689c34)

- - - - -
e0b43625 by Lionel Landwerlin at 2023-10-30T15:47:08+00:00
anv/meson: add missing dependency on the interface header

Signed-off-by: Lionel Landwerlin 
Fixes: db335d9b73 ("anv: factor out host/gpu internal shaders 
interfaces")
Reviewed-by: Tapani Pälli 
Part-of: ;
(cherry picked from commit ce5472137fb57348da59c32944e4b126a8ae795c)

- - - - -
e3bef4df by Samuel Pitoiset at 2023-10-30T15:47:09+00:00
ac/gpu_info: remove bogus assertion about number of COMPUTE/SDMA queues

For example, my polaris10 GPU now returns 3 compute queues.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset 
Part-of: ;
(cherry picked from commit 4f8a2253875fdb677beb85c91ecb033cbf231fc7)

- - - - -
c9040f48 by Corentin Noël at 2023-10-30T15:47:10+00:00
mesa/bufferobj: ensure that very large width+offset are always rejected

In the case width+offset is triggering an integer overflow, the checks in place
are not working as the comparison will fail.

Cc: mesa-stable

Reviewed-by: Marek Olšák 
Signed-off-by: Corentin Noël 
Part-of: ;
(cherry picked from commit e95c9b0515b85f65e00d47a152a881cc232a0d92)

- - - - -
c23ba4e8 by Ian Romanick at 2023-10-30T15:47:12+00:00
nir/split_vars: Don't split arrays of cooperative matrix types

glsl_type_is_vector_or_scalar would more accruately be called "can be an
r-value that isn't an array, structure, or matrix. This optimization
pass really shouldn't do anything to cooperative matrices. These
matrices will eventually be lowered to something else (dependent on the
backend), and that thing may (or may not) be handled by this or another
pass.

Fixes: 2d0f4f2c17b ("compiler/types: Add support for Cooperative Matrix 
types")
Reviewed-by: Caio Oliveira 
Part-of: ;
(cherry picked from commit 18d8a96a00a1666fcf202ae89aee6344d295687e)

- - - - -
4a30434a by Sil Vilerino at 2023-10-30T15:47:12+00:00
d3d12: d3d12_video_buffer_create_impl - Fix resource importing

Only align resource dimensions on creation, not when importing existing D3D 
resource object.
Otherwise importing the resource fails since the resource descriptor does not 
match the aligned
dimensions passed in the template.

Fixes: 62fded5e4f8 ("d3d12: Allocate d3d12_video_buffer with higher 
alignment for compatibility")
Part-of: ;
(cherry picked from commit dfb95160266e1be49edc08863c4c760c3f774f9a)

- - - - -
eb6

mesa_23.3.0~rc2-1_source.changes ACCEPTED into experimental

2023-11-02 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Nov 2023 15:59:11 +0200
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 23.3.0~rc2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 mesa (23.3.0~rc2-1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * control, rules: Drop kfreebsd.
Checksums-Sha1:
 c8568773b978eae556742cd060ad705cbb3c4716 5680 mesa_23.3.0~rc2-1.dsc
 c4d2017c05ff6e5b248dc8a2a83c92becd13f61d 31590953 mesa_23.3.0~rc2.orig.tar.gz
 9a65986697442777fbce439d5f42400b8eae8aa9 115014 mesa_23.3.0~rc2-1.diff.gz
 a7f61a07535547dbc973a29c6b752c65d698c109 10286 
mesa_23.3.0~rc2-1_source.buildinfo
Checksums-Sha256:
 5d916427fea5c7dd0bb5b68e323a5e79d41c67580f2f08564f0f870cede7 5680 
mesa_23.3.0~rc2-1.dsc
 af6ae6ccfff6f2569f2a293940b99674a14b17c7bb2c8a73b3eaf3a7aeda0e9d 31590953 
mesa_23.3.0~rc2.orig.tar.gz
 381d4101408ebebb9d6000f98fb4c03363741d5145b834435fac8128248d7caa 115014 
mesa_23.3.0~rc2-1.diff.gz
 d921749799e21e8617b1bab7ae8efee4ddbb8dbe7b152f11afb3c180eef46002 10286 
mesa_23.3.0~rc2-1_source.buildinfo
Files:
 fb3a6ffdc861413293b6fb765c224fc3 5680 graphics optional mesa_23.3.0~rc2-1.dsc
 1d831f9bcd3f748ab51aaf819bb2b333 31590953 graphics optional 
mesa_23.3.0~rc2.orig.tar.gz
 1e46b7ed880f82e6345a558816056058 115014 graphics optional 
mesa_23.3.0~rc2-1.diff.gz
 d0f5846d42483ea33ed34994bbcbcd72 10286 graphics optional 
mesa_23.3.0~rc2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmVDsGIACgkQy3AxZaiJ
hNzznA/9GyErg4wcCh+jMyvFIK77mFXtTHsoFbIaChmNDcBAT8jYb1F09agwpWz7
WVUg3xSrYipLamVbnwSa1S9qp+LPryKUAM2LGDdLkVInrSQUI5Bwk5s7IE4OB0ok
vK+mP885kkeQphi4EoyyL5p/lX5ba9VzIytETdlm0jD0bFoKqTTGHh2SOOwBdE08
qDOWrqyLMBskZ0MzbFbuk7VMVfrcUElgMMsBf3oJZSZYiD6XYh2UJPW7i0j5cMlC
UX0rlivJdBLzISDPd3nbLLv8kiJKGtp+w4TN0SQaxBLvPQZGjjLTQGtWZEUP5Pkv
UUc+FFt9ZC0Dv6M671ImNzsxG5SGiKRCGoisRBjHs7Jas3OIgMzpAQCp4SbESt4c
07AzOtuzr1BCr5zqJqC+1iC4yuAqoAspA0vtdqM1NHqlHNjBtf6UGvSvjxntpq9S
CCvr+9jQ6Aks8QXov5j411F26mdaZzX8V7mby/kiI1ZNYC7B1zoZWL2bONBD6UsM
4ayswggQMip1T3GyE2P74/0guY32wwHa7V5n+tlLOgA3Md2zp55U6GaYvFZXTabm
0tDJKR/2F4QeMGD/bWP4lIJnX5pEk4pXFFzsTNR3bg63KITJusmhnlvdRuxkxzUj
zTMBshqHSWiVlbJLOKxBo23VzPujRhlpnoLLrvtr6/ITfvr/GRo=
=W+9O
-END PGP SIGNATURE-



Processing of mesa_23.3.0~rc2-1_source.changes

2023-11-02 Thread Debian FTP Masters
mesa_23.3.0~rc2-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_23.3.0~rc2-1.dsc
  mesa_23.3.0~rc2.orig.tar.gz
  mesa_23.3.0~rc2-1.diff.gz
  mesa_23.3.0~rc2-1_source.buildinfo

Greetings,

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



Bug#1055243: libinput10: invalid URL in Xorg logs due to incorrect HTTP_DOC_LINK value

2023-11-02 Thread Vincent Lefevre
Package: libinput10
Version: 1.22.1-1
Severity: minor

In my Xorg logs (e.g. Keyb/var/log/Xorg.0.log), I get messages like

[ 10491.518] (EE) event14 - VEN_04F3:00 04F3:311C Touchpad: kernel bug: Touch 
jump detected and discarded.
See 
https://wayland.freedesktop.org/libinput/doc/1.22.1/touchpad-jumping-cursors.html
 for details

But when I want to open this URL for details, I get a 404 error.

It seems that the value of the HTTP_DOC_LINK macro is incorrect:
at https://wayland.freedesktop.org/libinput/doc/ I can see various
directories such as "1.22.0" and "1.23.0", but not the "1.22.1" one.

-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'stable-security'), (900, 
'stable'), (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libinput10 depends on:
ii  libc6 2.36-9+deb12u3
ii  libevdev2 1.13.0+dfsg-1
ii  libinput-bin  1.22.1-1
ii  libmtdev1 1.1.6-1
ii  libudev1  252.17-1~deb12u1
ii  libwacom9 2.6.0-1

libinput10 recommends no packages.

libinput10 suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)