-
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 <kevin.petit@arm.com>
-
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 <kevin.petit@arm.com>
* Move Composite instructions to "Composite" class
* Fix instruction classes
---------
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
-
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 <brioche@google.com>
-
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 <brioche@google.com>
-
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 <kevin.petit@arm.com>