From fb9c8b1f5b9505f51728f463efdeb309ef64e8d8d4f111cd8742240ce925f88e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:42:20 +0000 Subject: [PATCH 1/3] Accepting request 995240 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 < #endif +#if defined(VK_USE_PLATFORM_WAYLAND_KHR) @@ -25,6 +25,3 @@ index 1a1e9f95..e6618d35 100644 #include static std::string VkResultString(VkResult err); --- -2.37.1 - diff --git a/sdk-1.3.216.0.tar.gz b/sdk-1.3.216.0.tar.gz deleted file mode 100644 index dc2c1e2..0000000 --- a/sdk-1.3.216.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a8a724c624cb343e4d43e6ff5c83c1f7a3d98e08ff5172a31596520f12d9bb -size 866091 diff --git a/sdk-1.3.224.tar.gz b/sdk-1.3.224.tar.gz new file mode 100644 index 0000000..f2d3ac3 --- /dev/null +++ b/sdk-1.3.224.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6f51ba5edfc7a872b4ebe68ba70f5e76514a86639ddb9beab37b4b5e80e524 +size 868463 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index ccdfc4e..5ba7437 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,72 @@ +------------------------------------------------------------------- +Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller + +- 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 Jul 21 14:16:09 UTC 2022 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index b284260..1dfc303 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,7 +17,7 @@ Name: vulkan-tools -Version: 1.3.216.0 +Version: 1.3.224 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 From 926bbae655272bddf6168f1e10e63d0f671c806f4774c6c3fb78b685ed0527b2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:44:45 +0000 Subject: [PATCH 2/3] - Update to release SDK-1.3.224.0 (497f2326) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=90 --- ...de-wayland-client-because-its-functi.patch | 27 ------------------- sdk-1.3.224.0.tar.gz | 3 +++ sdk-1.3.224.tar.gz | 3 --- vulkan-tools.changes | 10 ++++++- vulkan-tools.spec | 3 +-- 5 files changed, 13 insertions(+), 33 deletions(-) delete mode 100644 0001-vulkaninfo-include-wayland-client-because-its-functi.patch create mode 100644 sdk-1.3.224.0.tar.gz delete mode 100644 sdk-1.3.224.tar.gz diff --git a/0001-vulkaninfo-include-wayland-client-because-its-functi.patch b/0001-vulkaninfo-include-wayland-client-because-its-functi.patch deleted file mode 100644 index 4955454..0000000 --- a/0001-vulkaninfo-include-wayland-client-because-its-functi.patch +++ /dev/null @@ -1,27 +0,0 @@ -From d76fa203ac51014158060915835ed92bf5018b2a Mon Sep 17 00:00:00 2001 -From: Jan Engelhardt -Date: Thu, 21 Jul 2022 15:22:26 +0200 -Subject: [PATCH] vulkaninfo: include wayland-client because its functions are - used - -"Include what you use": vulkaninfo.h calls wl_registry_bind, thus -ought to include wayland-client.h. ---- - vulkaninfo/vulkaninfo.h | 4 ++++ - 1 file changed, 4 insertions(+) - -Index: Vulkan-Tools-sdk-1.3.224/vulkaninfo/vulkaninfo.h -=================================================================== ---- Vulkan-Tools-sdk-1.3.224.orig/vulkaninfo/vulkaninfo.h -+++ Vulkan-Tools-sdk-1.3.224/vulkaninfo/vulkaninfo.h -@@ -83,6 +83,10 @@ - #include - #endif - -+#if defined(VK_USE_PLATFORM_WAYLAND_KHR) -+#include -+#endif -+ - #include - - static std::string VkResultString(VkResult err); diff --git a/sdk-1.3.224.0.tar.gz b/sdk-1.3.224.0.tar.gz new file mode 100644 index 0000000..4813c0b --- /dev/null +++ b/sdk-1.3.224.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939d623504cba0b8de2d117eef70dc45f3c21fa05103554d6565e0e23a7f5e04 +size 868481 diff --git a/sdk-1.3.224.tar.gz b/sdk-1.3.224.tar.gz deleted file mode 100644 index f2d3ac3..0000000 --- a/sdk-1.3.224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6f51ba5edfc7a872b4ebe68ba70f5e76514a86639ddb9beab37b4b5e80e524 -size 868463 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 5ba7437..7599456 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 22 22:42:50 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.224.0 (497f2326) + * No changes +- Drop 0001-vulkaninfo-include-wayland-client-because-its-functi.patch + (merged) + ------------------------------------------------------------------- Mon Aug 15 20:38:07 UTC 2022 - Dirk Müller -- update to SDK-1.3.224: +- update to branch snapshot SDK-1.3.224 (497f2326) * 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-tools.spec b/vulkan-tools.spec index 1dfc303..37cf4f1 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,7 +17,7 @@ Name: vulkan-tools -Version: 1.3.224 +Version: 1.3.224.0 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 @@ -25,7 +25,6 @@ Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-%version.tar.gz -Patch1: 0001-vulkaninfo-include-wayland-client-because-its-functi.patch BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel >= 8.13.3743 From 01f25174fd847909966572787b196f8099baf142bd56d45f2b410edeaac33291 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:54:48 +0000 Subject: [PATCH 3/3] use more specific URL OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=91 --- vulkan-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 37cf4f1..5273471 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -24,7 +24,7 @@ License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools -Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel >= 8.13.3743