1. a372a3e Versioning: Update some version strings. Still need better overall version. by John Kessenich · 7 years ago
  2. cd1f169 Enable HLSL legalization by GregF · 7 years ago
  3. 121853f SPV: Add OpSource shader source code and file name. by John Kessenich · 7 years ago
  4. 23d3c71 [lumped builds] Add include guards (#pragma once) to header files that did not have any. by Aras Pranckevicius · 7 years ago
  5. 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
  6. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  7. 8e1e717 fixed MSVC 2015 compile warnings by Johannes van Waveren · 8 years ago
  8. ecb0f3b Added -x option to save SPIR-V as 32-bit hexadecimal numbers to a text file. by Johannes van Waveren · 8 years ago
  9. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 8 years ago
  10. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 8 years ago
  11. 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 9 years ago
  12. 68d78fd Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. by John Kessenich · 9 years ago
  13. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  14. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago[Renamed (89%) from BIL/GlslangToBil.h]
  15. a7a68a9 Non-functional misc. changes. Slight increase in performance from moving two performance path methods into a header. by John Kessenich · 10 years ago
  16. 92f9038 Create dummy side project. by John Kessenich · 10 years ago