Home | History | Annotate | Download | only in shaderc
      1 Revision history for Shaderc
      2 
      3 v2016.1-dev 2016-07-08
      4  - Start v2016.1
      5 
      6 v2016.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