Opened 6 months ago
Closed 6 months ago
#20483 closed enhancement (fixed)
Vulkan-Headers and Vulkan-Loader 1.3.298
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Change History (6)
comment:1 by , 6 months ago
Summary: | Vulkan-Headers 1.3.297 (Wait for Vulkan-Headers to catch up.) → Vulkan-Headers and Vulkan-Loader 1.3.297 |
---|
comment:2 by , 6 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
dca29118e0 Update to node-20.18.0. 031648995d Update to Vulkan-Headers and Vulkan-Loader 1.3.297. 4d6ce9fedc Update to libqalculate-5.3.0.
comment:4 by , 6 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Vulkan-Headers and Vulkan-Loader 1.3.297 → Vulkan-Headers and Vulkan-Loader 1.3.298 |
Now version 1.3.298.
comment:5 by , 6 months ago
Release notes for Vulkan-Headers-1.3.297
Update for Vulkan-Docs 1.3.297
Release notes for Vulkan-Loader-1.3.297
Emulate VK_EXT_surface_maintenance1 if not supported by a driver The VK_EXT_surface_maintance1 extension is an instance level extension, which means the loader will advertise support for it when at least one driver supports it. However, there is presently no way for an application to know which VkPhysicalDevice's will fill out the structs the extension defines and which VkPhysicalDevice's will ignore the structs. Add support for testing the surface_maintenance1 implementation - making sure that a driver which supports the extension isn't affected and correctly filling out the structs for drivers which do and do not support vkGetPhysicalDeviceSurfaceCapabilities2KHR as well. Use memcpy to access sType in pNext chains Replaces dubious type punning to VkBaseIn/OutStructure into correct mempcy to a local VkBaseIn/OutStructure in order to access the sType safely. This commit changes only the simple locations of the type punning. The more difficult situations aren't being tackled here, since those situations insert elements into the pNext chain, modifying it in the process. build(deps): bump github/codeql-action from 3.26.8 to 3.26.10 Cleanup Test Framework headers Changes were made following clang-tidy's recommendations. Cleanup header usage Changes made following clang-tidy's recommendations. Fix pylint issues in codegen script build: Update to header 1.3.297
Release notes for Vulkan-Headers-1.3.298
Update for Vulkan-Docs 1.3.298
Release notes for Vulkan-Loader-1.3.298
build(deps): bump github/codeql-action from 3.26.10 to 3.26.12 build: Update to header 1.3.298
comment:6 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Now fixed at commit 80f1ed679a.
Note:
See TracTickets
for help on using tickets.
Vulkan Loader is now at 1.3.297.