aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/1.1
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2017-05-15 23:34:12 -0600
committerJohn Kessenich <cepheus@frii.com>2017-05-15 23:34:12 -0600
commit63e1062a194750b354d48be8c16750d7a4d0dc4e (patch)
tree9184f7131a80e977128f1df00a1ac41718cf3956 /include/spirv/1.1
parentdb5cf6176137003ca4c25df96f7c0649998c3499 (diff)
downloadspirv-headers-63e1062a194750b354d48be8c16750d7a4d0dc4e.tar.gz
Add version 1.2 headers, update 1.1 to rev. 7, and 1.0 to rev. 11.
Diffstat (limited to 'include/spirv/1.1')
-rw-r--r--include/spirv/1.1/spirv.core.grammar.json2
-rw-r--r--include/spirv/1.1/spirv.h4
-rw-r--r--include/spirv/1.1/spirv.hpp4
-rw-r--r--include/spirv/1.1/spirv.hpp114
-rw-r--r--include/spirv/1.1/spirv.json2
-rw-r--r--include/spirv/1.1/spirv.lua2
-rw-r--r--include/spirv/1.1/spirv.py2
7 files changed, 10 insertions, 10 deletions
diff --git a/include/spirv/1.1/spirv.core.grammar.json b/include/spirv/1.1/spirv.core.grammar.json
index c3c62d3..037b01b 100644
--- a/include/spirv/1.1/spirv.core.grammar.json
+++ b/include/spirv/1.1/spirv.core.grammar.json
@@ -27,7 +27,7 @@
"magic_number" : "0x07230203",
"major_version" : 1,
"minor_version" : 1,
- "revision" : 6,
+ "revision" : 7,
"instructions" : [
{
"opname" : "OpNop",
diff --git a/include/spirv/1.1/spirv.h b/include/spirv/1.1/spirv.h
index 65a50ef..173d77b 100644
--- a/include/spirv/1.1/spirv.h
+++ b/include/spirv/1.1/spirv.h
@@ -51,11 +51,11 @@
typedef unsigned int SpvId;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 6
+#define SPV_REVISION 7
static const unsigned int SpvMagicNumber = 0x07230203;
static const unsigned int SpvVersion = 0x00010100;
-static const unsigned int SpvRevision = 6;
+static const unsigned int SpvRevision = 7;
static const unsigned int SpvOpCodeMask = 0xffff;
static const unsigned int SpvWordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.hpp b/include/spirv/1.1/spirv.hpp
index a70c595..d87bd02 100644
--- a/include/spirv/1.1/spirv.hpp
+++ b/include/spirv/1.1/spirv.hpp
@@ -47,11 +47,11 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 6
+#define SPV_REVISION 7
static const unsigned int MagicNumber = 0x07230203;
static const unsigned int Version = 0x00010100;
-static const unsigned int Revision = 6;
+static const unsigned int Revision = 7;
static const unsigned int OpCodeMask = 0xffff;
static const unsigned int WordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.hpp11 b/include/spirv/1.1/spirv.hpp11
index cb089a7..a681e14 100644
--- a/include/spirv/1.1/spirv.hpp11
+++ b/include/spirv/1.1/spirv.hpp11
@@ -47,11 +47,11 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10100
-#define SPV_REVISION 6
+#define SPV_REVISION 7
static const unsigned int MagicNumber = 0x07230203;
static const unsigned int Version = 0x00010100;
-static const unsigned int Revision = 6;
+static const unsigned int Revision = 7;
static const unsigned int OpCodeMask = 0xffff;
static const unsigned int WordCountShift = 16;
diff --git a/include/spirv/1.1/spirv.json b/include/spirv/1.1/spirv.json
index b5a77d0..85d607f 100644
--- a/include/spirv/1.1/spirv.json
+++ b/include/spirv/1.1/spirv.json
@@ -52,7 +52,7 @@
],
"MagicNumber": 119734787,
"Version": 65792,
- "Revision": 6,
+ "Revision": 7,
"OpCodeMask": 65535,
"WordCountShift": 16
},
diff --git a/include/spirv/1.1/spirv.lua b/include/spirv/1.1/spirv.lua
index 743ba71..9ef12d5 100644
--- a/include/spirv/1.1/spirv.lua
+++ b/include/spirv/1.1/spirv.lua
@@ -42,7 +42,7 @@
spv = {
MagicNumber = 0x07230203,
Version = 0x00010100,
- Revision = 6,
+ Revision = 7,
OpCodeMask = 0xffff,
WordCountShift = 16,
diff --git a/include/spirv/1.1/spirv.py b/include/spirv/1.1/spirv.py
index 75f42dc..3e795ae 100644
--- a/include/spirv/1.1/spirv.py
+++ b/include/spirv/1.1/spirv.py
@@ -42,7 +42,7 @@
spv = {
'MagicNumber' : 0x07230203,
'Version' : 0x00010100,
- 'Revision' : 6,
+ 'Revision' : 7,
'OpCodeMask' : 0xffff,
'WordCountShift' : 16,