platform/upstream/glslang.git
2016-05-04 John KessenichParser: Precise: Recognize 'precise', tag types, and...
2016-05-04 John KessenichBison: Non-functional: Move to revision 3.0.4.
2016-05-04 John KessenichMerge pull request #262 from antiagainst/remove-obselet...
2016-05-04 Lei ZhangRemove the obselete and incorrect LinusDoAll.bash.
2016-05-04 John KessenichMerge pull request #260 from antiagainst/cmake-version
2016-05-04 Lei ZhangBump minimum required CMake version to 2.8.12.
2016-05-04 John KessenichMerge pull request #258 from antiagainst/travis
2016-05-04 Lei ZhangAdd configuration for Travis to test on Linux and Mac...
2016-05-04 John KessenichHLSL: Add (almost) full expression grammar: Binary...
2016-05-04 John KessenichHLSL: Separate out token stream handling from grammar...
2016-05-04 John KessenichVulkan: Add the #define VULKAN 100 when compiled for...
2016-05-04 John KessenichCorrect precision qualification on built-in functions.
2016-05-02 John KessenichMerge pull request #256 from DavidYen/missing_license
2016-05-02 David YenRemoved unused files SetupLinux.sh, index.php.
2016-04-30 John KessenichMerge pull request #248 from amdrexu/feature2
2016-04-30 Rex XuImplement the extension GL_ARB_gpu_shader_int64
2016-04-29 David YenAdded missing headers to SetupLinux.sh and index.php.
2016-04-28 John KessenichMerge pull request #228 from Qining/fix-infinite-loop...
2016-04-27 qiningadd .err file for eof_missing test
2016-04-27 qiningFix the infinite loop when an input file lacks EOF
2016-04-27 John KessenichMerge pull request #251 from amdrexu/bugfix
2016-04-27 Rex XuSPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean...
2016-04-22 John KessenichMerge pull request #247 from dneto0/no-mutex
2016-04-21 David NetoRemove use of std::mutex in gtest code.
2016-04-18 John KessenichMerge pull request #241 from Qining/fix-spec-const...
2016-04-14 qiningfix the problem that spec constant composite instructio...
2016-04-14 qiningFix spec const construtor for matrix and vector
2016-04-13 John KessenichMerge pull request #232 from Qining/fix-spec-const...
2016-04-13 qiningRefine the code and address comments
2016-04-13 qiningSpecOp bool->uint/int and uint<->int conversion
2016-04-13 John KessenichMerge pull request #231 from dneto0/gtests-link-to...
2016-04-13 John KessenichSPV for OpenGL: Issue #229: don't allow gl_VertexIndex...
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
next