1. b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 6 years ago
  2. ebfd91a Remove Unix executable permission from text files by Rémi Verschelde · 6 years ago
  3. 717c80a SPV: Isolate SPIRV-tools glue to its own file. by John Kessenich · 6 years ago
  4. 1de8e54 Fixed GCC+Clang errors and warnings on Linux and OSX. by Branimir Karadžić · 7 years ago
  5. a372a3e Versioning: Update some version strings. Still need better overall version. by John Kessenich · 7 years ago
  6. cd1f169 Enable HLSL legalization by GregF · 7 years ago
  7. 121853f SPV: Add OpSource shader source code and file name. by John Kessenich · 7 years ago
  8. 23d3c71 [lumped builds] Add include guards (#pragma once) to header files that did not have any. by Aras Pranckevicius · 8 years ago
  9. aea3c89 Added --vn option to generate a C header file containing a variable assigned to the hex representation of the shader. This is a standard feature on Microsoft's HLSL compiler and it allows developers to include pre-compiled shaders directly into the code. This option enables "Hex output", so it is NOT required to specify -x as well. The output file name is preserved, so no ".h" extension is added. If you want the output file to have ".h" extension then you have to specify it on the output file name. The generated header file uses the "#pragma once" pragma to avoid multiple inclusions. by Flavio · 8 years ago
  10. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  11. 8e1e717 fixed MSVC 2015 compile warnings by Johannes van Waveren · 8 years ago
  12. ecb0f3b Added -x option to save SPIR-V as 32-bit hexadecimal numbers to a text file. by Johannes van Waveren · 8 years ago
  13. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 9 years ago
  14. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 9 years ago
  15. 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 9 years ago
  16. 68d78fd Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. by John Kessenich · 9 years ago
  17. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  18. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago[Renamed (89%) from BIL/GlslangToBil.h]
  19. a7a68a9 Non-functional misc. changes. Slight increase in performance from moving two performance path methods into a header. by John Kessenich · 10 years ago
  20. 92f9038 Create dummy side project. by John Kessenich · 10 years ago