forked from rosa/hakurei
8366cdd224
Upstream does not appear to understand the point of tags, so include relevant unreleased changes here. Signed-off-by: Ophestra <cat@gensokyo.uk>
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 58006c901d1d5c37dece6b6610e9af87fa951375 Mon Sep 17 00:00:00 2001
|
|
From: Shahbaz Youssefi <syoussefi@chromium.org>
|
|
Date: Thu, 7 May 2026 21:05:26 -0400
|
|
Subject: [PATCH 08/26] Reserve ImageOperand 17 for Google (#589)
|
|
|
|
---
|
|
include/spirv/spir-v.xml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
|
|
index 3b3cfb3..69a2c2a 100644
|
|
--- a/include/spirv/spir-v.xml
|
|
+++ b/include/spirv/spir-v.xml
|
|
@@ -290,7 +290,8 @@
|
|
<!-- Reserved image operand bits -->
|
|
<ids type="ImageOperand" start="0" end="15" vendor="Khronos" comment="Reserved ImageOperand bits, not available to vendors - see the SPIR-V Specification"/>
|
|
<ids type="ImageOperand" start="16" end="16" vendor="Nvidia" comment="Contact pmistry@nvidia.com"/>
|
|
- <ids type="ImageOperand" start="17" end="30" comment="Unreserved bits reservable for use by vendors"/>
|
|
+ <ids type="ImageOperand" start="17" end="17" vendor="Google" comment="Contact syoussefi@google.com"/>
|
|
+ <ids type="ImageOperand" start="18" end="30" comment="Unreserved bits reservable for use by vendors"/>
|
|
<ids type="ImageOperand" start="31" end="31" vendor="Khronos" comment="Reserved ImageOperand bit, not available to vendors"/>
|
|
|
|
</registry>
|
|
--
|
|
2.54.0
|
|
|