aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2019-07-03 09:55:23 -0600
committerGitHub <noreply@github.com>2019-07-03 09:55:23 -0600
commit29c11140baaf9f7fdaa39a583672c556bf1795a1 (patch)
tree7e3573d985eca9a2ad8e00e82cbe6d2075e506e9
parent123dc278f204f8e833e1a88d31c46d0edf81d4b2 (diff)
parent739546b1c06da736881e228ddbc8bc8257955f0d (diff)
downloadspirv-headers-29c11140baaf9f7fdaa39a583672c556bf1795a1.tar.gz
Merge pull request #120 from antiagainst/mlir-serializer
Reserve ID 22 for MLIR SPIR-V Serializer
-rw-r--r--include/spirv/spir-v.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index 67f6dc5..4b4dd5e 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -71,7 +71,8 @@
<id value="19" vendor="Clay" tool="Clay Shader Compiler" comment="Contact info@clayengine.com"/>
<id value="20" vendor="W3C WebGPU Group" tool="WHLSL Shader Translator" comment="https://github.com/gpuweb/WHLSL"/>
<id value="21" vendor="Google" tool="Clspv" comment="Contact David Neto, dneto@google.com"/>
- <unused start="22" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
+ <id value="22" vendor="Google" tool="MLIR SPIR-V Serializer" comment="Contact Lei Zhang, antiagainst@google.com"/>
+ <unused start="23" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>
<!-- SECTION: SPIR-V Opcodes and Enumerants -->