IABSD.fr/ports/graphics/vulkan-loader

Branch :


Log

Author Commit Date CI Message
22bff9dd 2026-03-12 13:12:08 Update to Vulkan SDK 1.4.341.0 (with glslang 16.2.0). Survived a bulk.
63236b03 2025-12-28 17:50:58 Update vulkan ports to latest SDK 1.4.335.0 (glslang to 16.1.0). Survived a bulk build.
9d487240 2025-08-15 00:41:00 update vulkan to latest SDL version 1.4.321.0. This survived a bulk with minor caveat that a few games weren't built for reasons not related to this vulkan update.
3128b426 2025-01-28 14:38:28 bump REVISION for ports where WANTLIB changed on !base-clang archs due to recent COMPILER_LIBCXX changes; part 1 (those without MULTI_PACKAGES)
045f055b 2025-01-23 13:59:52 Update vulkan ports to latest sdk 1.4.304.0. Survived a bulk build with separate fixes applied to emulators/snes9x and games/fs2open.
c3fb83bf 2024-11-14 00:35:48 Update vulkan ports to the latest SDK 1.3.296.0 and glslang 15.0.0. Thanks tb@ for testing in a bulk build! This found an additional new dependency on wayland/wayland.
b3ec56cb 2024-11-02 06:59:28 Don't disable WSI_WAYLAND_SUPPORT. Needed for upcoming vulkan support in GTK4. ok thfr@ (maintainer)
a3ea44bb 2024-08-05 14:57:46 update vulkan to 1.3.290.0 (latest SDK) and glslang to 14.3.0 Release notes: https://vulkan.lunarg.com/doc/view/latest/windows/release_notes.html survived a bulk
84cc564a 2024-05-20 15:46:33 update Vulkan to latest SDK 1.3.283.0, and glslang 14.2.0 Includes fixes for unsafe functions (sprintf, strcat) in vulkan-tools (cube.c). Tested runtime with vkcube and vkquake. Survived a bulk build, with snes9x needing a patch for namespace issue to be committed separately.
41b34e25 2024-05-06 12:23:44 bump REVISION for py3.10 -> py3.11 switch