From 2211f45c4d8a98add5ec9fd17f225b2dfd407809d665f510763c50c222da46c1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:37:41 +0000 Subject: [PATCH 1/3] Accepting request 995238 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). + ------------------------------------------------------------------- Tue Jul 12 19:00:36 UTC 2022 - Jan Engelhardt diff --git a/vulkan-headers.spec b/vulkan-headers.spec index c3f3cde..6e0bb53 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -21,7 +21,7 @@ # Consider only updating the sources in lockstep. # Name: vulkan-headers -Version: 1.3.216.0 +Version: 1.3.224 Release: 0 Summary: Vulkan C and C++ API header files License: Apache-2.0 From afdcf7a54090317acdeabf0f1c2aa79f5554553c57089574ef2f7c79a53ca543 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:39:30 +0000 Subject: [PATCH 2/3] - Update to release SDK-1.3.224.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=88 --- sdk-1.3.224.0.tar.gz | 3 +++ sdk-1.3.224.tar.gz | 3 --- vulkan-headers.changes | 8 +++++++- vulkan-headers.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 sdk-1.3.224.0.tar.gz delete mode 100644 sdk-1.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..022ae8c --- /dev/null +++ b/sdk-1.3.224.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdfa47cea58a080957481fb6c35908d005d04cc5dd1778150dc0c651ccea077 +size 1521365 diff --git a/sdk-1.3.224.tar.gz b/sdk-1.3.224.tar.gz deleted file mode 100644 index db5c985..0000000 --- a/sdk-1.3.224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6e88d5cd521a2f49ce651c544b9b3859686b98d7a0b97bd8bf7bb4755d6bd43 -size 1521308 diff --git a/vulkan-headers.changes b/vulkan-headers.changes index 4ef6037..ddf26fe 100644 --- a/vulkan-headers.changes +++ b/vulkan-headers.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 22 22:38:14 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.224.0 + * (No change since c896e2f) + ------------------------------------------------------------------- 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 (c896e2f): * 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-headers.spec b/vulkan-headers.spec index 6e0bb53..b49a3d0 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -21,7 +21,7 @@ # Consider only updating the sources in lockstep. # Name: vulkan-headers -Version: 1.3.224 +Version: 1.3.224.0 Release: 0 Summary: Vulkan C and C++ API header files License: Apache-2.0 From 79ca6e1914428dd59fe665828a769fc88046440dd0215c03a23dc12974f1bf16 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Aug 2022 22:54:23 +0000 Subject: [PATCH 3/3] use more specific URL OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=89 --- vulkan-headers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-headers.spec b/vulkan-headers.spec index b49a3d0..e80e4a2 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -27,7 +27,7 @@ Summary: Vulkan C and C++ API header files License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Headers -Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz Patch1: 0001-Drop-wayland-client.h-include.patch BuildRequires: cmake >= 2.8.11 BuildArch: noarch