diff options
author | John Kessenich <johnkslang@users.noreply.github.com> | 2017-07-21 14:26:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 14:26:56 +0900 |
commit | 4a7a9fdaa984af968a382e24ebe1bc3fedc4e73a (patch) | |
tree | 97297a7525dc88df212396e300612724d4e9f3ab | |
parent | 661ad91124e6af2272afd00f804d8aa276e17107 (diff) | |
parent | 1a19bc7258dcabeca8a68ce53c52bc01284f041f (diff) | |
download | SPIRV-Headers-4a7a9fdaa984af968a382e24ebe1bc3fedc4e73a.tar.gz SPIRV-Headers-4a7a9fdaa984af968a382e24ebe1bc3fedc4e73a.tar.bz2 SPIRV-Headers-4a7a9fdaa984af968a382e24ebe1bc3fedc4e73a.zip |
Merge pull request #41 from metora/master
Reserve number 16 to Mesa-IR/SPIR-V Translator
-rw-r--r-- | include/spirv/spir-v.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml index f95a37c..413bcfe 100644 --- a/include/spirv/spir-v.xml +++ b/include/spirv/spir-v.xml @@ -65,7 +65,8 @@ <id value="13" vendor="Google" tool="Shaderc over Glslang" comment="Contact David Neto, dneto@google.com"/> <id value="14" vendor="Google" tool="spiregg" comment="Contact Lei Zhang, antiagainst@google.com"/> <id value="15" vendor="Google" tool="rspirv" comment="Contact Lei Zhang, antiagainst@gmail.com"/> - <unused start="16" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <id value="16" vendor="X-LEGEND" tool="Mesa-IR/SPIR-V Translator" comment="Contact Metora Wang, github:metora/MesaGLSLCompiler"/> + <unused start="17" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> |