- 823fc65 SPV: Don't emit memory barrier for ESSL barrier(), but still do for GLSL barrier(). by John Kessenich · 8 years ago
- eb6d950 Merge pull request #298 from thp/remove-unused-prototype by John Kessenich · 8 years ago
- 00852b1 Remove declaration for ShGetPhysicalAttributeBindings by Thomas Perl · 8 years ago
- b5cfd79 Merge pull request #288 from thp/attribute-reflection by John Kessenich · 8 years ago
- bef7428 Update test cases for vertex attribute reflection by Thomas Perl · 8 years ago
- d6e1a5b Add support for querying vertex attributes in reflection API by Thomas Perl · 8 years ago
- 9349108 Merge pull request #295 from amdrexu/bugfix by John Kessenich · 8 years ago
- e3e92d3 Merge pull request #293 from antiagainst/link-tests by John Kessenich · 8 years ago
- 3d9165f Parser: Redeclaration of gl_CullDistance is disallowed mistakenly. by Rex Xu · 8 years ago
- 2f1ee45 Run link tests in the GTest framework. by Lei Zhang · 8 years ago
- f62b519 Merge pull request #294 from scyganINTEL/scygan-fix-io_storage_structs-location by John Kessenich · 8 years ago
- 2c86427 Fix missing location decoration for structures put directly on input/output interfaces by scygan · 8 years ago
- fc697cc Fix several comments in GTest fixture. by Lei Zhang · 8 years ago
- 9af54c3 Non-functional: Fix some comments English and brace formatting in recent merges. by John Kessenich · 8 years ago
- 5b3f755 Merge branch 'scyganINTEL-struct_member_decorations' by John Kessenich · 8 years ago
- 6e0985d Merge branch 'struct_member_decorations' of https://github.com/scyganINTEL/glslang into scyganINTEL-struct_member_decorations by John Kessenich · 8 years ago
- 44b30cb Merge pull request #286 from amdrexu/bugfix by John Kessenich · 8 years ago
- c1992e5 SPV: Correct an issue in createUnaryMatrixOperation(). by Rex Xu · 8 years ago
- bedde87 Merge pull request #285 from baldurk/vs2010-fixes by John Kessenich · 8 years ago
- ebb5053 SPV: Don't add clip/cull distance capabilities unless used. by John Kessenich · 8 years ago
- e5f2939 Tests: Add a set of gtest-file-based HLSL tests. by John Kessenich · 8 years ago
- 6b32ae1 Compile fix - if _MSC_VER is undefined, _MSC_VER < 1700 is true! by baldurk · 8 years ago
- a8018b8 [VS2010] Define strtoll() and atoll() functions by baldurk · 8 years ago
- bf2c88b [VS2010] Locally define std::to_string on VS2010 as well as android by baldurk · 8 years ago
- ab44ba7 [VS2010] Remove use of ranged-for loops by baldurk · 8 years ago
- c1d81cb [VS2010] Remove use of "= default" and "= delete" by baldurk · 8 years ago
- 786cf4d [VS2010] Change "using X = Y;" to "typedef Y X;" by baldurk · 8 years ago
- e0a2477 Merge pull request #284 from antiagainst/gtest-hlsl by John Kessenich · 8 years ago
- 7a27de6 Merge pull request #253 from amdrexu/bugfix2 by John Kessenich · 8 years ago
- 7fde8bc Merge pull request #281 from amdrexu/bugfix by John Kessenich · 8 years ago
- b9e9743 Merge pull request #282 from baldurk/android-warning-fix by John Kessenich · 8 years ago
- d6f0ed2 Add support for testing file-based HLSL source code in GTest. by Lei Zhang · 8 years ago
- f2d75f7 Use DetachThreadLinux wrapper on android by baldurk · 8 years ago
- 62dda78 Parser: Add missing vector relational functions for double type. by Rex Xu · 9 years ago
- 73e3ce7 SPV: Handle matrix's OpFConvert vector by vector. by Rex Xu · 9 years ago
- 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 9 years ago
- 9db3117 Merge pull request #278 from greg-lunarg/greg-mr3 by John Kessenich · 9 years ago
- 36962c7 Merge pull request #276 from amdrexu/bugfix by John Kessenich · 9 years ago
- 9f0cbdc Merge pull request #277 from amdrexu/bugfix3 by John Kessenich · 9 years ago
- 2713ed7 fix for -Werror=non-virtual-dtor for Android system builds by GregF · 9 years ago
- 5839031 SPV: Add capability ImageGatherExtended if necessary. by Rex Xu · 9 years ago
- 827b23b Parser: Redeclare gl_ClipDistance/gl_CullDistance should update their array sizes. by Rex Xu · 9 years ago
- fc6ac78 Merge pull request #274 from antiagainst/stoul-strtoul by John Kessenich · 9 years ago
- 20daa7f Use strtoul instead of stoul for Android. by Lei Zhang · 9 years ago
- b2bd53b Merge pull request #273 from antiagainst/appveyor-readme-status by John Kessenich · 9 years ago
- 0e101c9 Add badge status for Appveyor build in README. by Lei Zhang · 9 years ago
- 210c6bf Merge pull request #272 from antiagainst/appveyor by John Kessenich · 9 years ago
- cb3236d Use std::string for TBD/missing functionality reporting. by Lei Zhang · 9 years ago
- f36d6e3 Add test configuration for Appveyor. by Lei Zhang · 9 years ago
- 3357d87 Merge pull request #222 from Qining/support-precise by John Kessenich · 9 years ago
- 7b3096a Merge pull request #270 from scyganINTEL/bitfield_buildins by John Kessenich · 9 years ago
- dc4c9a7 Merge pull request #271 from greg-lunarg/greg-mr2 by John Kessenich · 9 years ago
- e543cc3 remove double underscore by qining · 9 years ago
- bb0ac54 Rebase to d3d3ce7160001846ede74978954e67f4f9fd84e4,update comments, rename a member variable name, fix format issue by qining · 9 years ago
- 5bdf49c fix check for non-positive array size by GregF · 9 years ago
- 9c56d84 Use proper precision qualifiers for bitfield build-in functions on ES by scygan · 9 years ago
- 5bec2b5 integer type operation should not be noContraction by qining · 9 years ago
- 34d2571 simplified the symbol definition collector code, add assert() by qining · 9 years ago
- 0c96db5 add a test for matrix, fix a variable name by qining · 9 years ago
- 25262b3 Resolve comments by qining · 9 years ago
- 015150e Removed the redundant functionalities in the assignee checking traverser by qining · 9 years ago
- 1a0d93f Fix the test of precise output function parameter by qining · 9 years ago
- 9220dbb Precise and noContraction propagation by qining · 9 years ago
- d3d3ce7 Comments only. by John Kessenich · 9 years ago
- 8add151 SPIR-V do not decorate: members of plain structs with location; non-top level members with interp. by scygan · 9 years ago
- 3bdf242 README: Editorial update. by John Kessenich · 9 years ago
- 91cef52 SPV: Non-functional: modularize createInvocationsOperation() from the previous commit. by John Kessenich · 9 years ago
- 213d4be Merge branch 'amdrexu-feature2' by John Kessenich · 9 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
- 5cc344d Front-End: precise: capture noContraction on output parameter declarations. by John Kessenich · 9 years ago
- 076879d Merge pull request #266 from dekimir/kfixstoll 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
- 0a0db9e Merge branch 'amdrexu-feature' by John Kessenich · 9 years ago
- c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 9 years ago
- a25352e Use strtoll, as stoll is unavailable on Android. by Dejan Mircevski · 9 years ago
- 6dea76a Merge pull request #257 from antiagainst/ostrstream by John Kessenich · 9 years ago
- 0542ac8 Merge pull request #261 from antiagainst/make-tests-clear by John Kessenich · 9 years ago
- d7b552a Improve README steps for building and testing glslang. by Lei Zhang · 9 years ago
- f5e33b0 Explain organization and build steps for source code and tests. by Lei Zhang · 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
- 97f4e0f Merge pull request #263 from antiagainst/cmake-minimum-required by John Kessenich · 9 years ago
- 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 9 years ago
- 3c1e080 Front-end precise: Propagate noContraction up the AST when dereferencing structs. by John Kessenich · 9 years ago
- 17f0786 Parser: Precise: Recognize 'precise', tag types, and do related semantic checking. by John Kessenich · 9 years ago
- 758bb55 Bison: Non-functional: Move to revision 3.0.4. by John Kessenich · 9 years ago
- 952c2a0 Merge pull request #262 from antiagainst/remove-obselete-src by John Kessenich · 9 years ago
- d145f85 Remove the obselete and incorrect LinusDoAll.bash. by Lei Zhang · 9 years ago
- a655569 Merge pull request #260 from antiagainst/cmake-version by John Kessenich · 9 years ago
- 045e02a Bump minimum required CMake version to 2.8.12. by Lei Zhang · 9 years ago
- 52e1db8 Merge pull request #258 from antiagainst/travis by John Kessenich · 9 years ago
- c4ebb55 Add configuration for Travis to test on Linux and Mac OS X. by Lei Zhang · 9 years ago
- 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 9 years ago
- 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 9 years ago
- e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 9 years ago
- af45921 Correct precision qualification on built-in functions. by John Kessenich · 9 years ago