aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/420.vert.out
AgeCommit message (Expand)Author
2016-09-27#517: Enable AMD extensions by defaultDominik Witczak
2016-07-27Front-end: Fix issue #409, check for implicitly-sized binding arrays.John Kessenich
2016-05-11Parser: Redeclare gl_ClipDistance/gl_CullDistance should update their array s...Rex Xu
2016-02-15SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).John Kessenich
2015-12-10Tests: Move to just linefeed to simply cross-platform test changes.John Kessenich
2015-09-15Full stack: implement textureQueryLod(*) and textureQueryLevels(*).John Kessenich
2015-08-19Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based buil...John Kessenich
2015-08-16Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' ar...John Kessenich
2015-06-19glslang front-end: Full turn-on of AEP tessellation semantics.John Kessenich
2015-05-18glslang: Formally track all built-in variables, right from the beginning, to ...John Kessenich
2015-04-29glslang AST output: include global vs. temp (local) in the printed output. T...John Kessenich
2014-12-11Implement specification change in 'restrict', allowing it to come and go acro...John Kessenich
2014-08-19Implement 'index' layout qualifier for fragment outputs. Based partly on a s...John Kessenich
2014-08-13Finish virtually all of the remaining atomic counter functionality. Still ne...John Kessenich
2014-08-12Turn on basic support for shader storage buffer objects, but not yet the enti...John Kessenich
2014-08-10Implement GL_ARB_shader_image_load_store. Partly done (format layout qualifi...John Kessenich
2014-05-11Finish GL_ARB_shading_language_420pack: *ProgramTexelOffset built-in constant...John Kessenich
2014-05-10420Pack: Implement length() on vectors and matrices. Also, tweak line-conti...John Kessenich
2014-04-14Restore r26245 and all tests and test results since 4/1:John Kessenich
2014-04-02Non-functional, infrastructure: Be more explicit about "implicit array sizes...John Kessenich
2014-03-31Track which extensions were enabled or required, in the intermediate represen...John Kessenich
2014-01-07Fix slight inconsistencies in which qualifiers are inherited into block members:John Kessenich
2014-01-06Minor infrastructure changes, to simplify an upcoming check in:John Kessenich
2013-12-12Tessellation: implement 'patch' semantics.John Kessenich
2013-12-11Tessellation partial implementation (not ready for use yet), including:John Kessenich
2013-12-09Flesh out 4.x block redeclaration semantics:John Kessenich
2013-12-04Detect and give error on second occurrence of #version.John Kessenich
2013-11-27Compile-time check on sampler binding size, link-time merging and checking of...John Kessenich
2013-11-20Track what ins/outs/uniforms are used, so that errors like "declare after use...John Kessenich
2013-10-28Fix bug where bracket dereferences were incorrectly keeping the base's qualif...John Kessenich
2013-10-24Add redeclarations of built-in blocks.John Kessenich
2013-10-23Add geometry-shader stream, invocations, max_vertices, lines, triangles, etc....John Kessenich
2013-10-18Add layout binding qualifier for blocks and samplers (atomics are not yet in,...John Kessenich
2013-10-18Add swizzles to scalars.John Kessenich
2013-10-17Add function "const", where the initializer does not have to be a compile-tim...John Kessenich
2013-10-05Non-functional changes: Typo in error message and in comment, remove unneeded...John Kessenich
2013-10-01Add message indicating level of completeness for not-yet-complete versions.John Kessenich
2013-09-28Add full support for uniforms with initializers, including intra-stage link v...John Kessenich
2013-09-26Unify the 8 grammar productions for declaring variables. This greatly simpli...John Kessenich
2013-08-27Move the complex pieces of C++ code from glslang.y to ParseHelper.cpp. Updat...John Kessenich
2013-08-05Track expected test results and add more README information.John Kessenich