Free memory associated with SPIR-V generation.
[platform/upstream/glslang.git] / glslang / Include / intermediate.h
2016-01-18 Andrew WoloszynFree memory associated with SPIR-V generation.
2015-09-16 John KessenichMerge pull request #71 from amdrexu/mywork
2015-09-16 Rex XuAdd new test case for image functions and fix issues...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuFix issues from review comments and those relevant...
2015-08-22 John KessenichImplement GL_OES_shader_multisample_interpolation,...
2015-08-19 John KessenichFix misspelled EOpFrexp and EOpLdexp.
2015-08-19 John KessenichMore preparation for pure built-in functions as enums...
2015-08-19 John KessenichAdd more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow...
2015-07-29 John KessenichMerge pull request #43 from google/cpp-style-line-directive
2015-07-28 Lei ZhangUse const reference for TSourceLoc in interfaces.
2015-07-23 John KessenichFront-end atomics: Finish adding atomic built-in functi...
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-18 John KessenichFront-end: Add error-recovery code for a switch stateme...
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-11 John KessenichMerge pull request #5 from floooh/fix-clang-warnings
2015-07-11 John KessenichAdd some missing 'const' and texture-op guards, for...
2015-06-16 John Kessenichglslang front-end: track column numbers (they don't...
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-05-26 John KessenichRequesting input on Bug 1346: checking in, turned off...
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...