Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / vulkan-utility-libraries
Commits: 4befdac2 by Mike Schuchardt at 2024-03-22T16:22:25-07:00 build: Update to header 1.3.281 - - - - - d90f5c7e by Jeremy Gebben at 2024-03-26T17:59:44-05:00 scripts: Make gn.py use check_call Just like VVL, it was using subprocess.call(), which ignores errors. - - - - - cdd0e00c by Jeremy Gebben at 2024-03-28T11:11:35-06:00 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. - - - - - 0519e66f by Jeremy Gebben at 2024-04-04T10:13:47-06:00 utils: Add custom containers from vvl - - - - - 1defcd32 by spencer-lunarg at 2024-04-10T09:58:27-05:00 scripts: Update generate_source.py to take mulitple targets - - - - - 1135918c by spencer-lunarg at 2024-04-11T00:28:48+09:00 safestruct: Remove safe_VkDescriptorDataEXT - - - - - 72696f27 by Aaron Ruby at 2024-04-11T16:57:41-05:00 safestruct: Add QNX platform types to abstract_types list - - - - - a78460f6 by Alex Rønne Petersen at 2024-04-15T15:50:39-06:00 Fix update_deps.py script to handle Windows Arm64. - - - - - d0670f9f by Mike Schuchardt at 2024-04-16T13:13:28-07:00 build: Update to header 1.3.282 - - - - - 6e6a4e05 by Mike Schuchardt at 2024-04-19T09:18:52-07:00 build: Update to header 1.3.283 - - - - - d0ffc68f by ziga-lunarg at 2024-04-21T06:04:38+09:00 Revert "safestruct: Remove safe_VkDescriptorDataEXT" This reverts commit 1135918c966a2b829b34f7f99bb088876c2ffa52. - - - - - d5ada53a by Spencer Fricke at 2024-04-25T15:12:28+09:00 github: Use newer version of Python for MacOS Arm - - - - - bbd4b775 by lauren n. liberda at 2024-04-25T15:16:51+09:00 iwyu: missing #include <memory> for std::unique_ptr - - - - - 8d898626 by spencer-lunarg at 2024-04-25T15:17:01+09:00 safestruct: Remove safe_VkDescriptorDataEXT - - - - - 68780d9b by spencer-lunarg at 2024-04-29T09:55:02+09:00 scripts: Fix Pipeline dynamic rasterization discard logic - - - - - ad7f699a by spencer-lunarg at 2024-04-30T17:09:51+09:00 scripts: Fix logic for ignoring pipe state - - - - - 15 changed files: - .github/workflows/ci.yml - BUILD.gn - CMakeLists.txt - include/CMakeLists.txt - + include/vulkan/utility/vk_concurrent_unordered_map.hpp - include/vulkan/utility/vk_format_utils.h - + include/vulkan/utility/vk_safe_struct.hpp - + include/vulkan/utility/vk_safe_struct_utils.hpp - + include/vulkan/utility/vk_small_containers.hpp - + include/vulkan/utility/vk_sparse_range_map.hpp - include/vulkan/vk_enum_string_helper.h - + scripts/common_ci.py - scripts/generate_source.py - scripts/generators/base_generator.py - scripts/generators/dispatch_table_generator.py 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/a4140c5fd47dcf3a030726a60b293db61cfb54a3...ad7f699a7b2b5deb66eb3de19f24aa33597ed65b -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/compare/a4140c5fd47dcf3a030726a60b293db61cfb54a3...ad7f699a7b2b5deb66eb3de19f24aa33597ed65b You're receiving this email because of your account on salsa.debian.org.

