aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2018-03-29 11:14:45 -0600
committerGitHub <noreply@github.com>2018-03-29 11:14:45 -0600
commit80b0a0cc81ce1005d81a4280d65725fa29582a71 (patch)
treec01b570f49d183a4ad080573c1803eefd86aa3f2
parentb13b3be4cc38eb0b2f4b1d296f3fa41b27cefc5e (diff)
parent10335f3e989b447ce71b89b351158632c35e9d46 (diff)
downloadspirv-headers-80b0a0cc81ce1005d81a4280d65725fa29582a71.tar.gz
Merge pull request #66 from bashbaug/intel_enum_block
reserve 2x SPIR-V enum blocks for upcoming Intel extensions
-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 4629b05..017615d 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -104,6 +104,7 @@
<ids type="opcode" start="5504" end="5567" vendor="Imagination"/>
<ids type="opcode" start="5568" end="5631" vendor="Intel" comment="Contact ben.ashbaugh@intel.com"/>
<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"/>
<!-- 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
@@ -112,6 +113,6 @@
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
- <ids type="opcode" start="5696" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
+ <ids type="opcode" start="5824" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
</registry>