1. 2505057 SPV: Memory model: Reduce set of memory-semantic bits requested for "all". by John Kessenich · 7 years ago
  2. 8297936 SPV: Change barrier emission to conform to Khronos decisions. by John Kessenich · 7 years ago
  3. 2baa774 Linux build warning fix by LoopDawg · 7 years ago
  4. 121853f SPV: Add OpSource shader source code and file name. by John Kessenich · 7 years ago
  5. 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
  6. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  7. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  8. 4016e38 Build: Switch to Rev. 6 of headers, removing "BadValue" enum stuff. by John Kessenich · 8 years ago
  9. c51287d SPV: Update to spec. decisions (and issue #205) for barrier(). by John Kessenich · 8 years ago
  10. d3d3ce7 Comments only. by John Kessenich · 8 years ago
  11. da39733 Remove decoration of undefined IDs by qining · 9 years ago
  12. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  13. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  14. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  15. 34bc6c3 Explicitly initialize Instruction::block. by Dejan Mircevski · 9 years ago
  16. fa24290 Make Instruction::getBlock() const. by Dejan Mircevski · 9 years ago
  17. 377f0ca Fix merge issues. by Dejan Mircevski · 9 years ago
  18. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  19. 44bfb0d Implement inReadableOrder(). by Dejan Mircevski · 9 years ago
  20. 5fe789b Add Block::successors. by Dejan Mircevski · 9 years ago
  21. b7946d1 Free memory associated with SPIR-V generation. by Andrew Woloszyn · 9 years ago
  22. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  23. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  24. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  25. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  26. 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
  27. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  28. 93dfbe1 glslang: Fix over 100 warnings from MSVC warning level 4. by John Kessenich · 9 years ago
  29. 3a44d7f glslang spvIR.h: Portability improvement. by John Kessenich · 9 years ago
  30. 1cfc71b glslang->SPV: Fix addStringOperand so it saves the string argument early, before the str parameter variable is modified. Otherwise you save a garbage string (buffer overrun?) because "str" has run past the terminating NUL. Contributor: Â Lei Zhang antiagainst@google.com by John Kessenich · 9 years ago
  31. 11f5fc0 glslang preprocassor: Fix operator precedence bug. by John Kessenich · 9 years ago
  32. b7cc331 glslang portability: add a #include <cassert>. by John Kessenich · 9 years ago
  33. 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
  34. 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 · 10 years ago
  35. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago