platform/upstream/glslang.git
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-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.
2015-12-15 Rex XuSPV: Implement GLSL built-in bitcast functions.
2015-12-15 John KessenichMerge pull request #116 from mgadams/scan_compile_fix
2015-12-14 Mark AdamsFix compile warning/error due to assignment in while...
2015-12-13 John KessenichSPV GLSL.std.450: Add needed smear operations for min...
2015-12-13 John KessenichSPV texturing: Use comp. 2 as the 3rd comp. for Dref...
2015-12-13 John KessenichFix crash: when no #version for compute shader in es...
2015-12-13 John KessenichSemantics: 'invocations' defaults to 1, not 0.
2015-12-12 John KessenichSPV: Implement all matrix operators {+,-,*,/} for ...
2015-12-12 John KessenichSemantics: Geometry stage can support max_vertices...
2015-12-11 John KessenichSPV tests: Turn on some more tests related to currently...
2015-12-11 John KessenichTests: Move to just linefeed to simply cross-platform...
2015-12-10 John KessenichLinux: Fix case of test file.
2015-12-10 John KessenichSPV: Modify last merge: Have promoteScalar() generate...
2015-12-10 John KessenichMerge pull request #115 from amdrexu/bugfix
2015-12-10 John KessenichMerge pull request #114 from amdrexu/bugfix2
2015-12-09 Rex XuSPV: Scalar smear operation should use type of the...
2015-12-09 Rex XuParser: Extension requirement of gl_PrimitiveID and...
2015-12-09 John KessenichSPV: Protect getStorageClass() with a test that the...
2015-12-09 John KessenichSPV: Implement OpImage functionality (emit before query).
2015-12-08 John KessenichMerge pull request #113 from amdrexu/feature
2015-12-08 John KessenichPlatforms: Remove support for Windows XP executables.
2015-12-08 Rex XuSPV: Implement GLSL interpolation built-in functions.
2015-12-07 John KessenichMerge pull request #111 from dneto0/issue-110-frexp-fix
2015-12-07 David NetoAvoid read past end of operands vector for EOpFrexp
2015-12-07 John KessenichBuilt-ins: fix mapping of packDouble2x32 and unpackDoub...
2015-12-07 John KessenichSPV: Fix extra operands when using the "struct" form...
2015-12-07 John KessenichSPV: Distinguish between std140 and std430 layouts...
2015-12-07 John KessenichSemantics: Correct that std430 is universally disallowe...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-12-06 John KessenichMerge pull request #109 from xorgy/add-unary-math-check...
2015-12-06 Aaron HamiltonIn addUnaryMath, check for 'child' being null before...
2015-12-04 John KessenichMerge pull request #107 from xorgy/fail-init-process...
2015-12-04 John KessenichMerge pull request #108 from mgadams/extensions_compile_fix
2015-12-04 John KessenichBuild: Fix CMake files to find osinclude.h
2015-12-04 John KessenichMerge pull request #105 from phaulos/generic-osinclude
2015-12-03 Mark AdamsFix ordered pointer comparison build warning/error
2015-12-02 Aaron HamiltonInitProcess() should fail if InitThread() does.
2015-12-01 Pyry HaulosUse generic osinclude.h
2015-11-28 John KessenichRequire l-value patch-out indexing to be gl_InvocationID.
2015-11-28 John KessenichArray-sizing bug fix: multiple array initializers of...
2015-11-23 John KessenichMerge pull request #98 from amdrexu/myfix
2015-11-22 Rex XuSPV: Fix an issue related with using CubeArrayShadow...
2015-11-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkExclude bison generated files in .gitignore
2015-11-16 baldurkRemove legacy build system
2015-11-16 baldurkAdd an osinclude.h below each OS directory, redirects...
2015-11-16 baldurkRemove include_directories from CMakeLists, to enforce...
2015-11-16 baldurkRemove unnecessary include path relative to root
2015-11-16 John KessenichSPV testing: Add missing test case.
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
next