From d1df6a7704458778747d27ccdb4ca8d8487c8823da9bbffe22041efaea054d95 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:53:00 +0000 Subject: [PATCH 1/3] Accepting request 995243 from home:dirkmueller:Factory - update to SDK-1.3.224: * Add issues to the apiext:VK_KHR_dynamic_rendering proposal document discussing render area granularity (public issue 1899). * Clarify external synchronization requirements for ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets (public issue 1713). * Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to <> (public merge request 1900). * Move "`Hit Kind`" valid usage statement from standalone to runtime SPIR-V validation statements (public merge request 1903). * Use correct feature in ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT description (public pull request 1892). * GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate) (public pull request 1894). * Add dependency of apiext:VK_EXT_blend_operation_advanced on apiext:VK_KHR_get_physical_device_properties2. (public merge request 1887). * Update xrefs to features so the feature name is used as the link text, and marked up consistently. Added a section to the style guide on markup of feature xrefs (public issue 1889). elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer function color space (public merge request 1729). * Fix clamp expression for d_{lo} in the <> section (partial fix for public issue 1836). * Update < + +- update to SDK-1.3.224: + * Add issues to the apiext:VK_KHR_dynamic_rendering proposal document + discussing render area granularity (public issue 1899). + * Clarify external synchronization requirements for + ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and + ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT + elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets + (public issue 1713). + * Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to + <> + (public merge request 1900). + * Move "`Hit Kind`" valid usage statement from standalone to runtime + SPIR-V validation statements (public merge request 1903). + * Use correct feature in + ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT + description (public pull request 1892). + * GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate) + (public pull request 1894). + * Add dependency of apiext:VK_EXT_blend_operation_advanced on + apiext:VK_KHR_get_physical_device_properties2. (public merge request + 1887). + * Update xrefs to features so the feature name is used as the link text, + and marked up consistently. Added a section to the style guide on markup + of feature xrefs (public issue 1889). + elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer + function color space (public merge request 1729). + * Fix clamp expression for d_{lo} in the + <> + section (partial fix for public issue 1836). + * Update <> to add explicit valid usage statements for code:Uniform + objects being read only, and for code:Block decorations (public merge + request 1879). + * Add an issue to apiext:VK_KHR_fragment_shader_barycentric for + interactions with MSAA (public merge request 1881). + * Fix XML tagging of slink:VkShaderModuleCreateInfo and add an explicit + valid usage statement so this structure can be validated both as an + explicit parameter, and as part of the pname:pNext chain of + slink:VkPipelineShaderStageCreateInfo (public issue 1883, but a broader + fix in the validation scripts for this case will eventually be + required). + * Update pipeline image to move push constants outside of descriptor sets + (public issue 1867). + * Correct code:StencilRefLessFrontEXT to code:DepthLess in the early depth + test portion of the <> chapter (public + pull request 1876). + * Add new driver id ename:VK_DRIVER_ID_MESA_DOZEN (public pull request + 1877). + * Relax slink:VkRenderPassCreateInfo valid usage statements 02517 and + 02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878). + * Add apiext:VK_KHR_maintenance4 relaxed interface valid usage statement + to the <> + section (public pull request 1860). + * Fix field name in slink:VkRenderingAttachmentInfo valid usage statement + (public pull request 1861). + * Fix typo in slink:VkFramebufferCreateInfo valid usage statements 04533 / + 04544 (public pull request 1873). + * Remove duplicate valid usage statement 06060 (public pull request 1874). + * Rework <> section (public pull request 1869). + * Split Github CI script into individual jobs to decrease run time (public + pull request 1870). + * Clarify meaning of "`private data slot`" for apiext:VK_EXT_private_data + * Minor markup fix in the <> + section (public merge request 1864). + ------------------------------------------------------------------- Thu Jun 16 16:04:56 UTC 2022 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index fc7277c..686d7ee 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -17,15 +17,14 @@ Name: vulkan-validationlayers -Version: 1.3.216.0 +Version: 1.3.224 Release: 0 -%define lname libVkLayer_utils-1_3_216_0 +%define lname libVkLayer_utils-1_3_224 Summary: Validation layers for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers - -Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v%{version}.tar.gz Patch1: ver.diff Patch2: xxhash.diff BuildRequires: cmake >= 3.4 @@ -69,7 +68,7 @@ Vulkan is a 3D graphics and compute API. This package contains support files for the VkLayer utility library. %prep -%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1 +%autosetup -n Vulkan-ValidationLayers-%version -p1 perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt %build From cfcd78ba738194faeaa80a915dce531061b28a5008b67eb2e88381e5a0c3318f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Aug 2022 00:09:19 +0000 Subject: [PATCH 2/3] - Update to release SDK-1.3.224.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=99 --- sdk-1.3.224.0.tar.gz | 3 +++ v1.3.224.tar.gz | 3 --- vulkan-validationlayers.changes | 13 ++++++++++++- vulkan-validationlayers.spec | 12 ++++++------ 4 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 sdk-1.3.224.0.tar.gz delete mode 100644 v1.3.224.tar.gz diff --git a/sdk-1.3.224.0.tar.gz b/sdk-1.3.224.0.tar.gz new file mode 100644 index 0000000..3f95e58 --- /dev/null +++ b/sdk-1.3.224.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8e96218956631610b9bed6aaff2e3f836e16447f90933a84be3075e6fc7dc8 +size 4193501 diff --git a/v1.3.224.tar.gz b/v1.3.224.tar.gz deleted file mode 100644 index 977fb0b..0000000 --- a/v1.3.224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfda3ca5e214bd9050f06420602a671af170b58034368913b5b3bda9bf84c0f -size 4115291 diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index 9d81bbc..0c0b020 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 22 22:55:25 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.224.0 + * layers: Fix compatibility with shader_module_identifier + * layers: Fix device profile regression typo + * layers: Fix dynamic rendering with secondary command buffers + * layers: Fix deadlock in vkCmdBeginRenderPass() + * layers: Explicit incomplete validation support + * gpu: Use VMA v3.0.1 + ------------------------------------------------------------------- Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller -- update to SDK-1.3.224: +- update to release (non-SDK) 1.3.224: * Add issues to the apiext:VK_KHR_dynamic_rendering proposal document discussing render area granularity (public issue 1899). * Clarify external synchronization requirements for diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index 686d7ee..a46a650 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -17,24 +17,24 @@ Name: vulkan-validationlayers -Version: 1.3.224 +Version: 1.3.224.0 Release: 0 -%define lname libVkLayer_utils-1_3_224 +%define lname libVkLayer_utils-1_3_224_0 Summary: Validation layers for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers -Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v%{version}.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/sdk-%version.tar.gz Patch1: ver.diff Patch2: xxhash.diff BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 -BuildRequires: glslang-devel >= 11.9.0 +BuildRequires: glslang-devel >= 11.11.0 BuildRequires: memory-constraints BuildRequires: pkg-config BuildRequires: python3-base BuildRequires: spirv-headers >= 1.6.1+sdk216 -BuildRequires: spirv-tools-devel >= 2022.3~sdk216 +BuildRequires: spirv-tools-devel >= 2022.3~sdk224 BuildRequires: xxhash-devel BuildRequires: pkgconfig(vulkan) >= 1.3.216 BuildRequires: pkgconfig(x11) @@ -68,7 +68,7 @@ Vulkan is a 3D graphics and compute API. This package contains support files for the VkLayer utility library. %prep -%autosetup -n Vulkan-ValidationLayers-%version -p1 +%autosetup -n Vulkan-ValidationLayers-sdk-%version -p1 perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt %build From 93e67a4d41111ff729b2631ae8c87f1efbadc8f90d578e809524d04eab252dd6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Aug 2022 00:30:46 +0000 Subject: [PATCH 3/3] add rpmlintrc OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=100 --- vulkan-validationlayers-rpmlintrc | 2 ++ vulkan-validationlayers.spec | 1 + 2 files changed, 3 insertions(+) create mode 100644 vulkan-validationlayers-rpmlintrc diff --git a/vulkan-validationlayers-rpmlintrc b/vulkan-validationlayers-rpmlintrc new file mode 100644 index 0000000..7495abd --- /dev/null +++ b/vulkan-validationlayers-rpmlintrc @@ -0,0 +1,2 @@ +# for 15.3's rpmlint which is a bit dumber +addFilter("vulkan-validationlayers.x86_64: E: shlib-policy-name-error .* libVkLayer_khronos_validation") diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index a46a650..fbe0097 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -25,6 +25,7 @@ License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/sdk-%version.tar.gz +Source9: %name-rpmlintrc Patch1: ver.diff Patch2: xxhash.diff BuildRequires: cmake >= 3.4