diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-15 14:35:10 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-15 14:35:10 +0900 |
| commit | 8366cdd22448548116b4cc2f719fee73f8c30e91 (patch) | |
| tree | f60c5ab9ba35116cadbcd8af2ff1b25e45b2155f /internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch | |
| parent | 05f9939077ce5144a648ef537bbe79f294e2307c (diff) | |
internal/rosa/package/spirv: spirv-tools 2026.1 to 2026.2
Upstream does not appear to understand the point of tags, so include relevant unreleased changes here.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch')
| -rw-r--r-- | internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch b/internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch new file mode 100644 index 00000000..f0f8b615 --- /dev/null +++ b/internal/rosa/package/spirv/0004-Update-headers-for-spirv-issue-373-584.patch @@ -0,0 +1,26 @@ +From 1a22b167081842915a1c78a0b5b5a353a23284aa Mon Sep 17 00:00:00 2001 +From: alelenv <40001162+alelenv@users.noreply.github.com> +Date: Wed, 29 Apr 2026 08:50:18 -0700 +Subject: [PATCH 04/26] Update headers for spirv issue 373 (#584) + +--- + include/spirv/unified1/spirv.core.grammar.json | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json +index 1a6a490..c7e3cc3 100644 +--- a/include/spirv/unified1/spirv.core.grammar.json ++++ b/include/spirv/unified1/spirv.core.grammar.json +@@ -6505,7 +6505,8 @@ + { "kind" : "IdRef", "name" : "Hit Object" }, + { "kind" : "IdRef", "name" : "Ray Query" }, + { "kind" : "IdRef", "name" : "SBT Record Index" }, +- { "kind" : "IdRef", "name" : "Hit Object Attributes" } ++ { "kind" : "IdRef", "name" : "Hit Object Attributes" }, ++ { "kind" : "IdRef", "quantifier" : "?", "name" : "Hit Kind" } + ], + "capabilities" : [ "ShaderInvocationReorderEXT" ], + "version" : "None" +-- +2.54.0 + |
