glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / localintermediate.h
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-08 John Kessenichglslang linker: Make some methods static that can be...
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-19 John KessenichImplement atomic counter offset semantics.
2014-08-19 John KessenichImplement 'index' layout qualifier for fragment outputs...
2014-08-18 John KessenichImplement conservative depth layout qualifiers. Based...
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-05-10 John KessenichCode simplification: Add (and use) helper functions...
2014-05-08 John KessenichAdd access methods for consuming adapters to get the...
2014-04-22 John KessenichJust make computeTypeLocationSize const.
2014-04-14 John KessenichRestore r26192, r26240, r26241: All three about implic...
2014-03-31 John KessenichTrack which extensions were enabled or required, in...
2014-03-28 John KessenichAdd getStage() and getIntermediate() methods for consum...
2014-03-16 John KessenichImplement implicit conversions of function-call argumen...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2014-01-21 John KessenichGL_ARB_enhanced_layouts, part 3: Semantics for xfb_...
2014-01-08 John KessenichGL_ARB_enhanced_layouts, part 2: Full implementation...
2014-01-07 John KessenichGL_ARB_enhanced_layouts, part 1: Track whether constan...
2013-12-18 John KessenichAdditional semantic checking for tessellation shaders...
2013-12-13 John KessenichTessellation: Implicit array sizing and consistency...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-05 John KessenichImplement location overlap error checking.
2013-12-01 John KessenichSimplify and rationalize constant folding for dereferen...
2013-11-20 John KessenichAdd link-time checks for max_vertices, input primitive...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-14 John KessenichFix for build error in vs2013: #include <algorithm...
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-30 John KessenichFix recursion detection (it was detecting cycles in...
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
2013-10-15 John KessenichAdd ES 3.0 fragment output link-time test for outputs...
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-10-11 John KessenichGeneralize the symbol hierarchy to transparently handle...
2013-10-01 John KessenichAdd function recursion testing to the link-time validation.
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-24 John KessenichAdd basic intra-stage linking validation for matching...
2013-09-04 John KessenichAdd link validation infrastructure for multiple compila...
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-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 KessenichCreate linkage symbol nodes in the AST so a linker...
2013-04-10 John KessenichAdd anonymous members as a new symbol table type, so...
2013-04-07 John KessenichSplit out the unary-argument built-in function path...
2013-03-07 John KessenichChange infrastructure to support constant folding acros...
2013-02-28 John KessenichImplement operator-based implicit type conversions.
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
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...