1. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 8 years ago
  2. 1354520 Spec Constant Operations by qining · 9 years ago
  3. 0840838 Support specialization composite constants by qining · 9 years ago
  4. 2677d91 Test dead-decoration removal. by Dejan Mircevski · 9 years ago
  5. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  6. 2725323 SPV: Fix an issue caused by bool-to-uint32 conversion. by Rex Xu · 9 years ago
  7. 1da878f SPV: Add support for memory qualifiers. by Rex Xu · 9 years ago
  8. 6c292d3 SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). by John Kessenich · 9 years ago
  9. 2ab5a37 Add Test/spv.for-complex-condition.vert. by Dejan Mircevski · 9 years ago
  10. e7f6cac Merge branch 'topo' into loopgen-after-readable-order by Dejan Mircevski · 9 years ago
  11. 38d039d Rework inReadableOrder() as a recursive descent. by Dejan Mircevski · 9 years ago
  12. baa55a1 Add spv.branch-return.vert and fix inReadableOrder(). by Dejan Mircevski · 9 years ago
  13. dba2826 Merge branch 'master' of github.com:google/glslang into loopgen by Dejan Mircevski · 9 years ago
  14. c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
  15. 48edadf Parser & SPV: Implement two extensions regarding GLSL sparse texture. by Rex Xu · 9 years ago
  16. f85e806 SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing. by John Kessenich · 9 years ago
  17. cbc426e SPV: Implement GLSL built-in bitcast functions. by Rex Xu · 9 years ago
  18. e723b45 SPV: Scalar smear operation should use type of the scalar to make the by Rex Xu · 9 years ago
  19. e00e72d SPV: Protect getStorageClass() with a test that the thing is pointer. by John Kessenich · 9 years ago
  20. 7a26c17 SPV: Implement GLSL interpolation built-in functions. by Rex Xu · 9 years ago
  21. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  22. fa540d1 SPV: Remove accidental inclusion of a test. by John Kessenich · 9 years ago
  23. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  24. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  25. 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
  26. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  27. 426394d AST -> SPV: Add basic atomic_uint and atomic*() built-in function functionality. by John Kessenich · 9 years ago
  28. c555ddd glslang preprocessing: Add -E option to print out preprocessed GLSL, and do the work needed to generate a preprocessed stream. From Andrew Woloszyn <awoloszyn@google.com>. by John Kessenich · 9 years ago
  29. 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
  30. 39374da glslang SPV tests: Add a set of SPV tests. by John Kessenich · 9 years ago
  31. 593a3f7 glslang -> SPV: improved support for do-while/continue. Contributed by David Neto (dneto@google.com). by John Kessenich · 9 years ago