- 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
- 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
- f88a5c7 Merge pull request #256 from DavidYen/missing_license by John Kessenich · 9 years ago
- f67f912 Removed unused files SetupLinux.sh, index.php. by David Yen · 9 years ago
- 19f3f47 Merge pull request #248 from amdrexu/feature2 by John Kessenich · 9 years ago
- 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 9 years ago
- 0042244 Added missing headers to SetupLinux.sh and index.php. by David Yen · 9 years ago
- 010e93f Merge pull request #228 from Qining/fix-infinite-loop-due-to-eof-missing by John Kessenich · 9 years ago
- 94a89d5 add .err file for eof_missing test by qining · 9 years ago
- 19647a3 Fix the infinite loop when an input file lacks EOF by qining · 9 years ago
- ba00f67 Merge pull request #251 from amdrexu/bugfix by John Kessenich · 9 years ago
- c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 9 years ago
- d6abcee Merge pull request #247 from dneto0/no-mutex by John Kessenich · 9 years ago
- 10223e8 Remove use of std::mutex in gtest code. by David Neto · 9 years ago
- 63b280b Merge pull request #241 from Qining/fix-spec-const-construct-matrix by John Kessenich · 9 years ago
- 1f2820a fix the problem that spec constant composite instruction being used when only front-end constants are used in the constructor by qining · 9 years ago
- 27e04a0 Fix spec const construtor for matrix and vector by qining · 9 years ago
- e1cd410 Merge pull request #232 from Qining/fix-spec-const-bool-to-int-conversion by John Kessenich · 9 years ago
- 189b203 Refine the code and address comments by qining · 9 years ago
- e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 9 years ago
- cec24c9 Merge pull request #231 from dneto0/gtests-link-to-hlsl by John Kessenich · 9 years ago
- 6f29a1b SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G. by John Kessenich · 9 years ago
- c079210 Unit test executable should link to libHLSL by David Neto · 9 years ago
- d995241 Merge pull request #226 from baldurk/warning-fixes by John Kessenich · 9 years ago
- 4028916 Fix warning about function parameter shadowing class member variable by baldurk · 9 years ago
- 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 9 years ago
- 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 9 years ago
- 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 9 years ago
- 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 9 years ago
- a8d9fab Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const by John Kessenich · 9 years ago
- 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 9 years ago
- 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 9 years ago
- 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 9 years ago
- aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 9 years ago
- 4f4bb81 Built-in values declared as specialization constant by qining · 9 years ago
- 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
- 9c2f1c7 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
- 79845ad Merge pull request #217 from baldurk/vs2010-compile-fixes by John Kessenich · 9 years ago
- bb5743e Merge pull request #219 from 1ace/master by John Kessenich · 9 years ago
- 6a6d6dd fix spelling mistakes by Eric Engestrom · 9 years ago
- f0bcb0a Comment: fix comment from gtest check in. by John Kessenich · 9 years ago
- bd9f835 Specify explicit return type on lambda function by baldurk · 9 years ago
- 0dfbe3f Change {parameter} lists into explicit std::vector temporaries by baldurk · 9 years ago
- a42533e Merge pull request #190 from antiagainst/gtest by John Kessenich · 9 years ago
- af59197 Merge pull request #214 from amdrexu/bugfix by John Kessenich · 9 years ago
- 3dad506 Merge pull request #215 from Qining/spec-constants-operations by John Kessenich · 9 years ago
- 5c61d8e fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests. by qining · 9 years ago
- 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
- 1354520 Spec Constant Operations by qining · 9 years ago
- cb0e471 Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[]. by Rex Xu · 9 years ago
- c3869fe Merge pull request #211 from Qining/spec-constants-composite by John Kessenich · 9 years ago
- 0840838 Support specialization composite constants by qining · 9 years ago
- 28001b1 Merge pull request #212 from amdrexu/bugfix by John Kessenich · 9 years ago
- 4e8bf59 Parser: Fix a build issue (VS2012). by Rex Xu · 9 years ago
- 5ace09a Merge pull request #210 from AWoloszyn/fix-compilation by John Kessenich · 9 years ago
- 272afd2 Fixed compilation issue introduced by my last commit by Andrew Woloszyn · 9 years ago
- 56368b6 Merge pull request #198 from AWoloszyn/update-includer by John Kessenich · 9 years ago
- ddb65a4 Front-end: Propagate spec-constness up through aggregate constructors. by John Kessenich · 9 years ago
- a132af5 Updated the includer interface to allow relative includes. by Andrew Woloszyn · 9 years ago
- 6d2b07d Front-end: propagate specialization-constness through conversions and swizzles. by John Kessenich · 9 years ago
- a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 9 years ago
- 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 9 years ago
- 952543e Front-end infrastructure: simplify and localize creating symbol nodes, reducing replication. by John Kessenich · 9 years ago
- 2cc221a Merge pull request #209 from amdrexu/bugfix by John Kessenich · 9 years ago
- 644c210 Parser: Type promotion for operator modulus(%) is missing. by Rex Xu · 9 years ago
- b1dece2 Merge pull request #203 from dneto0/wip-mingw by John Kessenich · 9 years ago
- ed5fd5d Support compilation via MinGW by David Neto · 9 years ago
- 2de792c Merge pull request #204 from amdrexu/bugfix by John Kessenich · 9 years ago
- d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
- aecd497 HLSL: Abstract accepting an identifier. by John Kessenich · 9 years ago
- 078d7f2 HLSL: Simplify appearances a bit to make easier to read. by John Kessenich · 9 years ago
- 5f934b0 HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.) by John Kessenich · 9 years ago
- 48882ef HLSL: Get correct set of reserved words. by John Kessenich · 9 years ago
- d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
- 87142c7 HLSL: Add basic declaration syntax and AST generation. by John Kessenich · 9 years ago
- e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
- b3dc3ac Refactor TParseContext into 3 level inheritance. by John Kessenich · 9 years ago
- 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 9 years ago
- 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 9 years ago
- 6cc7674 Merge pull request #199 from dekimir/test-dead-decors by John Kessenich · 9 years ago
- 2677d91 Test dead-decoration removal. by Dejan Mircevski · 9 years ago
- 5639f3a Merge pull request #195 from Qining/remove-decoration-on-undef-IDs by John Kessenich · 9 years ago
- 95aa527 Change to traditional 'for' loop by qining · 9 years ago
- 663cbcd Merge pull request #194 from google/if-macro by John Kessenich · 9 years ago
- da39733 Remove decoration of undefined IDs by qining · 9 years ago