1. 3066953 Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52. by John Kessenich · 9 years ago
  2. d7c5ead Compile fixes for gcc -Wall by baldurk · 9 years ago
  3. 426394d AST -> SPV: Add basic atomic_uint and atomic*() built-in function functionality. by John Kessenich · 9 years ago
  4. 3e6a33c spv::Builder::Loop constructor inits all members. by David Neto · 9 years ago
  5. 96f4911 SPV: Make previous commit compile with MSVC 2012. by John Kessenich · 9 years ago
  6. c22f37c Generate correctly structured do-while loops. by David Neto · 9 years ago
  7. d76692d on x64, size_t is 64-bit and int is 32-bit, so needs an explicit cast by baldurk · 9 years ago
  8. a5ade51 Fix most clang warnings by Andre Weissflog · 9 years ago
  9. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  10. fae38ee glslang portability: Fixed a slew of OSX compilation warnings (but not all). by John Kessenich · 9 years ago
  11. 79eaa91 glslang portability: Resolve OSX errors, some other OS warnings. by John Kessenich · 9 years ago
  12. 06e1d0b glslang -> SPV: Improvements in swizzles on access chains: Bug 14007 (wrong type), simplications, tests, support mixed swizzle with dynamic component selection. by John Kessenich · 9 years ago
  13. e61ed59 glsl -> SPV: fix OpVectorInsertDynamic result type bug. by John Kessenich · 9 years ago
  14. 593a3f7 glslang -> SPV: improved support for do-while/continue. Contributed by David Neto (dneto@google.com). by John Kessenich · 9 years ago
  15. 93dfbe1 glslang: Fix over 100 warnings from MSVC warning level 4. by John Kessenich · 9 years ago
  16. 735a2ef glslang -> SPV: 1) Include post switch-break unreachable blocks and 2) Generally, don't emit degenerate (basically empty) unreachable blocks. by John Kessenich · 9 years ago
  17. bcef333 SPV: Emit layout(index=) as Index decoration. by John Kessenich · 9 years ago
  18. edd1819 glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code). Partly from a submission, partly addressing bug 13772. by John Kessenich · 9 years ago
  19. 5302c7d glslang -> SPIR-V: Correct renaming mistake made in moving to the auto-generated headers. by John Kessenich · 9 years ago
  20. b40d6ac glslang AST -> SPIR-V: Move to new auto-generated official headers, and for the disassembler, mirror the split done between the auto-generation header database and the specification. by John Kessenich · 9 years ago
  21. 1f77cac glslang -> SPIR-V: Correct code generated for EmitStreamVertex and EndStreamPrimitive. by John Kessenich · 9 years ago
  22. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago