vulkan-validation-layers: Update to 1.1.82.0

libVk_Layer_utils library is static instead of shared as a
workaround around upstream issues with CI.
Will be changed back at some point.

Ref:
https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/209#issuecomment-400798080
This commit is contained in:
Predrag Ivanović 2018-08-09 16:29:03 +02:00
parent c67388b686
commit 7df272fcdb
3 changed files with 30 additions and 6 deletions

View File

@ -1,11 +1,35 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/hash_util.h
-rw-r--r-- root/root usr/include/hash_vk_types.h
-rw-r--r-- root/root usr/include/vk_dispatch_table_helper.h
-rw-r--r-- root/root usr/include/vk_enum_string_helper.h
-rw-r--r-- root/root usr/include/vk_extension_helper.h
-rw-r--r-- root/root usr/include/vk_format_utils.cpp
-rw-r--r-- root/root usr/include/vk_format_utils.h
-rw-r--r-- root/root usr/include/vk_layer_config.cpp
-rw-r--r-- root/root usr/include/vk_layer_config.h
-rw-r--r-- root/root usr/include/vk_layer_data.h
-rw-r--r-- root/root usr/include/vk_layer_dispatch_table.h
-rw-r--r-- root/root usr/include/vk_layer_extension_utils.cpp
-rw-r--r-- root/root usr/include/vk_layer_extension_utils.h
-rw-r--r-- root/root usr/include/vk_layer_logging.h
-rw-r--r-- root/root usr/include/vk_layer_utils.cpp
-rw-r--r-- root/root usr/include/vk_layer_utils.h
-rw-r--r-- root/root usr/include/vk_loader_layer.h
-rw-r--r-- root/root usr/include/vk_loader_platform.h
-rw-r--r-- root/root usr/include/vk_object_types.h
-rw-r--r-- root/root usr/include/vk_safe_struct.cpp
-rw-r--r-- root/root usr/include/vk_safe_struct.h
-rw-r--r-- root/root usr/include/vk_typemap_helper.h
-rw-r--r-- root/root usr/include/vk_validation_error_messages.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libVkLayer_core_validation.so
-rwxr-xr-x root/root usr/lib/libVkLayer_object_tracker.so
-rwxr-xr-x root/root usr/lib/libVkLayer_parameter_validation.so
-rwxr-xr-x root/root usr/lib/libVkLayer_threading.so
-rwxr-xr-x root/root usr/lib/libVkLayer_unique_objects.so
-rwxr-xr-x root/root usr/lib/libVkLayer_utils.so
-rw-r--r-- root/root usr/lib/libVkLayer_utils.a
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/vulkan/
drwxr-xr-x root/root usr/share/vulkan/explicit_layer.d/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31Su6oMXnwfEHkyjZkoDOPntC0eNAfpddajnMaBqxbrW+jtb69HZyj46hoo8BPp93jHyEJ337eeP2aRcH4yW1Ak=
SHA256 (Pkgfile) = e4b0e55b89dc091bac0dcd48b3c76feda74409666b2ed048e0e17fa8854963b1
SHA256 (.footprint) = 8faf751e3097c468889efbe5c7d4a9e2015eacb7c3ce2bdc33187c627b19ad1e
SHA256 (Vulkan-ValidationLayers-sdk-1.1.77.0.tar.gz) = 66dc892eb566d398f9d90c710956475327d67d966a535b5753873af0ab65a669
RWSagIOpLGJF35jFo1AUeuSm3DdNJJwSmAucrASiWjIPy+qYZwrZgxvKbu7mZYntKh9nKeddHyOi00qWmIqEk5PSbjpUAOBQQAU=
SHA256 (Pkgfile) = 4b79e001e11dcd2fedc393894b1e1abe230b8dd6aa7e1355cb7202f1cdc1ec4d
SHA256 (.footprint) = 8dee78fde1601442df45c0ce26a82bb36df061e7a32939aa3337efc9bb538b26
SHA256 (Vulkan-ValidationLayers-sdk-1.1.82.0.tar.gz) = 6d83d1f7085bcfe67a791fce0bfb500dfb5d4833f062db1fc272bdc86e87eded

View File

@ -4,7 +4,7 @@
# Depends on: vulkan-loader glslang
name=vulkan-validation-layers
version=1.1.77.0
version=1.1.82.0
release=1
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-$version/Vulkan-ValidationLayers-sdk-$version.tar.gz)