Simon McVittie kirjoitti 3.10.2022 klo 18.43:
Source: vulkan-loader
Version: 1.3.224.0-1
Severity: wishlist

vulkan-loader is currently at upstream version 1.3.224.0, but upstream's
sdk-1.3.224 stable branch now has a 1.3.224.1 point release with these
release notes:

Enable layer interception of unknown functions

Re-add previously reverted behavior that allows layers to setup
dispatch chains for unknown physical device and device functions during
vkCreateInstance. Previously, functions not known to the loader could
not be queried by a layer during vkCreateInstance (when dispatch tables
should be setup). The change adds support for unknown functions in the
trampolines of vkGetInstanceProcAddr and vkGetPhysicalDeviceProcAddr.

If I'm reading correctly, this is a backport of part of
https://github.com/KhronosGroup/Vulkan-Loader/pull/999,
which seems to be a fix for bugs seen with the RenderDoc and
GFXReconstruct development tools.

     smcv


Only vulkan-validationlayers had actual changes in .1, -loader is unchanged. Is this what you're after?

git log1 sdk-1.3.224.0..sdk-1.3.224.1
2995230d4eb3aff (tag: sdk-1.3.224.1) tests: Add tests for VK_REMAINING_*
e78782f28adde30 layers: Fix VK_REMAINING_* on Z-Cull tracking
05199e2928e7c4b tests: Add test in OneTimeSubmit
4a8a6a14be9971c layers: Fix one-time-submit


--
t

Reply via email to