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


Commits:
0b1eead7 by dependabot[bot] at 2024-01-09T09:41:39-07:00
build(deps): bump github/codeql-action from 3.22.12 to 3.23.0

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.22.12 to 3.23.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/012739e5082ff0c22ca6d6ab32e07c36df03c4a4...e5f05b81d5b6ff8cfa111c80c22c5fd02a384118)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
4c20ea31 by Daniel Rakos at 2024-01-10T10:06:46-07:00
loader: Miscellaneous platform-specific fixes

- - - - -
0b2b7130 by Charles Giessen at 2024-01-14T21:06:53-07:00
Fix lack of pthread linking in ubuntu 20.04

Ubuntu 20.04 saw a regression that caused the pthread library to no longer be
a part of libvulkan.so's linked libraries. This didn't cause the loader 
to fail
to load, rather any library that used pthread functions without linking to 
pthreads
themselves would fail to run, for example the Vulkan-ValidationLayers (VVL).
While it is currently unclear why VVL were trying to link to these symbols, this
would make loading validation layers impossible.

The issue turns out to be this line of CMake
`set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)`. Specifically, that line of
code appearing *before* `find_package(Threads REQUIRED)` causes CMake to 
'find'
CMAKE_HAVE_LIBC_PTHREAD successfully, whereas previously it would fail. Since
this variable indicates that linking to libc is enough to get threading
capabilities, CMake no longer links to pthread.

This commit is an effort to prevent breaking ABI due to changing the link 
library
list in Ubuntu 20.04. It should be noted that in Ubuntu 23.10, the location of
`find_package(Threads)` has no bearing on the value of CMAKE_HAVE_LIBC_PTHREAD.

- - - - -
e7f1b588 by dependabot[bot] at 2024-01-22T18:53:15-07:00
build(deps): bump github/codeql-action from 3.23.0 to 3.23.1

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.23.0 to 3.23.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/e5f05b81d5b6ff8cfa111c80c22c5fd02a384118...0b21cf2492b6b02c465a3e5d7c473717ad7721ba)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
ca4c1e6e by Aitor Camacho at 2024-01-25T10:29:34-07:00
loader: Check apiVersion is not 0 for VUID-VkApplicationInfo-apiVersion

- - - - -
4f0ede9a by Mike Schuchardt at 2024-01-26T07:18:32-07:00
build: Update to header 1.3.276

- Update known-good
- Generate source

- - - - -
90b990e4 by dependabot[bot] at 2024-01-29T12:41:06-07:00
build(deps): bump github/codeql-action from 3.23.1 to 3.23.2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.23.1 to 3.23.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/0b21cf2492b6b02c465a3e5d7c473717ad7721ba...b7bf0a3ed3ecfa44160715d7c442788f65f0f923)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
7eb54b49 by Mateusz Przybylski at 2024-02-01T11:17:37-07:00
Fix memory leak.

If we never find any other device after already_enumerated is recognized, the 
memory allocated in this function will never be freed.

- - - - -
a02a5e76 by Mateusz Przybylski at 2024-02-01T11:17:37-07:00
Fix heap corruption in Windows tests.

- - - - -
af26525d by Mateusz Przybylski at 2024-02-01T11:17:37-07:00
Fix the tests, so it's not adding multiple DXGIAdapters with same LUID

LUID is expected to be unique per D3DKMT_/DXGIAdapter.

- - - - -
7ed0f384 by MrRobbin at 2024-02-01T11:17:49-07:00
fix 
dEQP-VK.api.object_management.multithreaded_per_thread_resources.device_group 
crash

This commit reverts the a4ff6a54e4f06638fa8fb367913818bf9d189bdb, which
will cause this CTS case crash when build the loader with release type.

- - - - -
d4b42874 by Mike Schuchardt at 2024-02-01T11:18:08-07:00
build: Update to header 1.3.277

- Update known-good
- Generate source

- - - - -
1f18caf3 by dependabot[bot] at 2024-02-05T11:46:55-08:00
build(deps): bump github/codeql-action from 3.23.2 to 3.24.0

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.23.2 to 3.24.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/b7bf0a3ed3ecfa44160715d7c442788f65f0f923...e8893c57a1f3a2b659b6b55564fdfdbbd2982911)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
e0d594e0 by Charles Giessen at 2024-02-06T13:39:04-08:00
Remove current directory from DLL searching

By removing the current directory from the search paths for dlls, the
loader is less vulnerable.

- - - - -
aecbb207 by Mike Schuchardt at 2024-02-16T12:19:35-08:00
build: Update to header 1.3.278

- Update known-good
- Generate source

- - - - -
71a1694c by dependabot[bot] at 2024-02-19T17:51:11-06:00
build(deps): bump github/codeql-action from 3.24.0 to 3.24.3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.0 to 3.24.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
d518edfc by dependabot[bot] at 2024-02-26T12:25:52-06:00
build(deps): bump github/codeql-action from 3.24.3 to 3.24.5

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.3 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/379614612a29c9e28f31f39a59013eb8012a51f0...47b3d888fe66b639e431abf22ebca059152f1eea)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
5475f3d1 by Jim Lewis at 2024-02-27T13:16:40-06:00
Add app packages to layers search path

Expand Windows system search path for layers to include AppX/MSIX
packages currently scanned only for ICD manifests.

- - - - -
c1c3a219 by Mike Schuchardt at 2024-03-01T09:26:55-08:00
build: Update to header 1.3.279

- Update known-good
- Generate source

- - - - -
193b2cc3 by dependabot[bot] at 2024-03-05T10:44:05-07:00
build(deps): bump github/codeql-action from 3.24.5 to 3.24.6

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/github/codeql-action/compare/47b3d888fe66b639e431abf22ebca059152f1eea...8a470fddafa5cbb6266ee11b37ef4d8aae19c571)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- - - - -
56e8c47d by Richard S. Wright Jr at 2024-03-05T10:44:46-07:00
apple: Updated framework version contents for appstore validation

- - - - -
61a9c502 by Mike Schuchardt at 2024-03-08T09:20:45-08:00
build: Update to header 1.3.280

- Update known-good
- Generate source

- - - - -
ccda4185 by Timo Aaltonen at 2024-03-27T16:48:20+02:00
Merge tag 'vulkan-sdk-1.3.275.0' into d-u

- - - - -
c4a50f57 by Timo Aaltonen at 2024-03-27T16:48:39+02:00
Merge branch 'debian-unstable' into d-u

- - - - -
429573d4 by Timo Aaltonen at 2024-03-27T16:49:13+02:00
version bump

- - - - -
b17810b6 by Timo Aaltonen at 2024-03-27T16:49:31+02:00
Refresh vulkan-headers to vulkan-sdk-1.3.280.0

- - - - -
955d3bd5 by Timo Aaltonen at 2024-04-15T20:30:12+03:00
control: Migrate to pkgconf.

- - - - -
42d2a00f by Timo Aaltonen at 2024-04-15T20:30:46+03:00
release to sid

- - - - -


30 changed files:

- .github/workflows/codeql.yml
- CMakeLists.txt
- debian/changelog
- debian/control
- docs/LoaderDriverInterface.md
- docs/LoaderLayerInterface.md
- loader/CMakeLists.txt
- loader/loader.c
- loader/loader.rc
- loader/loader_windows.c
- loader/trampoline.c
- loader/vk_loader_platform.h
- scripts/known_good.json
- scripts/qnx/common.mk
- tests/framework/framework_config.h.in
- tests/framework/shim/shim.h
- tests/framework/shim/unix_shim.cpp
- tests/framework/shim/windows_shim.cpp
- tests/framework/test_environment.cpp
- tests/framework/test_util.h
- tests/loader_envvar_tests.cpp
- tests/loader_regression_tests.cpp
- vulkan-headers/.github/workflows/ci.yml
- vulkan-headers/.reuse/dep5
- vulkan-headers/BUILD.gn
- + vulkan-headers/include/vk_video/vulkan_video_codec_av1std.h
- + vulkan-headers/include/vk_video/vulkan_video_codec_av1std_decode.h
- vulkan-headers/include/vulkan/vulkan.cppm
- vulkan-headers/include/vulkan/vulkan.hpp
- vulkan-headers/include/vulkan/vulkan_core.h


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/4e6b967f31f62f223574cc53eae3dc9f7a5650b3...42d2a00f2fabbb8bf38e02bd6faff9199351fabd

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/compare/4e6b967f31f62f223574cc53eae3dc9f7a5650b3...42d2a00f2fabbb8bf38e02bd6faff9199351fabd
You're receiving this email because of your account on salsa.debian.org.


Reply via email to