Add override where needed by clang++
[platform/upstream/glslang.git] / glslang / MachineIndependent / SymbolTable.h
2017-02-21 David NetoAdd override where needed by clang++
2017-02-17 Graham WihlidalMerge pull request #1 from KhronosGroup/master
2017-02-17 John KessenichMerge pull request #720 from flaviobortot/master
2017-02-11 John KessenichMerge pull request #722 from steve-lunarg/tessellation
2017-02-10 steve-lunargAdd basic HS/DS implementation.
2017-02-09 John KessenichMerge pull request #685 from KhronosGroup/wrap-entry...
2017-02-07 John KessenichHLSL: Wrap the entry-point; need to write 'in' args...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2017-01-05 John KessenichMerge pull request #650 from steve-lunarg/lvalue-swizzl...
2017-01-04 John KessenichMerge pull request #648 from steve-lunarg/type-identifiers
2017-01-04 John KessenichMerge pull request #632 from steve-lunarg/structure...
2017-01-03 John KessenichMerge pull request #659 from steve-lunarg/d3dcolortoubyte4
2017-01-03 John KessenichMerge pull request #647 from steve-lunarg/default-fn...
2016-12-29 steve-lunargHLSL default function parameters
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-01 John KessenichMerge pull request #527 from steve-lunarg/array-flatten...
2016-10-01 John KessenichMerge pull request #521 from yavn/frag-shader-primitive...
2016-09-30 John KessenichMerge pull request #523 from amdrexu/feature2
2016-09-30 John KessenichAdd amend ability for anonymous blocks, so they can...
2016-08-24 John KessenichMerge branch 'overloaded-400' of github.com:KhronosGrou...
2016-08-19 John KessenichFront-end/Non-functional: Add some const/auto, useful...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-26 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-20 John KessenichFront-end: Add specialization-constant subtrees for...
2015-07-16 John KessenichFront-end: Implement GL_OES_gpu_shader5.
2015-05-18 John Kessenichglslang: Formally track all built-in variables, right...
2014-08-11 John KessenichFinish implementing compute shaders, within #version...
2014-04-14 John KessenichRestore r26192, r26240, r26241: Two missing files...
2014-03-16 John KessenichImplement implicit conversions of function-call argumen...
2014-01-11 John KessenichFix g++ warning and update Window's binary.
2013-12-11 John KessenichAdd missing check that a function call is not using...
2013-12-04 John KessenichTrack whether function declarations are prototypes...
2013-11-20 John KessenichAdd new convenience pool allocators for arbitrary types...
2013-11-11 John KessenichAdd GL_EXT_frag_depth.
2013-11-11 John KessenichAdd GL_OES_standard_derivatives. Also added extension...
2013-11-11 John KessenichMore subtle checking for redeclarations:
2013-10-30 John KessenichImplement 1.20 style function signature matching under...
2013-10-24 John KessenichAdd geometry shader input array sizing/checking WRT...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-11 John KessenichGeneralize the symbol hierarchy to transparently handle...
2013-10-11 John KessenichMemory management hygiene: Use compare() instead of...
2013-10-09 John KessenichNon-functional: Remove use of the unused structure...
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-08 John KessenichFull thread safety working:
2013-09-06 John KessenichEnsure the shared symbol table levels are read-only...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-13 John KessenichDynamically allocate symbol table containers, so timing...
2013-08-09 John KessenichShare built-in symbols common to all stages for desktop...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-08-08 John KessenichRemove a mangled-name cache in the type that was someti...
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-06-24 John KessenichCreate linkage symbol nodes in the AST so a linker...
2013-06-12 John KessenichGet all the scoping rules right for ES and non ES,...
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-10 John KessenichAdd anonymous members as a new symbol table type, so...
2013-02-20 John KessenichMake legacy texture prototypes more concise, fix minor...
2013-02-14 John KessenichImprove robustness for symbol downcasts by moving to...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-01-24 John KessenichImplement the full scheme for ES precision qualifiers...
2012-12-13 John KessenichChange the core of glslang to be a static library rathe...
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...