platform/upstream/glslang.git
2016-05-12 John KessenichMerge pull request #277 from amdrexu/bugfix3
2016-05-11 Rex XuSPV: Add capability ImageGatherExtended if necessary.
2016-05-10 John KessenichMerge pull request #274 from antiagainst/stoul-strtoul
2016-05-10 Lei ZhangUse strtoul instead of stoul for Android.
2016-05-10 John KessenichMerge pull request #273 from antiagainst/appveyor-readm...
2016-05-10 Lei ZhangAdd badge status for Appveyor build in README.
2016-05-10 John KessenichMerge pull request #272 from antiagainst/appveyor
2016-05-10 Lei ZhangUse std::string for TBD/missing functionality reporting.
2016-05-10 Lei ZhangAdd test configuration for Appveyor.
2016-05-10 John KessenichMerge pull request #222 from Qining/support-precise
2016-05-10 John KessenichMerge pull request #270 from scyganINTEL/bitfield_buildins
2016-05-10 John KessenichMerge pull request #271 from greg-lunarg/greg-mr2
2016-05-10 qiningremove double underscore
2016-05-10 qiningRebase to d3d3ce7160001846ede74978954e67f4f9fd84e4...
2016-05-09 GregFfix check for non-positive array size
2016-05-09 scyganUse proper precision qualifiers for bitfield build...
2016-05-09 qininginteger type operation should not be noContraction
2016-05-09 qiningsimplified the symbol definition collector code, add...
2016-05-09 qiningadd a test for matrix, fix a variable name
2016-05-09 qiningResolve comments
2016-05-09 qiningRemoved the redundant functionalities in the assignee...
2016-05-09 qiningFix the test of precise output function parameter
2016-05-09 qiningPrecise and noContraction propagation
2016-05-06 John KessenichComments only.
2016-05-06 John KessenichREADME: Editorial update.
2016-05-05 John KessenichSPV: Non-functional: modularize createInvocationsOperat...
2016-05-05 John KessenichMerge branch 'amdrexu-feature2'
2016-05-05 John KessenichMerge branch 'feature2' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #268 from AWoloszyn/update-cmake
2016-05-05 John KessenichFront-End: precise: capture noContraction on output...
2016-05-05 John KessenichMerge pull request #266 from dekimir/kfixstoll
2016-05-05 Andrew WoloszynInstall the test executable alongside glslangValidator
2016-05-05 Andrew WoloszynUpdated cmake to better organize folders and options.
2016-05-05 John KessenichMerge branch 'amdrexu-feature'
2016-05-05 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2016-05-05 Dejan MircevskiUse strtoll, as stoll is unavailable on Android.
2016-05-05 John KessenichMerge pull request #257 from antiagainst/ostrstream
2016-05-05 John KessenichMerge pull request #261 from antiagainst/make-tests...
2016-05-05 Lei ZhangImprove README steps for building and testing glslang.
2016-05-05 Lei ZhangExplain organization and build steps for source code...
2016-05-05 Lei ZhangCreate a new logger class for all messages w.r.t. SPIR...
2016-05-05 Lei ZhangAvoid printing to stdout directly in library functions.
2016-05-05 Rex XuImplement the extension GL_ARB_shader_group_vote.
2016-05-05 Rex XuImplement the extension GL_ARB_shader_ballot
2016-05-04 John KessenichMerge pull request #263 from antiagainst/cmake-minimum...
2016-05-04 Lei ZhangRemove duplicated cmake_minimum_required() calls.
2016-05-04 John KessenichFront-end precise: Propagate noContraction up the AST...
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...
next