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