Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git] / Test / 300.frag
2020-05-01 John KessenichMerge pull request #2205 from pmistryNV/GL_EXT_blend_fu...
2020-05-01 John KessenichMerge branch 'master' into GL_EXT_blend_func_extended
2020-05-01 Pankaj MistryAdd support for es extension GL_EXT_blend_func_extended
2020-05-01 John KessenichMerge branch 'master' into GL_EXT_shader_implicit_conve...
2020-05-01 pmistryNVAdd support for extension GL_EXT_shader_integer_mix...
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2015-12-22 John KessenichSemantics: Catch nested types containing 'int' with...
2015-08-19 John KessenichFront-end "pure" built-in TOperator: Finish adding...
2014-10-08 John KessenichDo qualifier-based checking independent of declaring...
2014-10-08 John KessenichInclude GL_FRAGMENT_PRECISION_HIGH in ES 300/310.
2014-10-06 John KessenichAdd missing precision qualifier checks to function...
2014-08-14 John KessenichMiscellaneous ES 3.1 semantics, and identification...
2014-01-28 John KessenichGL_ARB_enhanced_layouts, part 5: uniform offset and...
2013-12-03 John KessenichFinish compile-time constant folding for multi-argument...
2013-12-02 John KessenichFix crash from attempting ES precision propagation...
2013-11-20 John KessenichAdd limit checking for constant texture texel offsets...
2013-11-08 John KessenichAdd some missing invariant semantic checks, replace...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-06-26 John KessenichSemantic checks for .length(), switch/case/default...
2013-06-24 John KessenichAdd the 6 hyperbolic trig functions.
2013-06-24 John KessenichDisallow variable indexing into sampler array for ES...
2013-06-21 John KessenichFix bug of accidentally overriding initial layout locat...
2013-06-19 John KessenichTrack separate precision defaults for each kind of...
2013-06-07 John KessenichAdd more tests for built-in variables.
2013-04-25 John KessenichFor all keywords already present, get correct when...
2013-04-07 John KessenichPut in correct rules for multiple versions of qualifica...
2013-02-26 John KessenichSkip dummy unused second component for 1D non-array...
2013-02-25 John KessenichImplement modern (130 and above) texturing. About...