Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / spirv-headers
Commits: 5e3ad389 by Romaric Jodin at 2024-04-23T13:44:59+02:00 VkspReflection non-sematic: add dispatchId in configuration (#425) This is needed to add new features intercepting buffers content in vksp. - - - - - acfc254a by Kévin Petit at 2024-05-08T08:54:14-07:00 Add utility functions to strinfigy value enums (#426) Only for C and C++. Signed-off-by: Kevin Petit <[email protected]> - - - - - 49a1fceb by gnl21 at 2024-05-08T08:57:13-07:00 Fix SPIR-V reserved ranges (#427) The unused portions hadn't been updated so were overlapping the reserved ranges. - - - - - ea77f2a8 by Kévin Petit at 2024-05-29T08:54:35-07:00 SPV_EXT_replicated_composites (#431) * SPV_EXT_replicated_composites Signed-off-by: Kevin Petit <[email protected]> * Move Composite instructions to "Composite" class * Fix instruction classes --------- Signed-off-by: Kevin Petit <[email protected]> - - - - - ff2afc3a by Nathan Gauër at 2024-05-30T14:23:24-04:00 Adds SPV_KHR_relaxed_extended_instruction (#434) Adds support for [SPV_KHR_relaxed_extended_instruction](https://gitlab.khronos.org/spirv/spirv-extensions/-/merge_requests/250) --------- Signed-off-by: Nathan Gauër <[email protected]> - - - - - fbf24029 by alan-baker at 2024-06-05T08:46:40-07:00 Enforce grammar naming conventions for aliases (#432) * Enforce grammar naming conventions for aliases Fixes #429 * Enforce Core -> KHR -> EXT -> Vendor conventions for aliased names * Update grammar to satisfy these conventions and regenerate headers * Prevent duplicate (token,name) pairs - - - - - eb49bb7b by Nathan Gauër at 2024-06-05T08:52:04-07:00 Add KHR suffix to OpExtInstWithForwardRefsKHR (#435) The KHR suffix was missing. Fixing headers. Signed-off-by: Nathan Gauër <[email protected]> - - - - - 2acb319a by Kévin Petit at 2024-06-12T08:41:14-07:00 SPV_ARM_cooperative_matrix_layouts (#433) Specification: https://github.com/KhronosGroup/SPIRV-Registry/pull/254 Change-Id: I9406eff3371f0c3061a867ea9e50428dfefba911 Signed-off-by: Kevin Petit <[email protected]> - - - - - 7 changed files: - include/spirv/spir-v.xml - include/spirv/unified1/NonSemanticVkspReflection.h - include/spirv/unified1/extinst.nonsemantic.vkspreflection.grammar.json - include/spirv/unified1/spirv.bf - include/spirv/unified1/spirv.core.grammar.json - include/spirv/unified1/spirv.cs - include/spirv/unified1/spirv.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/4f7b471f1a66b6d06462cd4ba57628cc0cd087d7...2acb319af38d43be3ea76bfabf3998e5281d8d12 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/4f7b471f1a66b6d06462cd4ba57628cc0cd087d7...2acb319af38d43be3ea76bfabf3998e5281d8d12 You're receiving this email because of your account on salsa.debian.org.

