8000 Tags · flo-th/Vulkan-Loader · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: flo-th/Vulkan-Loader

Tags

v1.3.240

Toggle v1.3.240's commit message
build: Update to header 1.3.240

- Update known-good
- Generate source

sdk-1.3.239.0

Toggle sdk-1.3.239.0's commit message
Fix copyright in windows .rc file

This commit makes the copyright date to be taken from the day of the build
instead of it being hardcoded, which is liable to be out of date.

This commit also makes the loader.rc be generated into the build directory
rather than the source tree. Because this commit modifies the version info to
include the current header version for debug builds, this prevents needing to
update the file whenever the headers update.

v1.3.239

Toggle v1.3.239's commit message
build: Update to header 1.3.239

- Update known-good
- Generate source

v1.3.238

Toggle v1.3.238's commit message
build: Update to header 1.3.238

- Update known-good
- Generate source

sdk-1.3.236.0

Toggle sdk-1.3.236.0's commit message
Fix for Apple compiler bug

v1.3.237

Toggle v1.3.237's commit message
build: Update to header 1.3.237

- Update known-good
- Generate source

v1.3.236

Toggle v1.3.236's commit message
build: Update to header 1.3.236

- Update known-good
- Generate source

v1.3.235

Toggle v1.3.235's commit message
build: Update to header 1.3.235

- Update known-good
- Generate source

sdk-1.3.231.2

Toggle sdk-1.3.231.2's commit message
Handle invalid files & symlinks properly

If loader_get_json fails due to the file missing or the file being a
stale symlink, it returns VK_ERROR_INITIALIZATION_FAILED
which loader_parse_icd_manifest passed upwards. Since the caller of
loader_parse_icd_manifest wasn't expecting that error code, it didn't
skip the ICD, causing an infinite recusion in EnumInstExtProps due
to the call to dlsym("vkEnumerateInstanceExtensionProperties");

This also required changes to callers of loader_get_json which would
propagate VK_ERROR_INITIALIZATION failed during layer searching to
no longer cause vkCreateInstance to abort if any invalid files were
found.

Added tests for symlinks as the origin of this bug is due to 'stale'
symlinks after driver installers

v1.3.234

Toggle v1.3.234's commit message
build: Update to header 1.3.234

- Update known-good
- Generate source
0