glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / StandAlone / StandAlone.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-15 John KessenichSPV compression: Remove file/path manipulation stuff...
2015-05-13 John KessenichSPIR-V compression: restore a line of code deleted...
2015-05-13 John KessenichSPIR-V compression: Add stripping and remapping tools...
2015-03-04 John Kessenichglslang: Add SPIR-V human readable form. (Use -H.)
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...
2014-10-06 John KessenichIncrease portability. (Submission from Nikita Kindt...
2014-10-01 John KessenichRemove dead call.
2014-09-28 John KessenichRemove unneeded skeletal work.
2014-09-12 John KessenichHave memory counters normally turned off, to avoid...
2014-09-08 John KessenichAdd option for printing documentation (empty).
2014-08-25 John KessenichMinor change in command-line options.
2014-08-24 John KessenichNon-functional misc. changes. Slight increase in perfo...
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-18 John KessenichA patch submitted for MinGW building.
2014-08-13 John KessenichAdd -d option for desktop default for missing #version.
2014-08-13 John KessenichImplement GL_ARB_shader_texture_image_samples. Also...
2014-08-13 John KessenichImplement cull distances for GLSL 4.5 (but not as an...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-07-28 John KessenichCreate dummy side project.
2014-06-05 John KessenichNon-functional trivial clean up.
2014-03-28 John KessenichAdd getStage() and getIntermediate() methods for consum...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-02-19 John KessenichCheck-in a couple submitted char* string portability...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-04 John KessenichAdd a versioning system and tie it to the -v command...
2013-11-14 John KessenichAdd GetEsslVersionString() and GetGlslVersionString().
2013-11-07 John KessenichComplete hook up all the compile/link errors to the...
2013-11-07 John KessenichStop emitting the "#version missing" warning, and hook...
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-01 John KessenichInterface and naming improvements:
2013-11-01 John KessenichInclude per-shader and per-program pools in the new...
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-22 John KessenichAdd built-in constants through version 440. Some still...
2013-10-16 John KessenichAdd all built-in variables for all versions/profiles...
2013-10-11 John KessenichMemory management hygiene: Use compare() instead of...
2013-10-02 John KessenichAdd the following ESSL 2.0 (#version 100) limitations...
2013-09-17 John KessenichAdd optional configuration file for specifying (existin...
2013-09-06 John KessenichEnsure the shared symbol table levels are read-only...
2013-09-04 John KessenichAdd link validation infrastructure for multiple compila...
2013-08-31 John KessenichOption rationalization and minor clean up.
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-08-05 John KessenichTrack expected test results and add more README informa...
2013-08-03 John KessenichSet up infrastructure for installing an executable...
2013-07-31 John KessenichMake previous check in compile correctly on linux.
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-08 John KessenichFinal linux tweak.
2013-07-08 John KessenichA few linux improvements/fixes for the previous check in.
2013-06-26 John KessenichHandle bad input file.
2013-06-25 John KessenichRemove the -a option, it doesn't belong here.
2013-06-25 John KessenichAdd scanner that can find '#version' across an array...
2013-05-05 John KessenichMake the PP report an error on undefined macro in ...
2013-04-17 John KessenichPut memory counter stuff in #ifdef _WIN32.
2013-04-14 John KessenichRationalize command-line options: controlling memory...
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-11 John KessenichAdd the GL_ES macro for ES personalities, along with...
2013-03-12 John KessenichA few trivial things, including removing '/' as a comma...
2013-03-08 John KessenichAnother round of gcc/g++ fixes.
2013-03-08 John KessenichAdd warning-suppression flag. Combined with relaxed...
2013-03-08 John KessenichAdd compilation mode flags for forward-compatible conte...
2013-02-20 John KessenichAdd ES 300 matrix operations: outerProduct, determinant...
2013-02-17 John KessenichBuilt-in symbol tables now lazily evaluated, and driven...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-02-11 John KessenichSimultaneously fix only known memory leak and take...
2013-02-08 John KessenichMake the default version be 100.
2012-12-12 John Kessenich1) Improve error recovery from arrays sized with a...
2012-12-12 John KessenichRemove the pack/unpack languages and bring grammar...
2012-12-12 John KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...