Merge pull request #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git] / Test / cppSimple.vert
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-09 John KessenichMerge pull request #1547 from Igalia/apinheiro/xfb...
2018-11-08 John KessenichPP: More clearly distinguish funtion-like and object...
2017-06-15 John KessenichMerge pull request #917 from KhronosGroup/remove-redund...
2017-06-07 John KessenichGLSL: Fix #396: Error when 'defined' comes from macro...
2015-07-25 John KessenichPreprocessor: Allow '\' as a token, which gets actual...
2014-12-20 John KessenichFix public bug 1277: #line L sets the next line to...
2013-12-31 John KessenichTests: add a few more test cases.
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-10 John KessenichPreprocessor: Implement skipping of macros that evalua...
2013-12-06 John KessenichPreprocessor: Fixed that some comments incorrectly...
2013-12-03 John KessenichAdd #line functionality to allow expressions instead...
2013-12-02 John KessenichPreprocessor fixes:
2013-11-12 John KessenichFixes to scanning:
2013-11-10 John KessenichFix several issues in the preprocessor:
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-13 John KessenichImplement __VERSION__ macro, make ftransform() non...
2013-06-13 John KessenichSemantic checks: ES doesn't have unsized arrays or...
2013-06-03 John KessenichFix another problem with undefined macros needing to...
2013-05-05 John KessenichMake the PP report an error on undefined macro in ...
2013-02-08 John KessenichMake the default version be 100.
2013-02-06 John KessenichAdd some CPP tests.