1. 4df1033 SPV: Partially address #2293: correct "const in" precision matching. by John Kessenich · 4 years, 3 months ago
  2. 1fff362 Build warning: Fix #2167: Remove nested reuse of 'unreachable'. by John Kessenich · 4 years, 6 months ago
  3. 0552c0a Remove std::move that is breaking chromium roll by Ryan Harrison · 5 years ago
  4. 31c3370 Bump up the generator version, which is exposed in SPV test results. by John Kessenich · 5 years ago
  5. 8c3d5b4 SPIR-V: Aggressively prune unreachable merge, continue target by David Neto · 5 years ago
  6. 6cca0e9 Remove extraneous semicolons by Shahbaz Youssefi · 5 years ago
  7. 4605e2e Implement GL_NV_cooperative_matrix by Jeff Bolz · 6 years ago
  8. 9f2aec4 GL_EXT_buffer_reference by Jeff Bolz · 6 years ago
  9. b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 6 years ago
  10. 97068d8 Merge pull request #1465 from otakuto/remove-execute-permissions by John Kessenich · 6 years ago
  11. 31aa3d6 SPV: only declare the pure 8/16-bit capabilities when needed. by John Kessenich · 6 years ago
  12. 149afc3 SPV: More corrections of <id> versus "immediate" operands. by John Kessenich · 6 years ago
  13. 228e964 SPV: Correct SPIR-V operands for <id> versus immediate. by John Kessenich · 6 years ago
  14. d03da06 Remove execute permissions by otakuto · 6 years ago
  15. d3ed90b Fix #944: Convert argument type to match formal parameter type. by John Kessenich · 6 years ago
  16. 2505057 SPV: Memory model: Reduce set of memory-semantic bits requested for "all". by John Kessenich · 7 years ago
  17. 8297936 SPV: Change barrier emission to conform to Khronos decisions. by John Kessenich · 7 years ago
  18. 2baa774 Linux build warning fix by LoopDawg · 7 years ago
  19. 121853f SPV: Add OpSource shader source code and file name. by John Kessenich · 7 years ago
  20. 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
  21. 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
  22. ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
  23. 4016e38 Build: Switch to Rev. 6 of headers, removing "BadValue" enum stuff. by John Kessenich · 8 years ago
  24. c51287d SPV: Update to spec. decisions (and issue #205) for barrier(). by John Kessenich · 8 years ago
  25. d3d3ce7 Comments only. by John Kessenich · 8 years ago
  26. da39733 Remove decoration of undefined IDs by qining · 9 years ago
  27. 4889167 SPV: Use a more accurate MemorySemanticsAllMemory mask. by John Kessenich · 9 years ago
  28. ed55bcd Don't remove SPIR-V blocks before codegen. by Dejan Mircevski · 9 years ago
  29. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  30. 34bc6c3 Explicitly initialize Instruction::block. by Dejan Mircevski · 9 years ago
  31. fa24290 Make Instruction::getBlock() const. by Dejan Mircevski · 9 years ago
  32. 377f0ca Fix merge issues. by Dejan Mircevski · 9 years ago
  33. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  34. 44bfb0d Implement inReadableOrder(). by Dejan Mircevski · 9 years ago
  35. 5fe789b Add Block::successors. by Dejan Mircevski · 9 years ago
  36. b7946d1 Free memory associated with SPIR-V generation. by Andrew Woloszyn · 9 years ago
  37. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  38. e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
  39. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  40. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  41. 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
  42. 140f3df Final round for line endings. by John Kessenich · 9 years ago
  43. 93dfbe1 glslang: Fix over 100 warnings from MSVC warning level 4. by John Kessenich · 9 years ago
  44. 3a44d7f glslang spvIR.h: Portability improvement. by John Kessenich · 9 years ago
  45. 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
  46. 11f5fc0 glslang preprocassor: Fix operator precedence bug. by John Kessenich · 9 years ago
  47. b7cc331 glslang portability: add a #include <cassert>. by John Kessenich · 9 years ago
  48. 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
  49. 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
  50. 0df0cde glslangValidator: Add straightforward SPIR-V support (non-optimizing, ~3.x functionality). by John Kessenich · 10 years ago