Add support for testing file-based HLSL source code in GTest.
[platform/upstream/glslang.git] / SPIRV /
2016-05-12 John KessenichMerge pull request #278 from greg-lunarg/greg-mr3
2016-05-12 John KessenichMerge pull request #276 from amdrexu/bugfix
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 #272 from antiagainst/appveyor
2016-05-10 Lei ZhangUse std::string for TBD/missing functionality reporting.
2016-05-10 John KessenichMerge pull request #222 from Qining/support-precise
2016-05-09 qiningResolve comments
2016-05-09 qiningPrecise and noContraction propagation
2016-05-06 John KessenichComments only.
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 KessenichMerge pull request #266 from dekimir/kfixstoll
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 John KessenichMerge pull request #257 from antiagainst/ostrstream
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-02 John KessenichMerge pull request #256 from DavidYen/missing_license
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-27 John KessenichMerge pull request #251 from amdrexu/bugfix
2016-04-27 Rex XuSPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean...
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-11 John KessenichMerge pull request #226 from baldurk/warning-fixes
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 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 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-30 qiningSpec Constant Operations
2016-03-25 John KessenichMerge pull request #211 from Qining/spec-constants...
2016-03-24 qiningSupport specialization composite constants
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-20 John KessenichFront-end: Add specialization-constant subtrees for...
2016-03-20 John KessenichFront-end infrastructure: Encapsulate semantic-level...
2016-03-15 John KessenichMerge pull request #204 from amdrexu/bugfix
2016-03-15 Rex XuSPV: Implement boolean selection for mix().
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-10 John KessenichMerge pull request #195 from Qining/remove-decoration...
2016-03-10 qiningChange to traditional 'for' loop
2016-03-10 qiningRemove decoration of undefined IDs
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 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 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-03 Rex XuSPV: Continue to fix the issue of bool -> uint32
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 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-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-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-16 John KessenichSPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).
2016-02-15 John KessenichSPV: Fix issue #159: use ExplicitLod forms for non...
2016-02-15 John KessenichSPV Capabilities: StorageImageExtendedFormats, StorageI...
2016-02-15 John KessenichSPV Capabilities: SampleRateShading, SparseResidency...
2016-02-15 John KessenichSPV Capabilities: Image types.
2016-02-15 John KessenichSPV capabilities: Add int16, int64, float16, and float64.
2016-02-09 John KessenichSPV: Handle GLSL bool loads from a uniform buffer as...
next