SPV 1.4: Move to 1.4 validation, removing all 1.4 validation failures.
[platform/upstream/glslang.git] / SPIRV / SpvTools.cpp
2019-05-10 John KessenichSPV 1.4: Move to 1.4 validation, removing all 1.4 valid...
2019-03-19 John KessenichMerge pull request #1711 from demett-brcm/avoid-undefin...
2019-03-18 John KessenichMerge pull request #1733 from null77/fix-msvc-warn
2019-03-18 John KessenichMerge pull request #1731 from godlikepanos/master
2019-03-18 Panagiotis Christo... Avoid running the validator as part of the optimization...
2018-12-18 John KessenichMerge pull request #1627 from greg-lunarg/lines8
2018-12-16 Greg FischerAdd passes to legalization to preserve source line...
2018-12-10 John KessenichMerge pull request #1620 from akien-mga/unix-executable-bit
2018-12-10 Rémi VerscheldeRemove Unix executable permission from text files
2018-11-27 John KessenichMerge pull request #1567 from Igalia/apinheiro/xfb...
2018-11-27 John KessenichMerge pull request #1595 from dgkoch/EXT_fragment_invoc...
2018-11-27 John KessenichMerge pull request #1597 from sheredom/add_conversion_f...
2018-11-26 John KessenichMerge pull request #1598 from alan-baker/geo-xfb-caps
2018-11-26 Alan BakerUpdate known good SPIRV tools and headers
2018-11-09 John KessenichMerge pull request #1547 from Igalia/apinheiro/xfb...
2018-11-09 John KessenichMerge pull request #1565 from greg-lunarg/kg25
2018-11-08 GregFAdd DeadBranchElim before MergeReturn in legalization.
2018-10-30 John KessenichMerge pull request #1558 from Kangz/fix_build_gn
2018-10-29 John KessenichMerge pull request #1556 from Kangz/msvc
2018-10-26 John KessenichMerge pull request #1542 from sheredom/fix_8bit_storage...
2018-10-25 John KessenichMerge pull request #1545 from dj2/warnings
2018-10-24 Dan SinclairFixup unused parameter warnings
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-31 John KessenichMerge pull request #1485 from karl-lunarg/karl-lunarg...
2018-08-31 John KessenichMerge pull request #1486 from mrtrizer/patch-1
2018-08-31 Denis ZdorovtsovUpdate SpvTools.cpp
2018-08-30 John KessenichSPV: Turn off the default validation done by the SPIRV...
2018-08-30 John KessenichMerge pull request #1482 from KhronosGroup/validate
2018-08-23 John KessenichSPV: Isolate SPIRV-tools glue to its own file.