[Git][xorg-team/vulkan/spirv-headers][upstream-unstable] 37 commits: reserve blocks for Valve extensions (#566)
"Timo Aaltonen (@tjaalton)" <[email protected]> Tue, 04 Aug 2026 19:11:18 +0000
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <[email protected]> |
----==_mimepart_6a723956a3fc8_551fb4a0134159 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulk= an / spirv-headers Commits: f31ca173 by Mike Blumenkrantz at 2026-02-04T09:58:51-08:00 reserve blocks for Valve extensions (#566) - - - - - 822fb7d4 by Georg Lehmann at 2026-02-18T08:46:40-08:00 Add SPV_VALVE_mixed_float_dot_product (#568) - - - - - f88a2d76 by gnl21 at 2026-02-18T08:47:57-08:00 Reserve some tokens for Broadcom (#567) - - - - - 465055f6 by Diego Novillo at 2026-03-12T10:45:02-04:00 SPIR-V 1.6.7 headers - - - - - 00898b20 by alan-baker at 2026-03-25T08:39:20-07:00 Add SPV_KHR_poison_freeze (#573) - - - - - 39e5d40a by Ralph Potter at 2026-03-28T12:17:46-07:00 Add SPV_KHR_abort (#575) * Add SPV_KHR_abort * Remove constant data * Remove quotes - - - - - 6dd7ba99 by Ralph Potter at 2026-03-30T15:18:11-07:00 Add SPV_KHR_constant_data (#574) * Add SPV_constant_data * Update literal * Rename CodePointsKHR to UTFEncodedKHR - - - - - ce9dfb01 by Steven Perron at 2026-04-08T12:02:31-04:00 [Bazel] Add NonSemanticDebugBreak.h to the common headers (#577) - - - - - d824583c by Diego Novillo at 2026-04-09T22:17:48-04:00 Add version-unified grammar and header for NonSemantic.Shader.DebugInfo (= #578) - - - - - 869266ad by Diego Novillo at 2026-04-09T22:21:18-04:00 Add NSDI 101 instructions and version bump (#579) - - - - - ad9184e7 by Tobski at 2026-04-15T12:01:14-04:00 Fix constant data operand types (#581) - - - - - b8a32968 by Yury Plyakhin at 2026-04-29T07:52:53-07:00 grammar and header changes for SPV_INTEL_predicated_io (#585) - - - - - 948a3b09 by Ben Ashbaugh at 2026-04-29T08:10:46-07:00 header updates for SPV_INTEL_rounded_divide_sqrt (#582) - - - - - 157de8e2 by mjkrol at 2026-04-29T08:42:37-07:00 Add SPV_MESA_fragment_coverage_mask enumerants (#580) Reserve BuiltIn FragmentCoverageMaskMESA (4096) and Capability FragmentCoverageMESA (4097) for SPV_MESA_fragment_coverage_mask. - - - - - 1a22b167 by alelenv at 2026-04-29T08:50:18-07:00 Update headers for spirv issue 373 (#584) - - - - - 53b334f4 by Matthew Moulton at 2026-04-29T15:25:01-07:00 Reserve some tokens for Samsung (#586) - - - - - 12603802 by Arseniy Obolenskiy at 2026-04-30T13:51:58-07:00 Fix OpCompositeConstructContinuedINTEL operands (#587) * Fix OpCompositeConstructContinuedINTEL operands Remove IdResultType and IdResult from OpCompositeConstructContinuedINTEL This instruction is a continuation that supplies additional constituents = to a preceding OpCompositeConstruct and does not produce its own result * Update headers - - - - - 1f2dd162 by Spencer Fricke at 2026-05-05T12:29:58-04:00 Update spirv.core.grammar.json revision (#593) - - - - - 58006c90 by Shahbaz Youssefi at 2026-05-07T21:05:26-04:00 Reserve ImageOperand 17 for Google (#589) - - - - - 98c842bd by Arseniy Obolenskiy at 2026-05-11T13:11:51+02:00 Fix OpReadPipeBlockingINTEL/OpWritePipeBlockingINTEL operands (#588) Per the SPV_INTEL_blocking_pipes spec, these instructions do not produce = a result, but have Pipe and Pointer id arguments instead - - - - - 5c50cbd2 by Dmitry Sidorov at 2026-05-13T15:01:58+02:00 Add SPV_AMD_weak_linkage extension (#583) Spec is available here KhronosGroup/SPIRV-Registry#401 - - - - - 62d3e831 by Spencer Fricke at 2026-05-13T11:47:28-04:00 Add SPV_KHR_opacity_micromap (#599) - - - - - 3541d11c by K=C3=A9vin Petit at 2026-05-13T08:59:08-07:00 Add NonSemanticGraphDebugInfo instruction set (#591) Change-Id: Ibd080a73abc630fbd2b3068f9c22ab8c0e01c806 Signed-off-by: Kevin Petit <[email protected]> - - - - - 82dfca37 by Faith Ekstrand at 2026-05-13T09:00:42-07:00 Revert "Add SPV_MESA_fragment_coverage_mask enumerants (#580)" (#598) This reverts commit 157de8e260e9362225c0ce9a6675d034968abe15. - - - - - fe44b200 by Ralph Potter at 2026-05-14T09:30:23-04:00 SPV_EXT_split_barrier (#600) * SPV_EXT_split_barrier * Remove spurious capability - - - - - aaffbc59 by Jeff Bolz at 2026-05-15T11:51:25-04:00 SPV_NV_cooperative_matrix_decode_vector (#601) - - - - - 8c5559c1 by K=C3=A9vin Petit at 2026-05-20T08:39:51-07:00 Add ArmExperimentalMLOperations instruction set (#602) Change-Id: Id5e6f036ed0a1653ea9817c1d5b193c58403fe1d Signed-off-by: Kevin Petit <[email protected]> - - - - - 1e770e7d by Jebrim at 2026-05-27T08:48:38-07:00 Add Pred as a new SPIR-V source language (#606) * Add Pred as a new SPIR-V source language * Update spirv.bf * Update spirv.core.grammar.json * Update spirv.cs * Update spirv.hpp * Update spirv.hpp11 * Update spirv.json * Update spirv.lua * Update spirv.py * Update spv.d * Update spir-v.xml - - - - - c63848ec by apilatosba at 2026-06-17T11:38:53-04:00 added source language entry ApilaJai (#607) - - - - - ed734383 by Khronos Group Web Services at 2026-06-24T11:37:39-04:00 license: Add or update REUSE compliance (#609) - - - - - daa093dd by Khronos Group Web Services at 2026-06-24T11:39:24-04:00 chore: Add CONTRIBUTING file (#608) - - - - - 575b6512 by K=C3=A9vin Petit at 2026-07-02T10:33:49-04:00 Add SPV_EXT_ocp_microscaling_types (#613) Change-Id: I740dc505e052cc91d1e0807dca27bc21a2921e86 - - - - - b3cabdda by Wooyoung Kim at 2026-07-02T14:03:10-07:00 SPV_QCOM_multiple_wait_queues (#595) - - - - - 8d56066e by Wooyoung Kim at 2026-07-02T14:19:33-07:00 SPV_QCOM_image_processing3 (#596) - - - - - 02c0394e by dependabot[bot] at 2026-07-03T16:28:13-04:00 Bump actions/checkout from 6 to 7 in the github-actions group (#612) Bumps the github-actions group with 1 update: [actions/checkout](https://= github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)= - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.g= ithub.com> - - - - - 03127291 by Matthew Moulton at 2026-07-08T08:45:27-07:00 Implement Samsung Intrinsic decoration (#597) * Grammar and header updates for IntrinsicSAMSUNG Describe the new decoration in the grammar and update the header files to match. * Add new capability Add a simple capability to align with the new extension defined. * Include the capability for the Intrinsic decor List the IntrinsicSAMSUNG capability as needed for the IntrinsicSAMSUNG decoration in the grammar json file. - - - - - 29981f65 by Arseniy Obolenskiy at 2026-07-08T08:49:53-07:00 Fix Int64ImageEXT capability prerequisite to Int64 (#611) The Int64ImageEXT capability listed Shader as its prerequisite, but per S= PV_EXT_shader_image_int64 spec (https://github.khronos.org/SPIRV-Registry= /extensions/EXT/SPV_EXT_shader_image_int64.html) it implicitly declares I= nt64 - - - - - 28 changed files: - .github/workflows/presubmit.yml - BUILD.bazel - CODE_OF_CONDUCT.md - + CONTRIBUTING.md - README.md - REUSE.toml - SECURITY.md - include/spirv/spir-v.xml - + include/spirv/unified1/ArmExperimentalMLOperations.h - + include/spirv/unified1/NonSemanticGraphDebugInfo.h - + include/spirv/unified1/NonSemanticShaderDebugInfo.h - include/spirv/unified1/NonSemanticShaderDebugInfo100.h - + include/spirv/unified1/extinst.arm.experimental-ml-operations.grammar= .json - + include/spirv/unified1/extinst.nonsemantic.graph.debuginfo.grammar.js= on - + include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.grammar.j= son - include/spirv/unified1/spirv.bf - include/spirv/unified1/spirv.core.grammar.json - include/spirv/unified1/spirv.cs - include/spirv/unified1/spirv.h - include/spirv/unified1/spirv.hpp - include/spirv/unified1/spirv.hpp11 - include/spirv/unified1/spirv.json - include/spirv/unified1/spirv.lua - include/spirv/unified1/spirv.py - include/spirv/unified1/spv.d - tools/buildHeaders/bin/makeExtinstHeaders.py - tools/buildHeaders/jsonToSpirv.cpp - tools/buildHeaders/jsonToSpirv.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-header= s/-/compare/04f10f650d514df88b76d25e83db360142c7b174...29981f65241605e08b= 0ede4cfeb999fe3b723c6a -- = View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-header= s/-/compare/04f10f650d514df88b76d25e83db360142c7b174...29981f65241605e08b= 0ede4cfeb999fe3b723c6a You're receiving this email because of your account on salsa.debian.org. = Manage all notifications: https://salsa.debian.org/-/profile/notification= s | Help: https://salsa.debian.org/help ----==_mimepart_6a723956a3fc8_551fb4a0134159 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www= .w3.org/TR/REC-html40/loose.dtd"> <html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "= GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, = Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac= e;'> <head> <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">= <title> GitLab </title> <style data-premailer=3D"ignore" type=3D"text/css"> a { color: #1068bf; } </style> <style>img { max-width: 100%; height: auto; } body { font-size: .875rem; } body { -webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px; } body { font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro= boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo= r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size= : inherit; } </style> </head> <body style=3D'font-size: inherit; -webkit-text-shadow: hsla(0,0%,100%,.0= 1) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"= Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif= ,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji= ";'> <div class=3D"content"> <h3 style=3D"margin-top: 20px; margin-bottom: 10px;"> Timo Aaltonen pushed to branch upstream-unstable at <a href=3D"https://sa= lsa.debian.org/xorg-team/vulkan/spirv-headers">X Strike Force / vulkan / = spirv-headers</a> </h3> <h4 style=3D"margin-top: 10px; margin-bottom: 10px;"> Commits: </h4> <ul> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/f31ca173eff866369e54d35e53375fadba= bd58f4">f31ca173</a></strong> <div> <span> by Mike Blumenkrantz </span> <i> at 2026-02-04T09:58:51-08:00 </i>= </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>reserve blocks for = Valve extensions (#566) </pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/822fb7d4387186dfed60394830342b5e12= 3eed3b">822fb7d4</a></strong> <div> <span> by Georg Lehmann </span> <i> at 2026-02-18T08:46:40-08:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_VALVE_mixed= _float_dot_product (#568) </pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/f88a2d766840fc825af1fc065977953ba1= fa4a91">f88a2d76</a></strong> <div> <span> by gnl21 </span> <i> at 2026-02-18T08:47:57-08:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Reserve some tokens= for Broadcom (#567) </pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/465055f6c9128772e20082e893d974146a= cf7a02">465055f6</a></strong> <div> <span> by Diego Novillo </span> <i> at 2026-03-12T10:45:02-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>SPIR-V 1.6.7 header= s </pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/00898b201b4153d7198c3e0134dbf953c8= 3bbfd7">00898b20</a></strong> <div> <span> by alan-baker </span> <i> at 2026-03-25T08:39:20-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_KHR_poison_= freeze (#573)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/39e5d40a325973b9204d1b660eb3e026cd= 75fc3f">39e5d40a</a></strong> <div> <span> by Ralph Potter </span> <i> at 2026-03-28T12:17:46-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_KHR_abort (= #575) * Add SPV_KHR_abort * Remove constant data * Remove quotes</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/6dd7ba990830f7c15ac1345ff3b43ef6ff= dad216">6dd7ba99</a></strong> <div> <span> by Ralph Potter </span> <i> at 2026-03-30T15:18:11-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_KHR_constan= t_data (#574) * Add SPV_constant_data * Update literal * Rename CodePointsKHR to UTFEncodedKHR</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/ce9dfb01496073a02d74581ae909384763= b41ff8">ce9dfb01</a></strong> <div> <span> by Steven Perron </span> <i> at 2026-04-08T12:02:31-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[Bazel] Add NonSema= nticDebugBreak.h to the common headers (#577)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/d824583c9c6ff1b5e62d4fc5e431e4e940= fd7b96">d824583c</a></strong> <div> <span> by Diego Novillo </span> <i> at 2026-04-09T22:17:48-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add version-unified= grammar and header for NonSemantic.Shader.DebugInfo (#578)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/869266ad9e6050197d87cf0a22aab59abf= 7ad008">869266ad</a></strong> <div> <span> by Diego Novillo </span> <i> at 2026-04-09T22:21:18-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add NSDI 101 instru= ctions and version bump (#579)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/ad9184e76a66b1001c29db9b0a3e87f646= c64de0">ad9184e7</a></strong> <div> <span> by Tobski </span> <i> at 2026-04-15T12:01:14-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix constant data o= perand types (#581)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/b8a32968473ce852a809b9de5f04f02a5a= 9dfa78">b8a32968</a></strong> <div> <span> by Yury Plyakhin </span> <i> at 2026-04-29T07:52:53-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>grammar and header = changes for SPV_INTEL_predicated_io (#585)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/948a3b0997e2dffea5484b3df7bd5590c5= b844cc">948a3b09</a></strong> <div> <span> by Ben Ashbaugh </span> <i> at 2026-04-29T08:10:46-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>header updates for = SPV_INTEL_rounded_divide_sqrt (#582)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/157de8e260e9362225c0ce9a6675d03496= 8abe15">157de8e2</a></strong> <div> <span> by mjkrol </span> <i> at 2026-04-29T08:42:37-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_MESA_fragme= nt_coverage_mask enumerants (#580) Reserve BuiltIn FragmentCoverageMaskMESA (4096) and Capability FragmentCoverageMESA (4097) for SPV_MESA_fragment_coverage_mask.</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/1a22b167081842915a1c78a0b5b5a353a2= 3284aa">1a22b167</a></strong> <div> <span> by alelenv </span> <i> at 2026-04-29T08:50:18-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update headers for = spirv issue 373 (#584)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/53b334f4a5f18fb1f2d367baeba8b43e2e= b0b62b">53b334f4</a></strong> <div> <span> by Matthew Moulton </span> <i> at 2026-04-29T15:25:01-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Reserve some tokens= for Samsung (#586)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/126038020c2bd47efaa942ccc364ca5353= ffccde">12603802</a></strong> <div> <span> by Arseniy Obolenskiy </span> <i> at 2026-04-30T13:51:58-07:00 </i= > </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix OpCompositeCons= tructContinuedINTEL operands (#587) * Fix OpCompositeConstructContinuedINTEL operands Remove IdResultType and IdResult from OpCompositeConstructContinuedINTEL This instruction is a continuation that supplies additional constituents = to a preceding OpCompositeConstruct and does not produce its own result * Update headers</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/1f2dd1627ae782fa999b6ed86514c6a905= 438e3c">1f2dd162</a></strong> <div> <span> by Spencer Fricke </span> <i> at 2026-05-05T12:29:58-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update spirv.core.g= rammar.json revision (#593)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/58006c901d1d5c37dece6b6610e9af87fa= 951375">58006c90</a></strong> <div> <span> by Shahbaz Youssefi </span> <i> at 2026-05-07T21:05:26-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Reserve ImageOperan= d 17 for Google (#589)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/98c842bd561ac67c5ff98d599c8c960ba9= edb7fd">98c842bd</a></strong> <div> <span> by Arseniy Obolenskiy </span> <i> at 2026-05-11T13:11:51+02:00 </i= > </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix OpReadPipeBlock= ingINTEL/OpWritePipeBlockingINTEL operands (#588) Per the SPV_INTEL_blocking_pipes spec, these instructions do not produce = a result, but have Pipe and Pointer id arguments instead</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/5c50cbd25a40f8b60e44a2ccc2f1ba3c9e= 0d0299">5c50cbd2</a></strong> <div> <span> by Dmitry Sidorov </span> <i> at 2026-05-13T15:01:58+02:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_AMD_weak_li= nkage extension (#583) Spec is available here KhronosGroup/SPIRV-Registry#401</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/62d3e8314d2c4f26de24ca508bca2070f3= d254aa">62d3e831</a></strong> <div> <span> by Spencer Fricke </span> <i> at 2026-05-13T11:47:28-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_KHR_opacity= _micromap (#599)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/3541d11cabd489bfa898ce2da631efab98= 70979b">3541d11c</a></strong> <div> <span> by K=C3=A9vin Petit </span> <i> at 2026-05-13T08:59:08-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add NonSemanticGrap= hDebugInfo instruction set (#591) Change-Id: Ibd080a73abc630fbd2b3068f9c22ab8c0e01c806 Signed-off-by: Kevin Petit <[email protected]></pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/82dfca37143878c848d8df1f9e4d746f65= e6827e">82dfca37</a></strong> <div> <span> by Faith Ekstrand </span> <i> at 2026-05-13T09:00:42-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Revert "Add SPV_MES= A_fragment_coverage_mask enumerants (#580)" (#598) This reverts commit 157de8e260e9362225c0ce9a6675d034968abe15.</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/fe44b2002bf7871e2e92fc001bc9f6e09f= 92194f">fe44b200</a></strong> <div> <span> by Ralph Potter </span> <i> at 2026-05-14T09:30:23-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>SPV_EXT_split_barri= er (#600) * SPV_EXT_split_barrier * Remove spurious capability</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/aaffbc59b41bf8faea671b0d1c6b34a584= c45171">aaffbc59</a></strong> <div> <span> by Jeff Bolz </span> <i> at 2026-05-15T11:51:25-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>SPV_NV_cooperative_= matrix_decode_vector (#601)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/8c5559c134abcf432ec59db842404087b9= 906c1a">8c5559c1</a></strong> <div> <span> by K=C3=A9vin Petit </span> <i> at 2026-05-20T08:39:51-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add ArmExperimental= MLOperations instruction set (#602) Change-Id: Id5e6f036ed0a1653ea9817c1d5b193c58403fe1d Signed-off-by: Kevin Petit <[email protected]></pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/1e770e7de8373a8dd49f23416cf7ca4001= d01040">1e770e7d</a></strong> <div> <span> by Jebrim </span> <i> at 2026-05-27T08:48:38-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add Pred as a new S= PIR-V source language (#606) * Add Pred as a new SPIR-V source language * Update spirv.bf * Update spirv.core.grammar.json * Update spirv.cs * Update spirv.hpp * Update spirv.hpp11 * Update spirv.json * Update spirv.lua * Update spirv.py * Update spv.d * Update spir-v.xml</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/c63848ecf2200425511319fd8bf2c17b75= 1e501e">c63848ec</a></strong> <div> <span> by apilatosba </span> <i> at 2026-06-17T11:38:53-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>added source langua= ge entry ApilaJai (#607)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/ed734383000313dd53e57aec28b35effc2= 8f8f61">ed734383</a></strong> <div> <span> by Khronos Group Web Services </span> <i> at 2026-06-24T11:37:39-0= 4:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>license: Add or upd= ate REUSE compliance (#609)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/daa093dd29aab8cbb6562b808370562f56= e399fb">daa093dd</a></strong> <div> <span> by Khronos Group Web Services </span> <i> at 2026-06-24T11:39:24-0= 4:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>chore: Add CONTRIBU= TING file (#608)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/575b6512579ebde466ed3dfc04e413439d= 14d95d">575b6512</a></strong> <div> <span> by K=C3=A9vin Petit </span> <i> at 2026-07-02T10:33:49-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add SPV_EXT_ocp_mic= roscaling_types (#613) Change-Id: I740dc505e052cc91d1e0807dca27bc21a2921e86</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/b3cabddafa58f437e2824094f267931d53= 0e62ad">b3cabdda</a></strong> <div> <span> by Wooyoung Kim </span> <i> at 2026-07-02T14:03:10-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>SPV_QCOM_multiple_w= ait_queues (#595)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/8d56066eee52f490535afd5731d5ae2fff= c85036">8d56066e</a></strong> <div> <span> by Wooyoung Kim </span> <i> at 2026-07-02T14:19:33-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>SPV_QCOM_image_proc= essing3 (#596)</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/02c0394e57af6dfdda7f68973df6aa20fc= 3f5def">02c0394e</a></strong> <div> <span> by dependabot[bot] </span> <i> at 2026-07-03T16:28:13-04:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Bump actions/checko= ut from 6 to 7 in the github-actions group (#612) Bumps the github-actions group with 1 update: [actions/checkout](https://= github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)= - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.norepl= y.github.com></pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/031272910fbb0cff1ae46ab81571956e10= 073da5">03127291</a></strong> <div> <span> by Matthew Moulton </span> <i> at 2026-07-08T08:45:27-07:00 </i> </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Implement Samsung I= ntrinsic decoration (#597) * Grammar and header updates for IntrinsicSAMSUNG Describe the new decoration in the grammar and update the header files to match. * Add new capability Add a simple capability to align with the new extension defined. * Include the capability for the Intrinsic decor List the IntrinsicSAMSUNG capability as needed for the IntrinsicSAMSUNG decoration in the grammar json file.</pre> </li> <li> <strong style=3D"font-weight: 600;"><a href=3D"https://salsa.debian.org/x= org-team/vulkan/spirv-headers/-/commit/29981f65241605e08b0ede4cfeb999fe3b= 723c6a">29981f65</a></strong> <div> <span> by Arseniy Obolenskiy </span> <i> at 2026-07-08T08:49:53-07:00 </i= > </div> <pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl= ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G= itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M= ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co= nsole", monospace; font-variant-ligatures: none; word-break: break-all; w= ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg= in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix Int64ImageEXT c= apability prerequisite to Int64 (#611) The Int64ImageEXT capability listed Shader as its prerequisite, but per S= PV_EXT_shader_image_int64 spec (https://github.khronos.org/SPIRV-Registry= /extensions/EXT/SPV_EXT_shader_image_int64.html) it implicitly declares I= nt64</pre> </li> </ul> <h4 style=3D"margin-top: 10px; margin-bottom: 10px;"> 28 changed files: </h4> <ul> <li class=3D"file-stats"> <a href=3D"#03e47e7ea066f9a69a618b579448034c580a3cd2"> .github/workflows/presubmit.yml </a> </li> <li class=3D"file-stats"> <a href=3D"#acb67900dcb6d5431494ac5ed6bf31d6e1af4506"> BUILD.bazel </a> </li> <li class=3D"file-stats"> <a href=3D"#0834ae016f8fea5cff771880c0be1d55299732ff"> CODE_OF_CONDUCT.md </a> </li> <li class=3D"file-stats"> <a href=3D"#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8"> <span class=3D"new-file"> + CONTRIBUTING.md </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d"> README.md </a> </li> <li class=3D"file-stats"> <a href=3D"#1cf311677e201e5180873c68e1a15b3a9a64f1e2"> REUSE.toml </a> </li> <li class=3D"file-stats"> <a href=3D"#7c875fef54268bc433a7fc46aa5fd6e96d58f32f"> SECURITY.md </a> </li> <li class=3D"file-stats"> <a href=3D"#26ee008bca928bfda44ea5d6b69b50381e1c8e71"> include/spirv/spir-v.xml </a> </li> <li class=3D"file-stats"> <a href=3D"#b91d377d33553950549650f5bbc8b93ba23efcc7"> <span class=3D"new-file"> + include/spirv/unified1/ArmExperimentalMLOperations.h </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#12aad1b68400979d15ac3767d129f448475dc16b"> <span class=3D"new-file"> + include/spirv/unified1/NonSemanticGraphDebugInfo.h </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#60b100061dc23e81f14edad36d09f5fcd7a66a76"> <span class=3D"new-file"> + include/spirv/unified1/NonSemanticShaderDebugInfo.h </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#50e867fc455fec2997c36c9d8ce0abba48279924"> include/spirv/unified1/NonSemanticShaderDebugInfo100.h </a> </li> <li class=3D"file-stats"> <a href=3D"#c0ebe188d9cec855d685920bde2e6a703d7c9d1c"> <span class=3D"new-file"> + include/spirv/unified1/extinst.arm.experimental-ml-operations.grammar.jso= n </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#f576af2d25db771d2d08a0166594716f4e577fa5"> <span class=3D"new-file"> + include/spirv/unified1/extinst.nonsemantic.graph.debuginfo.grammar.json </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#53dae7cb431ba422af68eeb1e370bd0ea5ae9031"> <span class=3D"new-file"> + include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.grammar.json </span> </a> </li> <li class=3D"file-stats"> <a href=3D"#638786fc61147cb82ebe07860291bf7ccc5cc996"> include/spirv/unified1/spirv.bf </a> </li> <li class=3D"file-stats"> <a href=3D"#df7373bed398e439ff31f752f002da199263c065"> include/spirv/unified1/spirv.core.grammar.json </a> </li> <li class=3D"file-stats"> <a href=3D"#92afc394887d2c28cd6a5df9963cbdc1d9af177a"> include/spirv/unified1/spirv.cs </a> </li> <li class=3D"file-stats"> <a href=3D"#326521a59c4d2d8af6667ce75af41c6b430b15df"> include/spirv/unified1/spirv.h </a> </li> <li class=3D"file-stats"> <a href=3D"#16cfc51656d48d8d26989b52c30f90c50f2a50e1"> include/spirv/unified1/spirv.hpp </a> </li> <li class=3D"file-stats"> <a href=3D"#3ec7c7ef496458fbdfed3763103f7bc951cbb1e0"> include/spirv/unified1/spirv.hpp11 </a> </li> <li class=3D"file-stats"> <a href=3D"#7e4bfb8080d03e9c4c54d08bd1e0d1703535f53b"> include/spirv/unified1/spirv.json </a> </li> <li class=3D"file-stats"> <a href=3D"#e7d7847976be1fdbeb0f3b8b5aedaa0d38e8f3f7"> include/spirv/unified1/spirv.lua </a> </li> <li class=3D"file-stats"> <a href=3D"#bef16861d904a36cb59c671c04d24c82777b6069"> include/spirv/unified1/spirv.py </a> </li> <li class=3D"file-stats"> <a href=3D"#51d5eb1031ffea341e1d1c43d21e33ca020966ea"> include/spirv/unified1/spv.d </a> </li> <li class=3D"file-stats"> <a href=3D"#7446ceff9a6a59c3c8de5a3d408e0bc71a37edf4"> tools/buildHeaders/bin/makeExtinstHeaders.py </a> </li> <li class=3D"file-stats"> <a href=3D"#68c35afa634f4541720bcad4d0c1f497b558124c"> tools/buildHeaders/jsonToSpirv.cpp </a> </li> <li class=3D"file-stats"> <a href=3D"#b26d1fbd004ea9d1fc550175b1ba4d95d72f1351"> tools/buildHeaders/jsonToSpirv.h </a> </li> </ul> <h5 style=3D"margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">= The diff was not included because it is too large. </h5> </div> <div class=3D"footer" style=3D"margin-top: 10px;"> <p style=3D"font-size: small; color: #626168;"> =E2=80=94 <br> <a href=3D"https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/comp= are/04f10f650d514df88b76d25e83db360142c7b174...29981f65241605e08b0ede4cfe= b999fe3b723c6a">View it on GitLab</a>. <br> You're receiving this email because of your account on <a target=3D"_blan= k" rel=3D"noopener noreferrer" href=3D"https://salsa.debian.org">salsa.de= bian.org</a>. <a href=3D"https://salsa.debian.org/-/profile/notifications= " target=3D"_blank" rel=3D"noopener noreferrer" class=3D"mng-notif-link">= Manage all notifications</a> =C2=B7 <a href=3D"https://salsa.debian.org/h= elp" target=3D"_blank" rel=3D"noopener noreferrer" class=3D"help-link">He= lp</a> <span style=3D"color: transparent; font-size: 0; display: none; overflow:= hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;"> Notification message regarding https://salsa.debian.org/xorg-team/vulkan/= spirv-headers/-/compare/04f10f650d514df88b76d25e83db360142c7b174...29981f= 65241605e08b0ede4cfeb999fe3b723c6a at 1785870678 </span> </p> </div> </body> </html> ----==_mimepart_6a723956a3fc8_551fb4a0134159--