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