platform/upstream/glslang.git
2016-02-18 John KessenichMerge pull request #164 from google/bison
2016-02-18 Lei ZhangError out if bison is not found on non-Windows operatin...
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...
2016-02-07 John KessenichMerge pull request #161 from ossy-szeged/master
2016-02-05 Csaba OsztrogonácFix typo in an include guard.
2016-02-02 John KessenichSemantics: Map noise*() to an operator for PureOperator...
2016-02-02 John KessenichSPV: RelaxedPrecision: Plumb this through the full...
2016-02-02 John KessenichMerge pull request #155 from mgadams/resultid_warnings
2016-02-02 John KessenichMerge pull request #153 from greg-lunarg/gsf-pr1
2016-02-02 Mark AdamsFix two new Windows build warnings/errors
2016-02-01 GregFspirv-remap: Fixed strings not at end of operands,...
2016-02-01 GregFspirv-remap: assert on unhandled OperandClass
2016-02-01 GregFspirv-remap: inhibit loadstore opt if variable ref...
2016-02-01 GregFspirv-remap: handle OperandImageOperands during remap
2016-02-01 John KessenichSPV: Address superset of issue #151: missing OpCapabili...
2016-02-01 John KessenichFix front-end bug: Constant folding of array-of-struct...
2016-01-23 John KessenichTodo: removed Todo.txt, and migrated to issues, closing...
2016-01-23 John KessenichSPV: Require desktop 140 or ES 310 or above.
2016-01-22 John KessenichSemantics: Spec. changing to reflect reality of int...
2016-01-22 John KessenichSPV: Use a more accurate MemorySemanticsAllMemory mask.
2016-01-22 John KessenichSPV: the OpImageTexelPointer sample 0 should be <id...
2016-01-22 John KessenichSPV: Add recursive distrubition of 'location' across...
2016-01-20 John KessenichSPV: Add unary-matrix operations, operating at vector...
2016-01-20 John KessenichMerge pull request #138 from dekimir/fix-old-msvc
2016-01-20 John KessenichMerge pull request #139 from dekimir/small-header-always
2016-01-20 Dejan MircevskiAdd Test/spv.for-complex-condition.vert.
2016-01-20 Dejan MircevskiSplit loop header from condition testing for for/while...
2016-01-20 Dejan MircevskiFix #137 by avoiding a C++11 feature.
2016-01-20 John KessenichMerge pull request #136 from dekimir/no-block-removal
2016-01-20 Dejan MircevskiDon't remove SPIR-V blocks before codegen.
2016-01-19 John KessenichMerge pull request #127 from dekimir/loopgen
2016-01-19 Dejan MircevskiMove continue-block to after all branches.
2016-01-19 Dejan MircevskiMerge branch 'topo' into loopgen-after-readable-order
2016-01-19 John KessenichMerge pull request #135 from dekimir/topo
2016-01-19 Dejan MircevskiReformat to better match existing style.
2016-01-19 Dejan Mircevski(C) Google
2016-01-19 Dejan MircevskiExplicitly initialize Instruction::block.
2016-01-19 Dejan MircevskiRemove a redundant check before visit(succ).
2016-01-19 Dejan MircevskiAdd copyright, remove unused #includes.
2016-01-19 Dejan MircevskiMake Instruction::getBlock() const.
2016-01-19 Dejan MircevskiFix merge issues.
2016-01-19 Dejan MircevskiRework inReadableOrder() as a recursive descent.
2016-01-19 Dejan MircevskiFix spv.branch-return.vert.
2016-01-19 Dejan MircevskiAdd spv.branch-return.vert and fix inReadableOrder().
2016-01-19 Dejan MircevskiImplement inReadableOrder().
2016-01-19 Dejan MircevskiCall addPredecessor() on OpSwitch blocks.
2016-01-19 Dejan MircevskiAdd Block::successors.
2016-01-18 John KessenichMerge branch 'master' of github.com:KhronosGroup/glslang
2016-01-18 John KessenichMemory: remove a part of the last merge request that...
2016-01-18 John KessenichMerge pull request #134 from AWoloszyn/glslangvalidator...
2016-01-18 John KessenichMerge pull request #133 from AWoloszyn/spirv-memory
2016-01-18 Andrew WoloszynFree memory associated with SPIR-V generation.
2016-01-18 Andrew WoloszynFreed up some memory when no longer needed in glslangVa...
2016-01-17 John KessenichDoubles: Add all the missing built-in double-based...
2016-01-16 John KessenichMemory/Perf: For link-mode, isolate file I/O so API...
2016-01-15 John KessenichMerge pull request #121 from amdrexu/feature
2016-01-14 John KessenichMerge pull request #129 from AWoloszyn/fix-noop-strcpy
2016-01-14 John KessenichMerge pull request #126 from mgadams/win32_warnings
2016-01-14 John KessenichTests: Update to match previous pull request.
2016-01-14 John KessenichMerge pull request #130 from jekstrand/fix-std140-struct
2016-01-14 Jason EkstrandgetBaseAlignment: Use the rowMajor argument for determi...
2016-01-14 Jason EkstrandgetBaseAlignment: Round up structure sizes to max alignment
2016-01-12 Andrew WoloszynRemoved strcpy that copied to itself.
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2016-01-11 Dejan MircevskiFix back-branch target for do-while loops.
2016-01-11 Dejan MircevskiUpdate .out files with new loop SPIR-V.
2016-01-11 Dejan MircevskiSwitch loops stack to use LoopBlocks.
2016-01-11 Dejan MircevskiTest a for loop with no body.
2016-01-11 Dejan MircevskiFix unreachable-block removal.
2016-01-10 Dejan MircevskiFirst cut at new loop codegen.
2016-01-06 Mark AdamsFix several build warnings/error encountered with VS2013
2016-01-05 Rex XuParser & SPV: Implement two extensions regarding GLSL...
2016-01-05 John KessenichSPV: Handle type punning in createCompositeCompare().
2016-01-05 John KessenichSPV: Don't do stride decorations for arrays of arrays...
2015-12-30 John KessenichSPV: Handle stride decorations for arrays of arrays...
2015-12-30 John KessenichSPV: Fix array strides by explicitly computing them...
2015-12-24 John KessenichSPV: Generalize multiple struct-type instances for...
2015-12-22 John KessenichSemantics: Catch nested types containing 'int' with...
2015-12-22 John KessenichSPV: Don't make MissingFunctionality() exit anymore.
2015-12-22 John KessenichSPV: Implement composite comparisons (reductions across...
2015-12-21 John KessenichSPV: Move to deterministic results for OpEntryPoint...
2015-12-21 John KessenichSPV: Make OpEntryPoint I/O list include all static...
2015-12-20 John KessenichSPV: recursively propagate row/col majorness through...
2015-12-19 John KessenichSPV: Nested layouts: Recursively send around the top...
2015-12-19 John KessenichMerge pull request #118 from amdrexu/bugfix
2015-12-19 John KessenichMerge pull request #120 from amdrexu/bugfix2
2015-12-19 John KessenichMerge branch 'master' of github.com:KhronosGroup/glslang
2015-12-19 John KessenichMerge pull request #117 from amdrexu/feature
2015-12-19 John KessenichTests for PR: Fix results for 4f68b83ea1b34923a71e69912...
2015-12-19 John KessenichMerge pull request #119 from thothonegan/master
2015-12-16 John KessenichConstant folding: Correct result type of non-square...
2015-12-16 Rex XuParser: Correct the storage qualifier of gl_HelperInvoc...
2015-12-15 Kenneth PerryDisplay the filename if we have output, even if validat...
2015-12-15 Rex XuSPV: Fix an issue related with imageStore() for 2DMS.
next