Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-23 | Move SetContextMessageConsumer into libspirv namespace | David Neto | 1 | -0/+2 | |
Avoid polluting the global namespace. | |||||
2017-01-13 | Validation of OpEntryPoint usage. | Ehsan Nasiri | 1 | -1/+3 | |
According to the SPIRV Spec (2.16.1): * There is at least one OpEntryPoint instruction, unless the Linkage capability is being used. * No function can be targeted by both an OpEntryPoint instruction and an OpFunctionCall instruction. Also updated unit tests to includ OpEntryPoint. | |||||
2016-11-07 | Renaming test files to comply with Google style guide. | Lei Zhang | 1 | -0/+281 | |
Also posfixing test files with `_test' to make it more clear. |