[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] 73 commits: test: Fix framework to work on MacOS

2021-09-07 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
f4054d56 by Charles Giessen at 2021-06-22T12:03:05-06:00
test: Fix framework to work on MacOS

Main issue was getting function redireciton to work, dyld-interposer 
accomplishes that.
It required making the shim-library a dylib, but otherwise only required minor 
changes.

Change-Id: I7b7e2c86cc0c0b082f58241a7e146b74af72e792

- - - - -
f16c6ab1 by Charles Giessen at 2021-06-22T12:03:05-06:00
ci: Enable regression tests on MacOS

Change-Id: I85b08bfd2914e03840a027240470e2596415f4dc

- - - - -
008212c3 by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Add revamped allocation tests

Creates a memory tracker class and rewrites the existing allocation tests.

Change-Id: I09ca2dc5b4d83f775ae0e3fd362a3fa4f7255d27

- - - - -
6e352029 by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Update googlestest to 1.10.0

- - - - -
e3fd8bde by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Delete old temp folders when starting tests/framework/test_util

Make sure the work space is clean before starting a test, this is mainly for 
developer builds, as CI
runs will generally wipe the entire build tree instead.

- - - - -
840f63c4 by xantares at 2021-06-24T10:36:34-06:00
Loader shared lib: back to default cmake prefix

but it changed the import lib name (libvulkan.dll.a instead of 
libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what 
#595 wants, (prior to #523), but without the broken behavior

cc @Biswa96

- - - - -
cb11f9b6 by Bob Ellison at 2021-06-29T17:27:16-06:00
copyrights: updated copyrights on MIT files

During SDK testing we identified that the runtime copyrights
were out-of-date.  The loader runtime includes two separate
MIT copyrights, each attributed to a pair of source files,
one initiated by Dave Gamble and one by joseph werle.

I examined these files to discover that the last LunarG change to
three out of the four was actually in 2017, not 2016.  This
date should be attributed to Khronos, Valve, and LunarG.

By updating the copyright notice in these files, we ensure that
the license registry remains up-to-date.

Note that no real content changed (which is why the copyrights are not
being updated to 2021).

- - - - -
873040b7 by Charles Giessen at 2021-06-29T18:36:52-06:00
docs: Add info on DXGI adapters in Windows ICD Discovery

- - - - -
b70cf11a by Mike Schuchardt at 2021-06-30T15:37:42-06:00
build: Update to header 1.2.183

- Update known-good
- Generate source (no change)

Change-Id: I059e6c2d8430228b4f20cadb83929b220efa5d0d

- - - - -
0a1a346b by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Remove Allocation tests from old test suite

loader_alloc_callback_tests.cpp now contain all of the removed tests.

Change-Id: Ia99df3a8f86d40f0d5e89a62b7b0a5f9bebafb7c

- - - - -
5097a3d4 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Rename regressions test cases

>From RegressionTests.CreateInstanceExampleTestCase
To CreateInstance.ExampleTestCase

Change-Id: Ibd74541f93edbcaccb3daa9016dcacf8ecccfa78

- - - - -
8074954f by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Remove some redundant tests in old test suite

Change-Id: Icc84b25bb092e15e054433651112e86b30726e52

- - - - -
436222fd by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Drop fp_ from function pointer names

Change-Id: Ibd047e99f442d4a9755ac186e16b3620d3544e37

- - - - -
77f74505 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Use a new `string_eq` function instead of raw strcmp

Change-Id: I703763133c42eb78ae3c6e194450411e3f784e35

- - - - -
0a8af1ba by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Update Framework Readme.md

Change-Id: Iaf3740b046b3f6457c337988c573a73f068ff1a3

- - - - -
ba70a411 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Use MACRO=1 in TestICD for definition style

This replaces instances of `#ifdef MACRO_NAME` with `#if MACRO_NAME` as now
MACRO_NAME will have a value of 0 or 1, instead of it being defined or not
defined.

Change-Id: I27a4330511a0f0d779f41851fe816fc79e868de2

- - - - -
9cd092f7 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Flesh out TestLayer to include relevant exports

Functions needed in the various layer interface versions are now
exported as well as guarded behind macros configurable from CMake.
The export_definitions folder was populated as well.

Change-Id: Iebfdd8ae02062eb81b8aa9f705885c9384c95be9

- - - - -
3adb0474 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Add Enumeration Function stubs to TestLayer

Change-Id: I68b3597877fed803f4284e7e67f19ce4e3e2fe53

- - - - -
17bc7b4c by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Fix TestLayer exports on windows

* `get_instance_func` needed to have __stdcall (VKAPI_ATTR) added
* Several .def files were incorrect
* vk_layer.h forward declares vkNegotiateLoaderLayerInterfaceVersion. This is
p

[Git][xorg-team/vulkan/vulkan-loader] Pushed new tag vulkan-loader-1.2.189.0-1

2021-09-07 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag vulkan-loader-1.2.189.0-1 at X Strike Force / 
vulkan / vulkan-loader

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




[Git][xorg-team/vulkan/vulkan-loader][upstream-unstable] 69 commits: test: Fix framework to work on MacOS

2021-09-07 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
f4054d56 by Charles Giessen at 2021-06-22T12:03:05-06:00
test: Fix framework to work on MacOS

Main issue was getting function redireciton to work, dyld-interposer 
accomplishes that.
It required making the shim-library a dylib, but otherwise only required minor 
changes.

Change-Id: I7b7e2c86cc0c0b082f58241a7e146b74af72e792

- - - - -
f16c6ab1 by Charles Giessen at 2021-06-22T12:03:05-06:00
ci: Enable regression tests on MacOS

Change-Id: I85b08bfd2914e03840a027240470e2596415f4dc

- - - - -
008212c3 by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Add revamped allocation tests

Creates a memory tracker class and rewrites the existing allocation tests.

Change-Id: I09ca2dc5b4d83f775ae0e3fd362a3fa4f7255d27

- - - - -
6e352029 by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Update googlestest to 1.10.0

- - - - -
e3fd8bde by Charles Giessen at 2021-06-23T15:15:56-06:00
test: Delete old temp folders when starting tests/framework/test_util

Make sure the work space is clean before starting a test, this is mainly for 
developer builds, as CI
runs will generally wipe the entire build tree instead.

- - - - -
840f63c4 by xantares at 2021-06-24T10:36:34-06:00
Loader shared lib: back to default cmake prefix

but it changed the import lib name (libvulkan.dll.a instead of 
libvulkan-1.dll.a) which in turns breaks cmake detection in FindVulkan
now we go back to using the default cmake prefix which is equivalent to what 
#595 wants, (prior to #523), but without the broken behavior

cc @Biswa96

- - - - -
cb11f9b6 by Bob Ellison at 2021-06-29T17:27:16-06:00
copyrights: updated copyrights on MIT files

During SDK testing we identified that the runtime copyrights
were out-of-date.  The loader runtime includes two separate
MIT copyrights, each attributed to a pair of source files,
one initiated by Dave Gamble and one by joseph werle.

I examined these files to discover that the last LunarG change to
three out of the four was actually in 2017, not 2016.  This
date should be attributed to Khronos, Valve, and LunarG.

By updating the copyright notice in these files, we ensure that
the license registry remains up-to-date.

Note that no real content changed (which is why the copyrights are not
being updated to 2021).

- - - - -
873040b7 by Charles Giessen at 2021-06-29T18:36:52-06:00
docs: Add info on DXGI adapters in Windows ICD Discovery

- - - - -
b70cf11a by Mike Schuchardt at 2021-06-30T15:37:42-06:00
build: Update to header 1.2.183

- Update known-good
- Generate source (no change)

Change-Id: I059e6c2d8430228b4f20cadb83929b220efa5d0d

- - - - -
0a1a346b by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Remove Allocation tests from old test suite

loader_alloc_callback_tests.cpp now contain all of the removed tests.

Change-Id: Ia99df3a8f86d40f0d5e89a62b7b0a5f9bebafb7c

- - - - -
5097a3d4 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Rename regressions test cases

>From RegressionTests.CreateInstanceExampleTestCase
To CreateInstance.ExampleTestCase

Change-Id: Ibd74541f93edbcaccb3daa9016dcacf8ecccfa78

- - - - -
8074954f by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Remove some redundant tests in old test suite

Change-Id: Icc84b25bb092e15e054433651112e86b30726e52

- - - - -
436222fd by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Drop fp_ from function pointer names

Change-Id: Ibd047e99f442d4a9755ac186e16b3620d3544e37

- - - - -
77f74505 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Use a new `string_eq` function instead of raw strcmp

Change-Id: I703763133c42eb78ae3c6e194450411e3f784e35

- - - - -
0a8af1ba by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Update Framework Readme.md

Change-Id: Iaf3740b046b3f6457c337988c573a73f068ff1a3

- - - - -
ba70a411 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Use MACRO=1 in TestICD for definition style

This replaces instances of `#ifdef MACRO_NAME` with `#if MACRO_NAME` as now
MACRO_NAME will have a value of 0 or 1, instead of it being defined or not
defined.

Change-Id: I27a4330511a0f0d779f41851fe816fc79e868de2

- - - - -
9cd092f7 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Flesh out TestLayer to include relevant exports

Functions needed in the various layer interface versions are now
exported as well as guarded behind macros configurable from CMake.
The export_definitions folder was populated as well.

Change-Id: Iebfdd8ae02062eb81b8aa9f705885c9384c95be9

- - - - -
3adb0474 by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Add Enumeration Function stubs to TestLayer

Change-Id: I68b3597877fed803f4284e7e67f19ce4e3e2fe53

- - - - -
17bc7b4c by Charles Giessen at 2021-07-06T10:03:29-06:00
test: Fix TestLayer exports on windows

* `get_instance_func` needed to have __stdcall (VKAPI_ATTR) added
* Several .def files were incorrect
* vk_layer.h forward declares vkNegotiateLoaderLayerInterfaceVersion. This is

Processing of vulkan-loader_1.2.189.0-1_source.changes

2021-09-07 Thread Debian FTP Masters
vulkan-loader_1.2.189.0-1_source.changes uploaded successfully to localhost
along with the files:
  vulkan-loader_1.2.189.0-1.dsc
  vulkan-loader_1.2.189.0.orig.tar.xz
  vulkan-loader_1.2.189.0-1.debian.tar.xz
  vulkan-loader_1.2.189.0-1_source.buildinfo

Greetings,

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



vulkan-loader_1.2.189.0-1_source.changes ACCEPTED into unstable

2021-09-07 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Sep 2021 13:40:34 +0300
Source: vulkan-loader
Built-For-Profiles: noudeb
Architecture: source
Version: 1.2.189.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 vulkan-loader (1.2.189.0-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 28c2e25d2aa1f45d8bc1435ef83bf7a58dc6f5ab 2252 vulkan-loader_1.2.189.0-1.dsc
 dc82fc05a03b860d2788afd97d923a6e54bf9a31 2110628 
vulkan-loader_1.2.189.0.orig.tar.xz
 62d6a46f3bb67f052bfe7da6dd4c41b626a27fb4 8440 
vulkan-loader_1.2.189.0-1.debian.tar.xz
 2ea434de9dc5f4083f7e14efbc547b9274509a46 8567 
vulkan-loader_1.2.189.0-1_source.buildinfo
Checksums-Sha256:
 43a39fffab7e6cf4651fad622e3c5a930c9b8ae8663125871d169a722b744dd0 2252 
vulkan-loader_1.2.189.0-1.dsc
 a6dd07b47b4f3963f927f72cf6dfe3d6e526478a238730d8fa0c229d4ef86120 2110628 
vulkan-loader_1.2.189.0.orig.tar.xz
 7ee8d57b49585c65e87158d36c76b7421ac0752f8a83ecaf5adabf6c17f6eb4d 8440 
vulkan-loader_1.2.189.0-1.debian.tar.xz
 a4e90a6f3728ee76f6e3a4ada3ab8b2898475dc464b1ea106f231999a595ceb2 8567 
vulkan-loader_1.2.189.0-1_source.buildinfo
Files:
 5aeefbaa978c2d9a24128daaa0f1abba 2252 libs optional 
vulkan-loader_1.2.189.0-1.dsc
 75bc9308be3e41660fcd3c992cf4 2110628 libs optional 
vulkan-loader_1.2.189.0.orig.tar.xz
 6bd10a66e21646c66750c389189f68e6 8440 libs optional 
vulkan-loader_1.2.189.0-1.debian.tar.xz
 b294299330dc6271e38ff29047e8126b 8567 libs optional 
vulkan-loader_1.2.189.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmE3QbYACgkQy3AxZaiJ
hNzIUA//RjS3dsLOG0A8OIL/WqzykHbMdnkS7t1nCSLS9+YdFnSbqjFhKqHVJXpb
qduvgVnYivkJTLmZsV1KI1IAYbWVle0lbU+va5GgjF/80H0R289QFVzeqeVxwwqk
4XARg+ojUkhXDd8VpGbW0mkMSwy0KqV81bbEMJ8B88oY6r01Je/dWK01nEDzHC0C
KN13X76Ub9Vk0YeWcvJUSZAxJYYiMC26bnOBGOl8ncRIgmuTjME180gXIkLDtwrx
Kzn7/m3QTegOOAbEC3zeeJjrIPhaCUGwjTYhqHEKamVRhTW0rP5Zic13CElXVhSP
My91zquGqeou9aB9ZEuURxEhZIwduqBxuiw0wSUr1XlK5NXB582K4YetPbmj4If6
b5EPAVAuxRehsT6cvDhkb/0JLd4nlsk2jfQ7JUv/vEAb2DmQUKJp7DQFlZQmYFbN
MlzX+0A8p9hwFO/pgeR2po73djwuLEogZbDRE21cNcvphug/QeMLsjGmwbPwLxDJ
4gJ0iIX/nvzzEeE6/rA/6LZUnWadBrrII9bmBWP/op3ctbbhZ+aUkZTpuoaybHOi
eaE+CcBxOKeG6gJfOjCpt0aZ9o9f1xgA+Bx5gAyhchNPDPCOTeYbBc2JAq2P1w9k
EAoJFMg7hkGFs9Qkk3U2nX0yZtts6BwimXFY9BxbCSgJqXZQQz8=
=Ns++
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



[Git][xorg-team/vulkan/vulkan-loader] Pushed new branch debian/bullseye-backports

2021-09-07 Thread @daissi


Dylan Aïssi pushed new branch debian/bullseye-backports at X Strike Force / 
vulkan / vulkan-loader

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/tree/debian/bullseye-backports
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-loader][debian/bullseye-backports] Rebuild for bullseye-backports

2021-09-07 Thread @daissi


Dylan Aïssi pushed to branch debian/bullseye-backports at X Strike Force / 
vulkan / vulkan-loader


Commits:
a0ab739f by Dylan Aïssi at 2021-09-07T13:31:01+02:00
Rebuild for bullseye-backports

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+vulkan-loader (1.2.182.0-2~bpo11+1) bullseye-backports; urgency=medium
+
+  * Rebuild for bullseye-backports.
+
+ -- Dylan Aïssi   Tue, 07 Sep 2021 13:29:39 +0200
+
 vulkan-loader (1.2.182.0-2) unstable; urgency=medium
 
   * Upload to unstable.



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/a0ab739fb999b9c38b1d0e0f30b1ccdb78589541

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/commit/a0ab739fb999b9c38b1d0e0f30b1ccdb78589541
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-loader] Pushed new tag debian/1.2.182.0-2_bpo11+1

2021-09-07 Thread @daissi


Dylan Aïssi pushed new tag debian/1.2.182.0-2_bpo11+1 at X Strike Force / 
vulkan / vulkan-loader

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/tree/debian/1.2.182.0-2_bpo11+1
You're receiving this email because of your account on salsa.debian.org.




Processing of vulkan-loader_1.2.182.0-2~bpo11+1_amd64.changes

2021-09-07 Thread Debian FTP Masters
vulkan-loader_1.2.182.0-2~bpo11+1_amd64.changes uploaded successfully to 
localhost
along with the files:
  vulkan-loader_1.2.182.0-2~bpo11+1.dsc
  vulkan-loader_1.2.182.0.orig.tar.xz
  vulkan-loader_1.2.182.0-2~bpo11+1.debian.tar.xz
  libvulkan-dev_1.2.182.0-2~bpo11+1_amd64.deb
  libvulkan1-dbgsym_1.2.182.0-2~bpo11+1_amd64.deb
  libvulkan1_1.2.182.0-2~bpo11+1_amd64.deb
  vulkan-loader_1.2.182.0-2~bpo11+1_amd64.buildinfo

Greetings,

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



vulkan-loader_1.2.182.0-2~bpo11+1_amd64.changes is NEW

2021-09-07 Thread Debian FTP Masters
binary:libvulkan-dev is NEW.
binary:libvulkan1 is NEW.
binary:libvulkan-dev is NEW.
binary:libvulkan1 is NEW.
source:vulkan-loader is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports



[Git][xorg-team/vulkan/vulkan-loader] Pushed new tag vulkan-loader-1.2.189.0-2

2021-09-07 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag vulkan-loader-1.2.189.0-2 at X Strike Force / 
vulkan / vulkan-loader

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/tree/vulkan-loader-1.2.189.0-2
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] 2 commits: fix-ftbfs.diff: Fix a typo in a test.

2021-09-07 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
31a2f906 by Timo Aaltonen at 2021-09-07T15:32:47+03:00
fix-ftbfs.diff: Fix a typo in a test.

- - - - -
3a140554 by Timo Aaltonen at 2021-09-07T15:32:56+03:00
release to sid

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-ftbfs.diff
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+vulkan-loader (1.2.189.0-2) unstable; urgency=medium
+
+  * fix-ftbfs.diff: Fix a typo in a test.
+
+ -- Timo Aaltonen   Tue, 07 Sep 2021 15:32:49 +0300
+
 vulkan-loader (1.2.189.0-1) unstable; urgency=medium
 
   * New upstream release.


=
debian/patches/fix-ftbfs.diff
=
@@ -0,0 +1,13 @@
+diff --git a/tests/loader_regression_tests.cpp 
b/tests/loader_regression_tests.cpp
+index 2d8f2e177..eb63a1114 100644
+--- a/tests/loader_regression_tests.cpp
 b/tests/loader_regression_tests.cpp
+@@ -499,7 +499,7 @@ TEST(TryLoadWrongBinaries, WrongICD) {
+ #if defined(__linux__)
+ #if defined(__x86_64__)
+ ASSERT_TRUE(log.find("wrong ELF class: ELFCLASS32"));
+-#elif
++#else
+ ASSERT_TRUE(log.find("wrong ELF class: ELFCLASS64"));
+ #endif
+ #endif


=
debian/patches/series
=
@@ -1 +1,2 @@
 #placeholder
+fix-ftbfs.diff



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/e9f298574d7835dc9b19286422785baa9e3ccf50...3a140554c99dee2414c4c33619ded80fd37ad821

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/e9f298574d7835dc9b19286422785baa9e3ccf50...3a140554c99dee2414c4c33619ded80fd37ad821
You're receiving this email because of your account on salsa.debian.org.




Processing of vulkan-loader_1.2.189.0-2_source.changes

2021-09-07 Thread Debian FTP Masters
vulkan-loader_1.2.189.0-2_source.changes uploaded successfully to localhost
along with the files:
  vulkan-loader_1.2.189.0-2.dsc
  vulkan-loader_1.2.189.0-2.debian.tar.xz
  vulkan-loader_1.2.189.0-2_source.buildinfo

Greetings,

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



vulkan-loader_1.2.189.0-2_source.changes ACCEPTED into unstable

2021-09-07 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 Sep 2021 15:32:49 +0300
Source: vulkan-loader
Built-For-Profiles: noudeb
Architecture: source
Version: 1.2.189.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 vulkan-loader (1.2.189.0-2) unstable; urgency=medium
 .
   * fix-ftbfs.diff: Fix a typo in a test.
Checksums-Sha1:
 ff5c63307fb96b275271e2ae77f29c15727243c2 2252 vulkan-loader_1.2.189.0-2.dsc
 f9f7e94f6b1bfa73a8478190a6b0e5cfeff66f3f 8692 
vulkan-loader_1.2.189.0-2.debian.tar.xz
 6818872826d30ff1962bf7081fa0e8aa042fcebe 8567 
vulkan-loader_1.2.189.0-2_source.buildinfo
Checksums-Sha256:
 7967d30e10e38706074ae3bc28a2da4c9e57d43adf4c8659ccfe16899fc71da6 2252 
vulkan-loader_1.2.189.0-2.dsc
 199ebb0257cdef5fe111f51056d6be31900e5d4c2eac180285e6359a78012acc 8692 
vulkan-loader_1.2.189.0-2.debian.tar.xz
 32a67f05a46917625d7877f1fc9dabc91ee68f1abe421eaf53388cc26b548a35 8567 
vulkan-loader_1.2.189.0-2_source.buildinfo
Files:
 9b67fef9246dea95c75d9152f0e6ff99 2252 libs optional 
vulkan-loader_1.2.189.0-2.dsc
 fe88c3b91a21a5c363bc85092b2ac78b 8692 libs optional 
vulkan-loader_1.2.189.0-2.debian.tar.xz
 57b05f77718c3e8afdaf77ef2f78d91e 8567 libs optional 
vulkan-loader_1.2.189.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmE3XCkACgkQy3AxZaiJ
hNzlXg/9H7EF1R0ZMTgMIWHrxEtnVW+VMdyg/B4KVWXgzKUFfJrLnlNtpqcnA6fH
UQEHTqr+jK+rC6vyhRYYDLMHKBZiXbFejA2QpKlpDY+O0uZ9+cGBZ8Pyw4+FVoXJ
OTYjFuIfMBiPkGtkRsh+ZIQ5aPXbaTRb6RqQxhzEOg7F0KCLI2EMu69Ml37M2LMj
rYLDGz9ElxhSwDuJa1JDuK6r6TPpYs/9vgh67LdRw+MTgxadmTcudbRQY9mS6g66
7unP0I1Ital78gYhIoXxolCnVrEI9EOGxz70x/Z4LOIm7dEGW5JwRVaLSg3jgi/1
HTy8BeT9ErYhpCCrKxIGSYWXqDgst7difkQhAWXyRUriLwDoJSTNUtTMiu1y1lJw
/M/7aHYMVATIPrUERWurSy27xfSHkLtpfMHsUbPSJjrgA1e0KEUm8tIEJI2zc0xG
dw7Qy10AFz84jwJM2XGpUNwqIo5vGzlBYWYN2Wpynu3ljqJ+16HCBFPhcgeHkQP+
wueDQuMTSR+cK0HjO4rnD05KsT16KMV9IS769zfxdlSJuM/BIkz4JCJyNRbrzLwV
bZiRQCNaBCtE33nrPT11Bz6SBGhXzbkf0vlJ88YJnxUFiOu+C5ANoQYRg16PHEQA
WB0RdscXLPsdx/O7UZ2iFIK77GhIsO6vfksNjLRQZjv9PHQvYKE=
=S2RH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



[Git][xorg-team/lib/mesa][debian-unstable] control: Add riscv64 to mesa-opencl-icd archs. (LP: #1942764)

2021-09-07 Thread Timo Aaltonen (@tjaalton)


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


Commits:
ccc8b576 by Timo Aaltonen at 2021-09-08T08:50:53+03:00
control: Add riscv64 to mesa-opencl-icd archs. (LP: #1942764)

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+mesa (21.2.1-3) UNRELEASED; urgency=medium
+
+  * control: Add riscv64 to mesa-opencl-icd archs. (LP: #1942764)
+
+ -- Timo Aaltonen   Wed, 08 Sep 2021 08:50:42 +0300
+
 mesa (21.2.1-2) unstable; urgency=medium
 
   [ Adrian Bunk ]


=
debian/control
=
@@ -413,7 +413,7 @@ Description: Mesa Vulkan graphics drivers
 
 Package: mesa-opencl-icd
 Section: libs
-Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 
ppc64el s390x sparc64
+Architecture: amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 
ppc64el riscv64 s390x sparc64
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
  libclc-12,



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/ccc8b576487909165cb7f73b7070c2ba56b86969

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