CHANGES revision 11cd02dfb91661c65134cac258cf5924270e9d2b
1Revision history for Shaderc
2
3v2016.1-dev 2016-07-08
4 - Start v2016.1
5
6v2016.0 2016-07-07
7
8 - Adds v<year>.<index> versioning, with "-dev" suffix to indicate work in
9   progress. The intent is to summarize and report functionalities more easily
10   for incorporating into downstream projects.
11
12 - Summary of functionalities (See the README.md for more details):
13   - Provides libraries and command line tools for generating SPIR-V modules
14   - Supports GLSL source code or SPIR-V assembly as input
15   - Supports SPIR-V binary or assembly text as output
16   - Command line options follow GCC/Clang conventions
17   - Supports various semantics (OpenGL, OpenGL Compatible and Vulkan)
18   - Supports #include
19   - Supports user-defined macros
20   - Supports dependency information dumping
21