From 77cf840d8cffee96714233b1cfc07e34b4511f1b262809c6099fc6de56f4a769 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Oct 2019 11:50:34 +0000 Subject: [PATCH] - Update to release 1.1.126 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=28 --- Vulkan-ValidationLayers-1.1.126.tar.xz | 3 +++ _service | 14 ++++++++++++++ v1.1.124.tar.gz | 3 --- vulkan-validationlayers.changes | 13 +++++++++++++ vulkan-validationlayers.spec | 7 ++++--- 5 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 Vulkan-ValidationLayers-1.1.126.tar.xz create mode 100644 _service delete mode 100644 v1.1.124.tar.gz diff --git a/Vulkan-ValidationLayers-1.1.126.tar.xz b/Vulkan-ValidationLayers-1.1.126.tar.xz new file mode 100644 index 0000000..7f251c1 --- /dev/null +++ b/Vulkan-ValidationLayers-1.1.126.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6e3f74a5ca51eb1f2c608c81652c6504d38a5d61af48c61e599baead91acd8 +size 1132332 diff --git a/_service b/_service new file mode 100644 index 0000000..ba00002 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + https://github.com/KhronosGroup/Vulkan-ValidationLayers + fdea0607 + v1.1.125 + 1.1.126 + + + *.tar + xz + + + diff --git a/v1.1.124.tar.gz b/v1.1.124.tar.gz deleted file mode 100644 index 660708e..0000000 --- a/v1.1.124.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9 -size 1757023 diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index af37013..76dcec8 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 26 11:45:44 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.126 + * layers: Precompute vertex attribute alignment requirement + * layers: Add for pipeline layout compat VUs + * layers: Store shared pointer to command pool in command buffer + * layers: Improve large descriptor set validation filtering + * layers: Add VK_KHR_spirv_1_4 validation + * layers: Move event/query Updates to PostCallRecordQueueSubmit + * layers: Validate DescriptorSet Binding data + * layers: Add PreCallValidateCmdTraceRaysNV + ------------------------------------------------------------------- Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index 6a58789..f9ee18b 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -16,17 +16,18 @@ # -%define version_unconverted 1.1.124 +%define version_unconverted 1.1.126 Name: vulkan-validationlayers -Version: 1.1.124 +Version: 1.1.126 Release: 0 Summary: Validation layers for Vulkan License: Apache-2.0 Group: development vulkan URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers -Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz +#Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz +Source: Vulkan-ValidationLayers-%version.tar.xz Source9: %name-rpmlintrc BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8