Commit graph

184 commits

Author SHA1 Message Date
Mike Schuchardt
5f26cf65a1 build: Update to header 1.3.290 2024-07-12 12:50:11 -07:00
dependabot[bot]
d13c1ee715 build(deps): Bump fsfe/reuse-action from 3 to 4
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 3 to 4.
- [Release notes](https://github.com/fsfe/reuse-action/releases)
- [Commits](https://github.com/fsfe/reuse-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: fsfe/reuse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 10:57:33 -05:00
Mike Schuchardt
df78ee39d2 build: Update to header 1.3.289 2024-06-28 10:58:44 -07:00
Charles Giessen
144ce1b3c1 Better declare GetObjectType()'s lack of 32 bit support
Create a new default specialization for 32 bit which indicates to the
user that the GetObjectType() helper does not work in 32 bit builds.
2024-06-27 11:01:38 -05:00
Charles Giessen
ef99ad5203 Update .gitignore 2024-06-27 11:01:38 -05:00
Daniel Rakos
60fe7d0c15 build: Do not specialize source tree for API variants 2024-06-24 14:56:15 -05:00
Mike Schuchardt
1b07de9a3a build: Update to header 1.3.288 2024-06-14 12:48:26 -07:00
Jeremy Gebben
07759f0479 safe_struct: Make FreePnextChain() non-recursive 2024-06-10 10:50:44 -06:00
Mike Schuchardt
741921e408 build: Update to header 1.3.287 2024-06-07 10:21:50 -06:00
Mike Schuchardt
252879e895 build: Update to header 1.3.286 2024-06-04 09:08:32 +01:00
dependabot[bot]
6bc92daa12 build(deps): Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 08:29:33 +01:00
spencer-lunarg
8bc338928b safestruct: Fix null pRasterizationState 2024-05-25 07:26:01 +01:00
dependabot[bot]
f6c5453106 build(deps): Bump jidicula/clang-format-action from 4.11.0 to 4.12.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.11.0...v4.12.0)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 15:57:21 -06:00
spencer-lunarg
810074ebb6 safestruct: Fix pMultisampleState 2024-05-16 13:07:54 +09:00
Mike Schuchardt
777358fdad build: Update to header 1.3.285 2024-05-13 10:58:09 -07:00
Mike Schuchardt
358a107a6f build: Update to header 1.3.284 2024-05-08 08:37:41 -07:00
spencer-lunarg
ad7f699a7b scripts: Fix logic for ignoring pipe state 2024-04-30 17:09:51 +09:00
spencer-lunarg
68780d9b8c scripts: Fix Pipeline dynamic rasterization discard logic 2024-04-29 09:55:02 +09:00
spencer-lunarg
8d8986262d safestruct: Remove safe_VkDescriptorDataEXT 2024-04-25 15:17:01 +09:00
lauren n. liberda
bbd4b7752f iwyu: missing #include <memory> for std::unique_ptr 2024-04-25 15:16:51 +09:00
Spencer Fricke
d5ada53a10 github: Use newer version of Python for MacOS Arm 2024-04-25 15:12:28 +09:00
ziga-lunarg
d0ffc68fe7 Revert "safestruct: Remove safe_VkDescriptorDataEXT"
This reverts commit 1135918c96.
2024-04-21 06:04:38 +09:00
Mike Schuchardt
6e6a4e05bf build: Update to header 1.3.283 2024-04-19 09:18:52 -07:00
Mike Schuchardt
d0670f9ff0 build: Update to header 1.3.282 2024-04-16 13:13:28 -07:00
Alex Rønne Petersen
a78460f66b Fix update_deps.py script to handle Windows Arm64. 2024-04-15 15:50:39 -06:00
Aaron Ruby
72696f2782 safestruct: Add QNX platform types to abstract_types list 2024-04-11 16:57:41 -05:00
spencer-lunarg
1135918c96 safestruct: Remove safe_VkDescriptorDataEXT 2024-04-11 00:28:48 +09:00
spencer-lunarg
1defcd3208 scripts: Update generate_source.py to take mulitple targets 2024-04-10 09:58:27 -05:00
Jeremy Gebben
0519e66f42 utils: Add custom containers from vvl 2024-04-04 10:13:47 -06:00
Jeremy Gebben
cdd0e00cff Move vk_safe_struct to VUL
This code was being generated in both Vulkan-ValidationLayers
and Vulkan-ExtensionLayer. Further uses are on the horizon so
lets stop the copypasta.

Also, add functions to manipulate extension lists and pNext chains,
since many client layers have been doing that themselves.
2024-03-28 11:11:35 -06:00
Jeremy Gebben
d90f5c7eb1 scripts: Make gn.py use check_call
Just like VVL, it was using subprocess.call(), which ignores
errors.
2024-03-26 17:59:44 -05:00
Mike Schuchardt
4befdac21a build: Update to header 1.3.281 2024-03-22 16:22:25 -07:00
Mike Schuchardt
a4140c5fd4 build: Update to header 1.3.280
- Update known-good
- Generate source
2024-03-08 09:20:58 -08:00
dependabot[bot]
ddf2f1a3b0 build(deps): Bump fsfe/reuse-action from 2 to 3
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2 to 3.
- [Release notes](https://github.com/fsfe/reuse-action/releases)
- [Commits](https://github.com/fsfe/reuse-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: fsfe/reuse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 09:16:27 -07:00
Mike Schuchardt
a6697121b5 build: Update to header 1.3.279
- Update known-good
- Generate source
2024-03-01 09:25:05 -08:00
Mike Schuchardt
1b8b60bf7f build: Update to header 1.3.278
- Update known-good
- Generate source
2024-02-16 11:52:39 -08:00
Mike Schuchardt
86de0a0a9d build: Update to header 1.3.277
- Update known-good
- Generate source
2024-02-01 11:18:46 -07:00
Mike Schuchardt
b6f52799ec build: Update to header 1.3.276
- Update known-good
- Generate source
2024-01-26 07:19:26 -07:00
spencer-lunarg
822dd7f3a6 scripts: Add struct extension re-lookup in base generator 2024-01-25 10:54:14 -07:00
Mike Schuchardt
4cfc176e32 build: Update to header 1.3.275
- Update known-good
- Generate source (no change)
2024-01-05 12:57:53 -08:00
spencer-lunarg
fce11d52fe scripts: Sync base_generator.py 2023-12-29 09:23:16 -07:00
Mike Schuchardt
524f8910d0 build: Update to header 1.3.274
- Update known-good
- Generate source
2023-12-19 10:13:57 -08:00
Daniel Rakos
c566e8f5b2 build: Make find_package logic more robust 2023-12-11 09:21:24 -07:00
dependabot[bot]
7acfe4afbe 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] <support@github.com>
2023-12-11 09:20:51 -07:00
Mike Schuchardt
b89f4b8415 build: Update to header 1.3.273
- Update known-good
- Generate source
2023-12-08 11:02:28 -08:00
Juan Ramos
9d1d2629a0 ci: Add Windows ARM to CI 2023-12-07 16:58:10 -07:00
Juan Ramos
4a89051018 Minor improvements to VK_EXT_layer_settings documentation
1. Provide link to extension
2. Document the release it's officially available
2023-12-07 15:39:18 -07:00
Juan Ramos
0e37b32796 Update magic_enum to v0.9.5 2023-12-07 11:17:46 -07:00
Mike Schuchardt
2feac58733 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.
2023-12-02 13:11:22 +01:00
Juan Ramos
640fcfeb4c cmake: Improve packaging
VulkanUtilityLibrariesConfig.cmake will now find VulkanHeaders
for the user.
2023-11-29 19:28:55 -07:00