glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / Scan.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-08 John Kessenichglslang tear down: Include deleting the keyword map...
2015-04-09 John Kessenichglslang: Allow GL_ARB_explicit_attrib_location to add...
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-14 John KessenichTurn on the sampler 2DMS types for ES 3.1.
2014-08-14 John KessenichMiscellaneous ES 3.1 semantics, and identification...
2014-08-13 John KessenichFinish virtually all of the remaining atomic counter...
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-07-29 John KessenichAdd the original-style texture-rectangle texturing...
2014-06-18 John KessenichAdd more allowances for relaxed error checking mode...
2014-03-08 John KessenichUse more modern bison %parse-param and %lex-param rathe...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-02-12 John KessenichCorrect which versions can support the extensions GL_AR...
2014-01-26 John KessenichSupport GL_ARB_texture_cube_map_array extension for...
2013-12-18 John KessenichAllow tessellation shaders to work on versions back...
2013-12-16 John Kessenich1) Allow '\' before a non-newline as a token in the...
2013-11-23 John KessenichCorrect textureGather*() extension support:
2013-11-12 John KessenichFix line-continuation bug.
2013-11-11 John KessenichAdd GL_OES_EGL_image_external. Includes new keyword...
2013-11-11 John KessenichAdd GL_OES_texture_3D extension. Also, minor tweaks...
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 KessenichNon-functional: Use better token names for the preproce...
2013-10-04 John KessenichMake some portability improvements identified by Christ...
2013-09-08 John KessenichFull thread safety working:
2013-09-06 John KessenichEnsure the shared symbol table levels are read-only...
2013-09-03 John KessenichSome rationalization of TIntermediate (to own it's...
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...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-25 John KessenichAdd scanner that can find '#version' across an array...