aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-10-22 02:22:42 -0600
committerJohn Kessenich <cepheus@frii.com>2016-10-22 02:22:42 -0600
commitbd47a9abaefac00be692eae677daed1b977e625c (patch)
tree50389a22d1a3784cba1dcad63c2ccc13efbec10e
parente22d57b0f7d170bdcff8672eb3fb6cd5f5fd0f26 (diff)
downloadspirv-headers-bd47a9abaefac00be692eae677daed1b977e625c.tar.gz
Add Imagination as a vendor and reserve an enum range for them.
-rw-r--r--include/spirv/spir-v.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index ba22f9b..7f08814 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -61,7 +61,8 @@
<id value="9" vendor="Qualcomm" comment="Contact weifengz@qti.qualcomm.com"/>
<id value="10" vendor="AMD" comment="Contact Daniel Rakos, daniel.rakos@amd.com"/>
<id value="11" vendor="Intel" comment="Contact Alexey, alexey.bader@intel.com"/>
- <unused start="12" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
+ <id value="12" vendor="Imagination" comment="Contact James Jones"/>
+ <unused start="13" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>
<!-- SECTION: SPIR-V Opcodes and Enumerants -->
@@ -94,7 +95,7 @@
<ids type="opcode" start="4480" end="4991" vendor="Qualcomm" comment="Contact weifengz@qti.qualcomm.com"/>
<ids type="opcode" start="4992" end="5247" vendor="AMD"/>
<ids type="opcode" start="5248" end="5503" vendor="NVIDIA"/>
-
+ <ids type="opcode" start="5504" end="5567" vendor="Imagination"/>
<!-- Opcodes & enumerants reservable 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