Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git] / Test / 100.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-01-27 John KessenichMerge pull request #1940 from tsuoranta/fix-gcc9
2019-12-18 Roy.liMerge pull request #7 from KhronosGroup/master
2019-11-23 John KessenichFix #1983: __ is okay starting with ES 300, rather...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-17 John KessenichFront-end: Implement GL_EXT_shader_non_constant_global_...
2015-04-30 John Kessenichglslang: Bug 13724: ES global initializers must be...
2014-12-20 John KessenichFix public bug 1277: #line L sets the next line to...
2014-10-08 John KessenichDo qualifier-based checking independent of declaring...
2014-05-27 John KessenichFix, and add missing tests for, error catching for...
2013-12-04 John KessenichCheck for structures out from vertex or into fragment...
2013-12-04 John KessenichDetect and give error on second occurrence of #version.
2013-12-04 John KessenichTrack whether function declarations are prototypes...
2013-12-03 John KessenichGive error when overloaded functions differ only on...
2013-11-22 John KessenichImplement GL_EXT_shader_texture_lod.
2013-11-12 John KessenichFixes to scanning:
2013-11-12 John KessenichMisc semantics fixes:
2013-11-11 John KessenichAdd GL_OES_EGL_image_external. Includes new keyword...
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 KessenichAdd GL_OES_texture_3D extension. Also, minor tweaks...
2013-11-09 John KessenichAdded constant folding for relational (e.g. lessThan...
2013-11-08 John KessenichAdd some missing invariant semantic checks, replace...
2013-10-04 John KessenichImprove robustness of extension checking, and its inter...