1. 78a4557 SPV: Fix issue #376; declare Geometry capability for fragment use of gl_Layer. by John Kessenich · 8 years ago
  2. 91e4aa5 SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. by John Kessenich · 8 years ago
  3. 2d0cc78 SPV: Turn on atomic-storage functionality for SPIR-V. by John Kessenich · 8 years ago
  4. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  5. 532543c HLSL: Grammar: Make comma-separated declaration lists work. by John Kessenich · 8 years ago
  6. 6daaa4f HLSL: Add template style constructors for vector & matrix types by LoopDawg · 8 years ago
  7. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  8. 2f47bc9 SPV: Don't decorate locations within an array, it doesn't make sense. by John Kessenich · 8 years ago
  9. 187254b Merge pull request #357 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  10. 48e296b Remove duplicated tests from the runtests script. by Lei Zhang · 9 years ago
  11. 1b7fd0f Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes by LoopDawg · 8 years ago
  12. 5bc4d9a HLSL: Airplane work: break/continue/discard grammar, and decls for for/if/while. by John Kessenich · 8 years ago
  13. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  14. 19b92ff HLSL: Basic array grammar. by John Kessenich · 8 years ago
  15. 93a162a HLSL: Handle "." for structure dereference and swizzle. by John Kessenich · 8 years ago
  16. 9000bd5 Front-end: Make ES floatBitsToInt/intBitsToFloat/etc. all be highp. by John Kessenich · 8 years ago
  17. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  18. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  19. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  20. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  21. 80cb324 Front-end: Fix issue #146: which versions allow double in/out. by John Kessenich · 8 years ago
  22. 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
  23. 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
  24. 1cc1a28 HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use it for cast operation. by John Kessenich · 8 years ago
  25. 643fcb5 Add negative intrinsics tests by LoopDawg · 8 years ago
  26. 4b67732 Initial implementation of direct-mapped subset of HLSL intrinsics with type subset. by LoopDawg · 8 years ago
  27. b37dc0e For MinGW, statically link exes against basic runtimes by David Neto · 8 years ago
  28. 0f5e3ad Fix issue #313: Catch internal attempts to modify built-in symbols that don't exist. by John Kessenich · 8 years ago
  29. 7bfd08d Check for linking multiple ES shaders to the same stage by Thomas Perl · 8 years ago
  30. d82c906 Vulkan: Finish semantics for what creates spec-const-semantics. by John Kessenich · 8 years ago
  31. eee0c73 Merge pull request #297 from antiagainst/config-tests by John Kessenich · 8 years ago
  32. 0133c12 HLSL: Add more matrix types to the grammar. by John Kessenich · 8 years ago
  33. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  34. 1b14172 Test compiling shaders with given resource limits using GTest. by Lei Zhang · 8 years ago
  35. 8a9b1ee Rename DefaultResourceLimits.* to ResourceLimits.*. by Lei Zhang · 8 years ago
  36. 2f1ee45 Run link tests in the GTest framework. by Lei Zhang · 8 years ago
  37. fc697cc Fix several comments in GTest fixture. by Lei Zhang · 8 years ago
  38. e5f2939 Tests: Add a set of gtest-file-based HLSL tests. by John Kessenich · 8 years ago
  39. d6f0ed2 Add support for testing file-based HLSL source code in GTest. by Lei Zhang · 8 years ago
  40. baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 9 years ago
  41. e2d06db Merge pull request #268 from AWoloszyn/update-cmake by John Kessenich · 9 years ago
  42. 0b887d0 Install the test executable alongside glslangValidator by Andrew Woloszyn · 9 years ago
  43. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 9 years ago
  44. c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 9 years ago
  45. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 9 years ago
  46. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 9 years ago
  47. 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 9 years ago
  48. 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 9 years ago
  49. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 9 years ago
  50. 10223e8 Remove use of std::mutex in gtest code. by David Neto · 9 years ago
  51. c079210 Unit test executable should link to libHLSL by David Neto · 9 years ago
  52. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago