Nonfunctional: fix a typo.
[platform/upstream/glslang.git] / glslang / MachineIndependent / ParseHelper.cpp
2014-09-18 John KessenichNonfunctional: fix a typo.
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-19 John KessenichImplement atomic counter offset semantics.
2014-08-19 John KessenichImplement 'index' layout qualifier for fragment outputs...
2014-08-18 John KessenichImplement conservative depth layout qualifiers. Based...
2014-08-14 John KessenichMiscellaneous ES 3.1 semantics, and identification...
2014-08-13 John KessenichImplement GL_ARB_shader_texture_image_samples. Also...
2014-08-13 John KessenichAdd ES 3.1 compatibility to 4.5 and the atomic memory...
2014-08-13 John KessenichImplement cull distances for GLSL 4.5 (but not as an...
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-08-13 John KessenichFinish virtually all of the remaining atomic counter...
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2014-08-12 John KessenichPartial implementation of atomic counters.
2014-08-12 John KessenichRemove the now dead 'shared' type field, and add semant...
2014-08-12 John KessenichTurn on basic support for shader storage buffer objects...
2014-08-11 John KessenichFinish implementing compute shaders, within #version...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-07-29 John KessenichImplement most of GL_ARB_explicit_attrib_location ...
2014-06-27 John KessenichNon-functional: Encapsulate testing for IO that is...
2014-06-03 John KessenichAdd missing matrix constructor test, and add a size...
2014-05-27 John KessenichFix, and add missing tests for, error catching for...
2014-05-14 John KessenichFix bug where an anonymous member of a built-in block...
2014-05-12 John KessenichNon-functional tweak to hidden-member (of anonymous...
2014-05-10 John Kessenich420Pack: Implement length() on vectors and matrices...
2014-05-10 John KessenichCode simplification: Add (and use) helper functions...
2014-05-06 John KessenichPrevent crash when bad shader redeclares built-in array...
2014-05-01 John KessenichChange ERROR to WARNING to finish fixing bug 11904...
2014-04-24 John KessenichAllow the pre-150 built-in redeclarations when using...
2014-04-14 John KessenichEstablish desktop completeness through version 1.50...
2014-04-14 John KessenichRestore r26192, r26240, r26241: All three about implic...
2014-04-02 John KessenichNon-functional, infrastructure: Be more explicit about...
2014-03-26 John KessenichExpand implicit argument conversions to also include...
2014-03-16 John KessenichImplement implicit conversions of function-call argumen...
2014-03-08 John KessenichUse more modern bison %parse-param and %lex-param rathe...
2014-02-24 John KessenichTrack things like "(3)" and "+3" as expressions, not...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-02-18 John KessenichUpdate rules for "GL_", "gl_", and "__" to match latest...
2014-02-13 John KessenichFix missing semantic check: Disallow layout qualifiers...
2014-02-12 John KessenichCorrect which versions can support the extensions GL_AR...
2014-02-03 John KessenichGL_ARB_enhanced_layouts, final. #extension tests,...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-28 John KessenichGL_ARB_enhanced_layouts, part 5: uniform offset and...
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2014-01-21 John KessenichGL_ARB_enhanced_layouts, part 3: Semantics for xfb_...
2014-01-08 John KessenichGL_ARB_enhanced_layouts, part 2: Full implementation...
2014-01-07 John KessenichGL_ARB_enhanced_layouts, part 1: Track whether constan...
2014-01-07 John KessenichFix slight inconsistencies in which qualifiers are...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-12-20 John KessenichAdd array sizing/checking/overlapping semantics for...
2013-12-18 John KessenichAdditional semantic checking for tessellation shaders...
2013-12-16 John Kessenich1) Allow '\' before a non-newline as a token in the...
2013-12-13 John KessenichTessellation: Smaller changes: Take tessellation contr...
2013-12-13 John KessenichTessellation: Implicit array sizing and consistency...
2013-12-12 John KessenichTessellation: implement 'patch' semantics.
2013-12-11 John KessenichAdd missing check that a function call is not using...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-09 John KessenichFlesh out 4.x block redeclaration semantics:
2013-12-07 John KessenichAllow layout aliasing for desktop vertex inputs.
2013-12-06 John KessenichDesktop array size limit checking for gl_ClipDistance...
2013-12-06 John KessenichMade '\' at end of C++ comments be a warning. It is...
2013-12-05 John KessenichImplement location overlap error checking.
2013-12-04 John KessenichTrack the flow-control (and {}) nesting level to preven...
2013-12-04 John KessenichCheck for packing qualifiers on block members.
2013-12-04 John KessenichCheck for structures out from vertex or into fragment...
2013-12-04 John KessenichTrack whether function declarations are prototypes...
2013-12-04 John KessenichRe-allow non-language characters in ES 100 comments...
2013-12-04 John KessenichFix ES unsized-array checking: it was one level too...
2013-12-03 John KessenichGive error when overloaded functions differ only on...
2013-12-03 John KessenichDisallow non-language characters in comments for ES...
2013-12-02 John KessenichPreprocessor fixes:
2013-12-01 John KessenichSimplify and rationalize constant folding for dereferen...
2013-11-27 John KessenichCompile-time check on sampler binding size, link-time...
2013-11-23 John KessenichCorrect textureGather*() extension support:
2013-11-20 John KessenichAdd limit checking for constant texture texel offsets...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-20 John KessenichAdd new convenience pool allocators for arbitrary types...
2013-11-13 John Kessenichfix g++ compilation issues
2013-11-13 John KessenichReflection: Implement the std140 block offset calculat...
2013-11-12 John KessenichDisallow arrays in initializers for non-array-object...
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_OES_standard_derivatives. Also added extension...
2013-11-11 John KessenichAdd GL_OES_texture_3D extension. Also, minor tweaks...
2013-11-11 John KessenichMinor consistency fix: Define built-in functions to...
2013-11-11 John KessenichMore subtle checking for redeclarations:
2013-11-08 John KessenichMisc. constant-folding fixes: Check % for 0, mat(mat...
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-10-31 John KessenichFix parameter count bug in ambiguity checking for overl...
2013-10-30 John KessenichImplement 1.20 style function signature matching under...
2013-10-28 John KessenichFix bug where bracket dereferences were incorrectly...
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-24 John KessenichAdd geometry shader input array sizing/checking WRT...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
2013-10-22 John KessenichTie "location = " to the right stages/versions/extensio...
2013-10-21 John KessenichAdd texture gather functions (and extension check)...
2013-10-18 John KessenichAdd layout binding qualifier for blocks and samplers...
next