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


Commits:
f56dfa0f by Juan Ramos at 2023-10-17T11:20:22-06:00
ci: Fix forking workflow regression

- - - - -
89b8b0df by Charles Giessen at 2023-10-17T13:48:39-06:00
Unset env-var in layer tests

Need to unset an env-var in order to allow the vul_tests executable to pass all 
tests.
This is because environment variables leak between tests when not running with 
CTest.

- - - - -
dcfce25b by Charles Giessen at 2023-10-18T18:44:30-06:00
Remove consecutive platform defines

Generated code must macro-guard platform specific code, but did it in a
naive fashion where consecutive guards for the same platform repeated the
macro. With the help of PlatformGuardHelper, the code generation will elide
redundant macro guards.

- - - - -
b7599c21 by Mike Schuchardt at 2023-10-20T14:29:22-07:00
build: Update to header 1.3.269

- Update known-good
- Generate source

- - - - -
5b3147a5 by Daniel Rakos at 2023-10-24T09:11:14+09:00
scripts: Port improved extension filtering code

- - - - -
daeab89b by Mike Schuchardt at 2023-11-10T11:10:25-07:00
build: Update to header 1.3.270

- Update known-good
- Generate source

- - - - -
678ce607 by Juan Ramos at 2023-11-10T14:36:43-07:00
ci: Add clang-format to CI

This also removes the extra .clang-format in the include directory

closes #78

- - - - -
177e2312 by Juan Ramos at 2023-11-10T15:07:18-07:00
Update UPDATE_DEPS

- - - - -
e4ceafdd by kocdemir at 2023-11-17T16:02:17-07:00
Fix default env setting prefix for Android

Vulkan-Profiles layer (and possibly other users of the library) is not working 
correctly on Android, due to multiple point symbols ('.') added for the 
environment variable checks. This CL removes the unnecessary character to fix 
the issue.
- - - - -
228f7487 by Juan Ramos at 2023-11-20T20:41:01-07:00
Simplify integration testing by adding it to ctest

Fixes code duplication and makes running these tests far
more trivial

- - - - -
1fb77ad1 by Mike Schuchardt at 2023-11-27T12:46:40-08:00
build: Update to header 1.3.271

- Update known-good
- Generate source

- - - - -
640fcfeb by Juan Ramos at 2023-11-29T19:28:55-07:00
cmake: Improve packaging

VulkanUtilityLibrariesConfig.cmake will now find VulkanHeaders
for the user.

- - - - -
2feac587 by Mike Schuchardt at 2023-12-02T13:11:22+01:00
build: Update to header 1.3.272

- Update known-good
- Generate source
- Remove vk_layer_settings_ext.h
- Change all usage of VkLayerSettingEXT::count to use the new name
  valueCount from the public header.

- - - - -
0e37b327 by Juan Ramos at 2023-12-07T11:17:46-07:00
Update magic_enum to v0.9.5

- - - - -
4a890510 by Juan Ramos at 2023-12-07T15:39:18-07:00
Minor improvements to VK_EXT_layer_settings documentation

1. Provide link to extension
2. Document the release it's officially available

- - - - -
9d1d2629 by Juan Ramos at 2023-12-07T16:58:10-07:00
ci: Add Windows ARM to CI

- - - - -
b89f4b84 by Mike Schuchardt at 2023-12-08T11:02:28-08:00
build: Update to header 1.3.273

- Update known-good
- Generate source

- - - - -
7acfe4af by dependabot[bot] at 2023-12-11T09:20:51-07:00
build(deps): Bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 
5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <supp...@github.com>
- - - - -
c566e8f5 by Daniel Rakos at 2023-12-11T09:21:24-07:00
build: Make find_package logic more robust

- - - - -
524f8910 by Mike Schuchardt at 2023-12-19T10:13:57-08:00
build: Update to header 1.3.274

- Update known-good
- Generate source

- - - - -
fce11d52 by spencer-lunarg at 2023-12-29T09:23:16-07:00
scripts: Sync base_generator.py

- - - - -
4cfc176e by Mike Schuchardt at 2024-01-05T12:57:53-08:00
build: Update to header 1.3.275

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

- - - - -


13 changed files:

- .github/workflows/ci.yml
- + .github/workflows/format.yml
- BUILD.gn
- CMakeLists.txt
- docs/layer_configuration.md
- include/CMakeLists.txt
- include/vulkan/layer/vk_layer_settings.h
- include/vulkan/layer/vk_layer_settings.hpp
- − include/vulkan/layer/vk_layer_settings_ext.h
- − include/vulkan/utility/.clang-format
- include/vulkan/utility/vk_dispatch_table.h
- include/vulkan/utility/vk_format_utils.h
- include/vulkan/utility/vk_struct_helper.hpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/c9ca4ac620a238a93c65d864f2eaa33954d74509...4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/c9ca4ac620a238a93c65d864f2eaa33954d74509...4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45
You're receiving this email because of your account on salsa.debian.org.


Reply via email to