summaryrefslogtreecommitdiff
path: root/externals/Vulkan-Utility-Libraries
AgeCommit message (Collapse)Author
2025-02-27Update external dependenciesZephyron
- Vulkan-Utility-Libraries: 6be00ca → 2d8f273 - FFmpeg: d161604 → 99e2af4 - vcpkg: 9a7a33f → 23b33f5
2025-02-25externals: Update submodule versionsZephyron
- vcpkg: 37d46ed → 9a7a33f - Vulkan-Headers: 234c4b7 → 952f776 - Vulkan-Utility-Libraries: fe7a09b → 6be00ca - ffmpeg: 9c1294e → d161604
2025-02-01externals: Update Vulkan and related dependenciesZephyron
Update the following external dependencies: - Vulkan-Headers e43027a -> 39f924b - Vulkan-Utility-Libraries 8ec8482 -> fe7a09b - VulkanMemoryAllocator 7ab8483 -> 72c309a - libadrenotools 5cd3f5c -> 8fae8ce - vcpkg 2b8927f -> 2ded45c
2025-01-27deps: Update Vulkan dependencies and remove fmt version constraintZephyron
- Update Vulkan-Headers to e43027a (1.4.306) - Update Vulkan-Utility-Libraries to 8ec8482 - Update vcpkg to 2b8927f - Remove version constraint for fmt package requirement - Update VulkanHeaders version requirement to 1.4.306 This updates several external dependencies to their latest versions and removes the specific version requirement for fmt while maintaining the REQUIRED flag. The Vulkan-Headers version requirement is updated to match the new submodule version.
2025-01-18memory: Improve null pointer and unmapped memory handlingZephyron
- Update vcpkg baseline to a42af01b72c28a8e1d7b48107b33e4f286a55ef6 - Add SPIRV-Tools and SPIRV-Headers as submodules - Update Vulkan-related submodules to latest stable versions - Improve memory access error handling: - Add specific handling for null pointer accesses in ARM32 emulation - Return 0 for null pointer reads instead of undefined behavior - Silently ignore writes to null pointers - Add more detailed error messages distinguishing between null pointer access and other unmapped memory errors - Treat addresses below 0x1000 as potential null pointer accesses These changes should provide more graceful handling of null pointer accesses and improve stability when running games that attempt invalid memory operations.
2025-01-02vulkan: Update To 1.4.304Zephyron
2024-01-22Add Vulkan-Utility-Libraries dependencyMike Lothian