Commit 3cf27e00 by John Kessenich

Merge branch 'hack_spirv_version_back' into 'master'

Hack the SPIR-V version to 1.0 to make all the tests stop failing. See merge request !20
parents 7b7168d0 69cd4089
...@@ -46,11 +46,11 @@ namespace spv { ...@@ -46,11 +46,11 @@ namespace spv {
typedef unsigned int Id; typedef unsigned int Id;
#define SPV_VERSION 0x10200 #define SPV_VERSION 0x10000
#define SPV_REVISION 1 #define SPV_REVISION 1
static const unsigned int MagicNumber = 0x07230203; static const unsigned int MagicNumber = 0x07230203;
static const unsigned int Version = 0x00010200; static const unsigned int Version = 0x00010000;
static const unsigned int Revision = 1; static const unsigned int Revision = 1;
static const unsigned int OpCodeMask = 0xffff; static const unsigned int OpCodeMask = 0xffff;
static const unsigned int WordCountShift = 16; static const unsigned int WordCountShift = 16;
......
spv.subgroupArithmetic.comp spv.subgroupArithmetic.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 2085 // Id's are bound by 2085
......
spv.subgroupBallot.comp spv.subgroupBallot.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 417 // Id's are bound by 417
......
spv.subgroupBasic.comp spv.subgroupBasic.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 41 // Id's are bound by 41
......
spv.subgroupClustered.comp spv.subgroupClustered.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 737 // Id's are bound by 737
......
spv.subgroupQuad.comp spv.subgroupQuad.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 616 // Id's are bound by 616
......
spv.subgroupShuffle.comp spv.subgroupShuffle.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 379 // Id's are bound by 379
......
spv.subgroupShuffleRelative.comp spv.subgroupShuffleRelative.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 379 // Id's are bound by 379
......
spv.subgroupVote.comp spv.subgroupVote.comp
Warning, version 450 is not yet complete; most version-specific features are present, but some are missing. Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
// Module Version 10200 // Module Version 10000
// Generated by (magic number): 80001 // Generated by (magic number): 80001
// Id's are bound by 216 // Id's are bound by 216
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment