aboutsummaryrefslogtreecommitdiff
path: root/gtests/AST.FromFile.cpp
AgeCommit message (Expand)Author
2020-06-09Fix xfb stride limit issue (#2088)Roy.li
2019-08-22GLSL: Inherit memory qualifiers, both declaratively and in execution.John Kessenich
2019-08-20Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB.John Kessenich
2019-05-31Add AST tests for ray tracing shadersDaniel Koch
2019-05-31Add AST tests for mesh and task shadersDaniel Koch
2019-05-10SPV 1.4: Add testing infrastructure for SPV 1.4 tests.John Kessenich
2019-03-26Enable GL_KHR_shader_subgroup properlyDaniel Koch
2019-02-22PP: Fix #1605: Paste tokens for ## through number->letter transitions.John Kessenich
2019-02-16PP: Fix #1694: Rationalize errors on partially expanded macro argument.John Kessenich
2019-02-11PP: Fix #1694: Handle badly formed argument substitution.John Kessenich
2019-01-29Add support for GL_EXT_YUV_targetnicebyte
2018-11-26Add conversion folding when the source is a constant.Neil Henning
2018-08-07Remove execute permissionsotakuto
2018-05-24Testing: Add new tests, and new ways of testing, for floating-point.John Kessenich
2018-04-05GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifierJohn Kessenich
2018-04-02GLSL: Implement correct semantic checking for run-time sized arrays.John Kessenich
2018-03-26Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning.John Kessenich
2018-03-19PP: don't give errors on some tokens under #if 0 (or similar).John Kessenich
2018-03-16Add tests for GL_NV_shader_noperspective_interpolationBen Clayton
2018-03-06SPV: Implement Vulkan 1.1 features and extensions.John Kessenich
2017-11-02Fix #1079: don't give error when macro() name used without open (.John Kessenich
2017-11-02Fix nondeterminism discussed in 258b700f5957fc13b0512b3734a1b0e81a1c271dJohn Kessenich
2017-10-28Tests: Non-determinancy: Add back in the IntMin tests.John Kessenich
2017-10-27Non-determinant tests: Remove recent tests, to see if things stabelize.John Kessenich
2017-10-25GLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1 to 0.Aaron Muir Hamilton
2017-10-23GLSL: Check for implicit inner dimension in array of atomic_uint.Aaron Muir Hamilton
2017-10-22Check for hexadecimal literals exceeding MaxTokenLength.Aaron Muir Hamilton
2017-10-18Preprocessor: Evaluate INT_MIN / -1 to 0.Aaron Muir Hamilton
2017-10-17Don't try to swizzle void.Aaron Muir Hamilton
2017-10-16PP: Fix #1104: Missing check for #if overflow.John Kessenich
2017-09-05Add support for GL_OES_EGL_image_external_essl3David Srbecký
2017-07-31GLSL: Initiate version GLSL 460, including accept extraneous semicolons.John Kessenich
2017-07-23GLSL: Implement version 320 for ES.John Kessenich
2017-07-23GLSL: Add version-number checking.John Kessenich
2017-01-02PP: Fix issue #426, recover from bad-source macro expansion.John Kessenich
2016-12-19PP: Implement token pasting for PP identifiers.John Kessenich
2016-10-05Gtests can be run on another source treeDavid Neto
2016-07-30PP: Fix issue #408: # as last character in macro.John Kessenich
2016-07-07SPV: Turn on atomic-storage functionality for SPIR-V.John Kessenich
2016-06-28Remove duplicated tests from the runtests script.Lei Zhang
2016-06-05Front-end: Fix issue #146: which versions allow double in/out.John Kessenich
2016-05-29Fix issue #313: Catch internal attempts to modify built-in symbols that don't...John Kessenich
2016-05-16Add support for testing file-based HLSL source code in GTest.Lei Zhang
2016-03-31Link in Google Test framework.Lei Zhang