SPV: Add OpSource shader source code and file name.
[platform/upstream/glslang.git] / SPIRV / spvIR.h
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-03-22 John KessenichHLSL: non-static member functions: track and find activ...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-15 John KessenichMerge pull request #390 from steve-lunarg/samplers
2016-07-15 John KessenichBuild: Switch to Rev. 6 of headers, removing "BadValue...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-15 John KessenichSPV: Update to spec. decisions (and issue #205) for...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-06 John KessenichComments only.
2016-03-26 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-10 John KessenichMerge pull request #195 from Qining/remove-decoration...
2016-03-10 qiningRemove decoration of undefined IDs
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-01-22 John KessenichSPV: Use a more accurate MemorySemanticsAllMemory mask.
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 MircevskiMerge branch 'topo' into loopgen-after-readable-order
2016-01-19 John KessenichMerge pull request #135 from dekimir/topo
2016-01-19 Dejan MircevskiExplicitly initialize Instruction::block.
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 MircevskiImplement inReadableOrder().
2016-01-19 Dejan MircevskiAdd Block::successors.
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-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2016-01-11 Dejan MircevskiFix unreachable-block removal.
2015-12-09 John KessenichSPV: Protect getStorageClass() with a test that 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-08-07 John KessenichMove to revision 31 of SPIR-V.
2015-06-26 John KessenichFinal round for line endings.
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-11 John Kessenichglslang spvIR.h: Portability improvement.
2015-05-08 John Kessenichglslang->SPV: Fix addStringOperand so it saves the...
2015-05-07 John Kessenichglslang preprocassor: Fix operator precedence bug.
2015-05-06 John Kessenichglslang portability: add a #include <cassert>.
2015-05-03 John Kessenichglslang -> SPV: 1) Include post switch-break unreachabl...
2015-03-30 John Kessenichglslang AST -> SPIR-V: Move to new auto-generated offic...
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...