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