aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2019-05-23 14:31:30 -0600
committerGitHub <noreply@github.com>2019-05-23 14:31:30 -0600
commit7f4277e21b5265043b26bd9e95e3dc2181316360 (patch)
tree9866b2555c11c76390433ee551d44d919173e3d1
parent9674a1a547540ab5e78dd329cf9f7ff9d8c9d057 (diff)
parent1edd6c43a91ef19384468911c8b12461cc705640 (diff)
downloadspirv-headers-7f4277e21b5265043b26bd9e95e3dc2181316360.tar.gz
Merge pull request #111 from Naghasan/codeplay-range
Reserve token range for Codeplay
-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 f383d72..424c68a 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -109,6 +109,7 @@
<ids type="opcode" start="5632" end="5695" vendor="Google" comment="Contact dneto@google.com"/>
<ids type="opcode" start="5696" end="5823" vendor="Intel" comment="Contact ben.ashbaugh@intel.com"/>
<ids type="opcode" start="5824" end="5951" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
+ <ids type="opcode" start="5952" end="6015" vendor="Codeplay" comment="Contact victor@codeplay.com"/>
<!-- 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
@@ -117,6 +118,6 @@
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
- <ids type="opcode" start="5952" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
+ <ids type="opcode" start="6016" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
</registry>