Free memory associated with SPIR-V generation.
[platform/upstream/glslang.git] / SPIRV / SpvBuilder.h
2016-01-18 Andrew WoloszynFree memory associated with SPIR-V generation.
2015-12-30 John KessenichSPV: Handle stride decorations for arrays of arrays...
2015-12-22 John KessenichSPV: Implement composite comparisons (reductions across...
2015-12-10 John KessenichSPV: Modify last merge: Have promoteScalar() generate...
2015-12-09 John KessenichSPV: Implement OpImage functionality (emit before query).
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 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 XuAdd new test case for image functions and fix issues...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-16 Rex XuFix issues from review comments and those relevant...
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-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-22 John KessenichPortability: Remove unneeded "= default" to work with...
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-06-26 John KessenichFinal round for line endings.
2015-06-10 John Kessenichglslang portability: Resolve OSX errors, some other...
2015-05-22 John Kessenichglslang -> SPV: Improvements in swizzles on access...
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-04-17 John Kessenichglslang and SPIR-V: Some basic turn on for doubles...
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...