Fix bug in printing trailing comma when dumping AST for a structure.
[platform/upstream/glslang.git] / Test / baseResults / 310.vert.out
2019-07-17 Ashwin LeleFix bug in printing trailing comma when dumping AST...
2018-11-27 John KessenichMerge pull request #1567 from Igalia/apinheiro/xfb...
2018-11-16 John KessenichMerge branch 'jeffbolznv-scalar_block_layout'
2018-11-16 John KessenichMerge branch 'scalar_block_layout' of https://github...
2018-11-14 Jeff BolzImplement GL_EXT_scalar_block_layout
2017-06-15 John KessenichMerge pull request #917 from KhronosGroup/remove-redund...
2017-06-05 John KessenichGLSL: replace general missing functionality with specif...
2017-03-15 John KessenichMerge pull request #767 from DragoonX6/master
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-03-15 John KessenichGLSL output: Removed fixed-size buffer; fixes #769.
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-12-19 John KessenichMerge pull request #625 from jbeich/gcc6
2016-12-10 John KessenichLinker: Eliminate uncalled functions, because they...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
2016-08-03 dankbakerMerge pull request #1 from KhronosGroup/master
2016-08-03 John KessenichFront-end: Implement 2nd task of issue #400; precision...
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-07-01 John KessenichMerge pull request #363 from cdwfs/vertex_instance_id
2016-06-30 John KessenichFront-end: Don't lower precision of bit operations...
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-15 John KessenichFront-end ESSL: require precision declarations for...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-10 John KessenichMerge pull request #222 from Qining/support-precise
2016-05-10 John KessenichMerge pull request #270 from scyganINTEL/bitfield_buildins
2016-05-09 scyganUse proper precision qualifiers for bitfield build...
2016-05-04 John KessenichParser: Precise: Recognize 'precise', tag types, and...
2016-05-04 John KessenichCorrect precision qualification on built-in functions.
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
2015-12-11 John KessenichTests: Move to just linefeed to simply cross-platform...
2015-12-07 John KessenichSemantics: Correct that std430 is universally disallowe...
2015-10-05 John KessenichAdd another frexp() test.
2015-10-01 John KessenichFront-end: Fix: Cubemap arrays only use 3-component...
2015-10-01 John KessenichGLSL front-end: Check recursively for opaque types...
2015-08-22 John KessenichImplement GL_OES_shader_multisample_interpolation,...
2015-08-19 John KessenichBackward incompatible: Turn on PureOperatorBuiltins...
2015-08-19 John KessenichAdd more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow...
2015-08-17 John KessenichMerge pull request #57 from google/glslang-android
2015-08-17 John KessenichImplement GL_OES_shader_image_atomic.
2015-08-17 John KessenichImplement GL_OES_texture_storage_multisample_2d_array.
2015-08-17 John KessenichFix two multi-sample bugs: 1) include MS in name mangli...
2015-08-16 John KessenichImplement GL_OES_texture_cube_map_array.
2015-08-16 John KessenichImplement GL_OES_texture_buffer.
2015-08-10 John KessenichArray of array: Implement the core functionality: types...
2015-07-16 John KessenichFront-end: Implement GL_OES_gpu_shader5.
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-15 John KessenichFront-end: enforce qualifiers that cannot appear on...
2015-07-07 John KessenichFront-end: move to rational internal array-of-array...
2015-06-19 John Kessenichglslang front-end: Full turn-on of AEP tessellation...
2015-06-15 John Kessenichglslang AEP: Full semantics for *_shader_io_blocks.
2015-06-12 John Kessenichglslang ES reference: Don't allow std430 on uniform...
2015-05-18 John Kessenichglslang: Formally track all built-in variables, right...
2015-05-11 John Kessenichglslang parser: Arrays-of-arrays name-mangling and...
2015-04-29 John Kessenichglslang: Correct global precision qualifiers to make...
2015-04-29 John Kessenichglslang AST output: include global vs. temp (local...
2014-10-28 John KessenichES check for vertex out or fragment in containing any of
2014-08-14 John KessenichTurn on the sampler 2DMS types for ES 3.1.
2014-08-14 John KessenichImplement frexp, ldexp, packUnorm2x16, unpackUnorm2x16...
2014-08-13 John KessenichAdd the bitField built-in functions. Mark 330 as being...
2014-08-12 John KessenichAdd ESSL 310 test results.