glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / preprocessor / PpContext.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-04 John KessenichDetect and give error on second occurrence of #version.
2013-12-04 John KessenichRe-allow non-language characters in ES 100 comments...
2013-12-03 John KessenichDisallow non-language characters in comments for ES...
2013-11-19 John KessenichFix a preprocessor memory leak by cleaning up some...
2013-11-12 John KessenichFixes to scanning:
2013-11-10 John KessenichFix several issues in the preprocessor:
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-20 John KessenichFix memory corruption problem in the preprocessor,...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-10-04 John KessenichMake some portability improvements identified by Christ...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-08 John KessenichReframe the preprocessor as a C++ class, with instances...