glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / Include / intermediate.h
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-13 John KessenichAdd ES 3.1 compatibility to 4.5 and the atomic memory...
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-05-10 John Kessenich420Pack: Implement length() on vectors and matrices...
2014-03-16 John KessenichImplement implicit conversions of function-call argumen...
2014-02-24 John KessenichTrack things like "(3)" and "+3" as expressions, not...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2014-01-07 John KessenichGL_ARB_enhanced_layouts, part 1: Track whether constan...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-12-01 John KessenichSimplify and rationalize constant folding for dereferen...
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-01 John KessenichInterface and naming improvements:
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-08 John KessenichFull thread safety working:
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
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-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...
2013-06-24 John KessenichAdd the 6 hyperbolic trig functions.
2013-06-24 John KessenichCreate linkage symbol nodes in the AST so a linker...
2013-05-30 John KessenichA bunch of semantic checks were missing for binary...
2013-05-17 John KessenichAdd precision qualifier propagation for swizzling,...
2013-04-12 John KessenichSmall tweak to switch statements: use a smaller base...
2013-04-12 John KessenichAdd switch/case/default statements, using a switch...
2013-04-07 John KessenichAdd ES 300 built-ins trunc, round, roundEven, modf...
2013-04-05 John KessenichAdd uint type (big change). For both int/uint, add...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...
2013-02-22 John KessenichRationalize locations of type string methods.
2013-02-20 John KessenichAdd ES 300 matrix operations: outerProduct, determinant...
2013-02-06 John KessenichUpdate copyrights.
2013-02-04 John KessenichImplement non-square matrices, and make a few type...
2013-01-28 John KessenichPut in basic propagation algorithm for precision qualif...
2013-01-24 John KessenichImplement the full scheme for ES precision qualifiers...
2012-12-19 John KessenichBug fix: Make the type of the result of a structure...
2012-12-12 John KessenichSupport suffixes for floats and doubles (none were...
2012-12-12 John KessenichRemove the pack/unpack languages and bring grammar...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...