platform/upstream/glslang.git
2016-04-12 David NetoUnit test executable should link to libHLSL
2016-04-11 John KessenichMerge pull request #226 from baldurk/warning-fixes
2016-04-09 baldurkFix warning about function parameter shadowing class...
2016-04-09 baldurkFix warning about losing information, use size_t instea...
2016-04-07 John KessenichNonfunctional: Remove stray ';' and fix Google Test...
2016-04-07 John KessenichMemory: Don't use pool memory to store the entry point...
2016-04-06 John KessenichFront-end: Get the right set of nodes marked as spec...
2016-04-06 John KessenichMerge pull request #216 from Qining/fix-non-const-array...
2016-04-06 qiningadd SpecConstantOpModeGuard to GlslangToSpvTraverser...
2016-04-06 qiningTurn on SpecConstantOpMode based on node qualifier
2016-04-06 qiningfix the wrong generated code when a non-constant array...
2016-04-04 John KessenichMerge pull request #220 from Qining/fix-built-in-spec...
2016-04-04 qiningBuilt-in values declared as specialization constant
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-04-03 John KessenichMerge branch 'master' of github.com:KhronosGroup/glslang
2016-04-03 John KessenichMerge pull request #217 from baldurk/vs2010-compile...
2016-04-03 John KessenichMerge pull request #219 from 1ace/master
2016-04-03 Eric Engestromfix spelling mistakes
2016-04-02 John KessenichComment: fix comment from gtest check in.
2016-04-02 baldurkSpecify explicit return type on lambda function
2016-04-02 baldurkChange {parameter} lists into explicit std::vector...
2016-03-31 John KessenichMerge pull request #190 from antiagainst/gtest
2016-03-31 John KessenichMerge pull request #214 from amdrexu/bugfix
2016-03-31 John KessenichMerge pull request #215 from Qining/spec-constants...
2016-03-31 qiningfix format; remove unnecessary parameters; rename some...
2016-03-31 Lei ZhangLink in Google Test framework.
2016-03-30 qiningSpec Constant Operations
2016-03-27 Rex XuParser: Update array size of gl_ClipDistance/gl_CullDis...
2016-03-25 John KessenichMerge pull request #211 from Qining/spec-constants...
2016-03-24 qiningSupport specialization composite constants
2016-03-22 John KessenichMerge pull request #212 from amdrexu/bugfix
2016-03-22 Rex XuParser: Fix a build issue (VS2012).
2016-03-21 John KessenichMerge pull request #210 from AWoloszyn/fix-compilation
2016-03-21 Andrew WoloszynFixed compilation issue introduced by my last commit
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-21 John KessenichFront-end: Propagate spec-constness up through aggregat...
2016-03-21 Andrew WoloszynUpdated the includer interface to allow relative includes.
2016-03-21 John KessenichFront-end: propagate specialization-constness through...
2016-03-20 John KessenichFront-end: Add specialization-constant subtrees for...
2016-03-20 John KessenichFront-end infrastructure: Encapsulate semantic-level...
2016-03-20 John KessenichFront-end infrastructure: simplify and localize creatin...
2016-03-18 John KessenichMerge pull request #209 from amdrexu/bugfix
2016-03-18 Rex XuParser: Type promotion for operator modulus(%) is missing.
2016-03-16 John KessenichMerge pull request #203 from dneto0/wip-mingw
2016-03-16 David NetoSupport compilation via MinGW
2016-03-15 John KessenichMerge pull request #204 from amdrexu/bugfix
2016-03-15 Rex XuSPV: Implement boolean selection for mix().
2016-03-14 John KessenichHLSL: Abstract accepting an identifier.
2016-03-14 John KessenichHLSL: Simplify appearances a bit to make easier to...
2016-03-13 John KessenichHLSL: Accept basic funtion definitions. (Not yet mappi...
2016-03-13 John KessenichHLSL: Get correct set of reserved words.
2016-03-13 John KessenichHLSL: Hook up constructor expressions through the AST.
2016-03-13 John KessenichHLSL: Add basic declaration syntax and AST generation.
2016-03-13 John KessenichHLSL: Plumb in HLSL parse context and keywords, and...
2016-03-13 John KessenichRefactor TParseContext into 3 level inheritance.
2016-03-13 John KessenichSupport multiple source languages, adding HLSL as an...
2016-03-13 John KessenichGeneralize "main" to a settable entry point name.
2016-03-11 John KessenichMerge pull request #199 from dekimir/test-dead-decors
2016-03-11 Dejan MircevskiTest dead-decoration removal.
2016-03-10 John KessenichMerge pull request #195 from Qining/remove-decoration...
2016-03-10 qiningChange to traditional 'for' loop
2016-03-10 John KessenichMerge pull request #194 from google/if-macro
2016-03-10 qiningRemove decoration of undefined IDs
2016-03-09 Lei ZhangFix array out of bounds bug in processing if-else-endif...
2016-03-09 John KessenichSPV: Issue #180: push_constants don't have descriptor...
2016-03-08 John KessenichMerge pull request #192 from Qining/enable-adding-multi...
2016-03-08 qiningRun regression tests, update spv.420.geom.out so capabi...
2016-03-08 qiningEnable adding capability: MultiViewport
2016-03-06 John KessenichMerge pull request #168 from amdrexu/feature2
2016-03-06 John KessenichMerge pull request #165 from amdrexu/feature
2016-03-06 John KessenichInfrastructure: Tweak CMake for 31c294cea86ae0115820f2a...
2016-03-06 John KessenichMerge pull request #122 from baldurk/remove-bison-binary
2016-03-04 John KessenichSPV: Use heuristic to avoid geometry multi-streams...
2016-03-04 John KessenichMerge pull request #187 from amdrexu/bugfix
2016-03-04 John KessenichMerge pull request #188 from bsalomon/master
2016-03-03 Brian SalomonFix line endings in Test/100.conf.
2016-03-03 Rex XuSPV: Continue to fix the issue of bool -> uint32
2016-03-01 John KessenichSyntax: correct spelling of rgb10_a2ui.
2016-02-28 baldurkRemove custom command for bison, it fails if bison...
2016-02-28 baldurkCommit bison-generated files from Windows GNU Bison 2.7
2016-02-28 baldurkAdd a note to README.md about how to build the bison...
2016-02-28 baldurkRemove bison binaries see issue #103
2016-02-28 John KessenichMerge pull request #173 from amdrexu/bugfix
2016-02-28 John KessenichMerge pull request #175 from rdb/master
2016-02-28 John KessenichMerge pull request #178 from baldurk/minor-warning-fix
2016-02-25 baldurkGCC/Clang warning fix - unsigned/signed mismatch in...
2016-02-25 baldurkGCC warning fix - unhandled enums in switch statement
2016-02-25 baldurkMSVC warning fix - conversion from size_t to int, possi...
2016-02-25 John KessenichMerge pull request #174 from mgadams/alias_proto_warnings
2016-02-25 John KessenichMerge pull request #176 from jackoalan/parameterize...
2016-02-25 John KessenichMerge pull request #172 from Marqin/master
2016-02-24 Rex XuSPV: Fix an issue caused by bool-to-uint32 conversion.
2016-02-23 Jack AndersenSPV: Ensure Parameterize is called during Disassemble
2016-02-23 rdbFix compilation issues with MSVC 2010
2016-02-23 Mark AdamsFix warnings/errors for strict aliasing & function...
2016-02-23 Hubert Jaroszfix #171 - error: ‘isinf’ was not declared in this...
2016-02-21 Rex XuSPV: Add support for memory qualifiers.
2016-02-19 John KessenichSPV: Fix 'location' inheritance bug.
2016-02-19 Rex XuSPV: Support the new OpCode - OpImageSparseRead
2016-02-19 John KessenichSPV: Fix Linux build warning.
next