Merge pull request #133 from AWoloszyn/spirv-memory
[platform/upstream/glslang.git] / SPIRV / SpvBuilder.cpp
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-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-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().
2015-12-30 John KessenichSPV: Handle stride decorations for arrays of arrays...
2015-12-22 John KessenichSPV: Don't make MissingFunctionality() exit anymore.
2015-12-22 John KessenichSPV: Implement composite comparisons (reductions across...
2015-12-10 John KessenichSPV: Modify last merge: Have promoteScalar() generate...
2015-12-10 John KessenichMerge pull request #115 from amdrexu/bugfix
2015-12-09 Rex XuSPV: Scalar smear operation should use type of the...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2015-10-13 John KessenichAdd comment that was missed in previous commit.
2015-10-13 John KessenichSPV constants and constOffsets completion: isConstant...
2015-10-13 John KessenichMerge pull request #81 from amdrexu/myfix
2015-10-11 Rex XuGenerate correct image operand mask for Offset and...
2015-09-22 John KessenichSPV: Fix missing 'Member' operand to OpArrayLength.
2015-09-21 John KessenichMerge pull request #75 from google/fix-vs2013-debug
2015-09-18 Andrew WoloszynFixed subtle issue that causes tests to fail in VS2013...
2015-09-16 John KessenichSPV: Generate the LocalSize Execution Mode for compute...
2015-09-16 John KessenichMerge pull request #71 from amdrexu/mywork
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-15 John KessenichSPV legacy texturing: Smear result of Op*Dref* up to...
2015-09-15 John KessenichSPV return from main: Simplify a legacy design such...
2015-09-14 Rex XuMerge master branch from upstream
2015-09-14 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-13 John KessenichSPV: Reduce spurious type generation by removing interm...
2015-09-13 John KessenichSPV arrays: Add support for runtime-sized array types...
2015-09-10 Rex XuMerge pull request #1 from KhronosGroup/master
2015-09-09 John KessenichMerge pull request #69 from jekstrand/texel-fetch
2015-09-09 Rex XuSPIRV: Add the support of missing image functions #72
2015-09-05 Jason EkstrandSPIRV: Add support for texelFetch
2015-08-11 John KessenichMerge pull request #54 from mknejp/master
2015-08-11 Miro KnejpSPIR-V: Return undefined values from implicit returns...
2015-08-07 John KessenichMove to revision 31 of SPIR-V.
2015-08-07 John KessenichMerge pull request #53 from google/get-string-name...
2015-08-07 John KessenichFixes to 8f1684b7bb881813365efd013b05bc0900a52a0c,...
2015-08-07 John KessenichMerge pull request #52 from baldurk/gcc-warn-fixes
2015-08-05 baldurkCompile fixes for gcc -Wall
2015-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-22 John KessenichMerge pull request #31 from google/explicit-extension...
2015-07-22 John KessenichMerge pull request #33 from google/spv-builder-loop...
2015-07-22 David Netospv::Builder::Loop constructor inits all members.
2015-07-21 John KessenichSPV: Make previous commit compile with MSVC 2012.
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-17 David NetoGenerate correctly structured do-while loops.
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-14 John KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 John KessenichMerge pull request #14 from google/extensionturnedon
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-12 baldurkon x64, size_t is 64-bit and int is 32-bit, so needs...
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-11 John KessenichMerge pull request #5 from floooh/fix-clang-warnings
2015-07-11 Andre WeissflogFix most clang warnings
2015-06-26 John KessenichFinal round for line endings.
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-06-10 John Kessenichglslang portability: Resolve OSX errors, some other...
2015-05-22 John Kessenichglslang -> SPV: Improvements in swizzles on access...
2015-05-22 John Kessenichglsl -> SPV: fix OpVectorInsertDynamic result type...
2015-05-15 John Kessenichglslang -> SPV: improved support for do-while/continue...
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-03 John Kessenichglslang -> SPV: 1) Include post switch-break unreachabl...
2015-04-27 John KessenichSPV: Emit layout(index=) as Index decoration.
2015-04-17 John Kessenichglslang and SPIR-V: Some basic turn on for doubles...
2015-04-03 John Kessenichglslang -> SPIR-V: Correct renaming mistake made in...
2015-03-30 John Kessenichglslang AST -> SPIR-V: Move to new auto-generated offic...
2015-03-24 John Kessenichglslang -> SPIR-V: Correct code generated for EmitStrea...
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...