glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / intermOut.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-04-17 John Kessenichglslang and SPIR-V: Some basic turn on for doubles...
2014-08-18 John KessenichImplement conservative depth layout qualifiers. Based...
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-08-12 John KessenichTurn on basic support for shader storage buffer objects...
2014-08-11 John KessenichFinish implementing compute shaders, within #version...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-04-02 John KessenichNon-functional, infrastructure: Be more explicit about...
2014-03-31 John KessenichTrack which extensions were enabled or required, in...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-21 John KessenichGL_ARB_enhanced_layouts, part 3: Semantics for xfb_...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-03 John KessenichSome rationalization of TIntermediate (to own it's...
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
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-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-06-10 John KessenichUnify constant floats and constant doubles; they can...
2013-06-10 John KessenichA round of increasing robustness against buffer overruns.
2013-04-12 John KessenichAdd switch/case/default statements, using a switch...
2013-04-10 John KessenichImplement default layout qualifiers at global and block...
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-02-22 John KessenichRationalize locations of type string methods.
2013-02-21 John KessenichExpose the sampler type from a TType, and add a way...
2013-02-21 John KessenichReplace flat 110 sampler type space with an orthogonali...
2013-02-20 John KessenichAdd ES 300 matrix operations: outerProduct, determinant...
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-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-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 KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...