diff options
author | John Kessenich <johnkslang@users.noreply.github.com> | 2023-06-14 10:36:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 10:36:05 -0600 |
commit | 6e09e44cd88a5297433411b2ee52f4cf9f50fa90 (patch) | |
tree | ff9efa3ce79ca79b2d0dff90924901a2859381fa | |
parent | 8e2ad27488ed2f87c068c01a8f5e8979f7086405 (diff) | |
parent | eb25064289fd50aee836df9b2b3109b31a5877cc (diff) | |
download | SPIRV-Headers-6e09e44cd88a5297433411b2ee52f4cf9f50fa90.tar.gz SPIRV-Headers-6e09e44cd88a5297433411b2ee52f4cf9f50fa90.tar.bz2 SPIRV-Headers-6e09e44cd88a5297433411b2ee52f4cf9f50fa90.zip |
Merge pull request #350 from facebook/meta_enums
Reserve SPIR-V enums for Meta
-rw-r--r-- | include/spirv/spir-v.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml index 48ba7b4..b6cad39 100644 --- a/include/spirv/spir-v.xml +++ b/include/spirv/spir-v.xml @@ -88,7 +88,8 @@ <id value="35" vendor="Saarland University" tool="Shady" comment="Contact Hugo Devillers devillers@uni-saarland.de, Repo https://github.com/Hugobros3/shady"/> <id value="36" vendor="Taichi Graphics" tool="Taichi" comment="Contact Rendong Liang rendongliang@taichi.graphics, Repo https://github.com/taichi-dev/taichi"/> <id value="37" vendor="heroseh" tool="Hero C Compiler" comment="https://github.com/heroseh/hcc"/> - <unused start="38" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> + <id value="38" vendor="Meta" tool="SparkSL" comment="Contact Dunfan Lu, dunfanlu@meta.com, https://sparkar.facebook.com/ar-studio/learn/sparksl/sparksl-overview"/> + <unused start="39" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/> </ids> <!-- SECTION: SPIR-V Opcodes and Enumerants --> @@ -144,6 +145,7 @@ <ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/> <ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact duncan.brawley@codeplay.com"/> <ids type="opcode" start="6592" end="6655" vendor="Saarland University" comment="Contact devillers@cg.uni-saarland.de"/> + <ids type="opcode" start="6656" end="6719" vendor="Meta" comment="Contact dunfanlu@meta.com"/> <!-- Opcode enumerants to reserve for future use. To get a block, allocate multiples of 64 starting at the lowest available point in this block and add a corresponding <ids> tag immediately above. Make @@ -176,6 +178,7 @@ <ids type="enumerant" start="6464" end="6527" vendor="Mikkosoft Productions" comment="Contact Mikko Rasa, tdb@tdb.fi"/> <ids type="enumerant" start="6528" end="6591" vendor="Codeplay" comment="Contact duncan.brawley@codeplay.com"/> <ids type="enumerant" start="6592" end="6655" vendor="Saarland University" comment="Contact devillers@cg.uni-saarland.de"/> + <ids type="enumerant" start="6656" end="6719" vendor="Meta" comment="Contact dunfanlu@meta.com"/> <!-- Enumerants to reserve for future use. To get a block, allocate multiples of 64 starting at the lowest available point in this block and add a corresponding <ids> tag immediately above. Make |