glslang: Fix over 100 warnings from MSVC warning level 4.
[platform/upstream/glslang.git] / glslang / MachineIndependent / reflection.cpp
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2014-08-12 John KessenichPartial implementation of atomic counters.
2014-08-12 John KessenichTurn on basic support for shader storage buffer objects...
2014-04-14 John KessenichRestore r26192, r26240, r26241: All three about implic...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2013-11-23 John KessenichReflection: Eliminate redundant arrayed block entries...
2013-11-21 John KessenichReflection: Expand out block arrays to N different...
2013-11-15 John KessenichReflection: Flesh out expansions of complex aggregates...
2013-11-15 John KessenichReflection: Optimize leaf-array sizes for largest index...
2013-11-15 John KessenichReflection:
2013-11-13 John Kessenichfix g++ compilation issues
2013-11-13 John KessenichReflection: Add translation from glslang types to the...
2013-11-13 John KessenichReflection: Implement the std140 block offset calculat...
2013-11-07 John KessenichFix some Linux issues.
2013-11-07 John KessenichAdd and partially implement an interface for doing...