aboutsummaryrefslogtreecommitdiff
path: root/gtests/Link.FromFile.Vk.cpp
AgeCommit message (Expand)Author
2020-08-05Build/Test: Dropping 2013 allows using the latest googletests.johnkslang
2020-07-31Use GLSLANG_ANGLE to strip features to what ANGLE requiresShahbaz Youssefi
2020-07-13Revert "Merge pull request #2330 from ShabbyX/optimize_for_angle"John Kessenich
2020-07-08Use GLSLANG_ANGLE to strip features to what ANGLE requiresShahbaz Youssefi
2020-07-01Tests: More broadly use automapping binding/location.John Kessenich
2020-04-02Shader interface matching rework to fix #2136 (#2156)Malcolm Bechard
2020-03-16Fix #2005. Allow multiple compilation units to declare identical push_constan...Malcolm Bechard
2019-01-29Build: Remove extra commas in calling INSTANTIATE_TEST_SUITE_P.John Kessenich
2018-12-07Modify testing to only record validation pass/failAlan Baker
2018-08-31Merge pull request #1465 from otakuto/remove-execute-permissionsJohn Kessenich
2018-08-23SPV: Add option for controling when the SPIRV-Tools validator is used.John Kessenich
2018-08-07Remove execute permissionsotakuto
2018-07-18Link/SPV: Correct symbol IDs on merging ASTs to a single coherent spaceJohn Kessenich
2018-04-01Linker: Fix #1329: correctly merge unsized arrays, and fix link tests.John Kessenich
2017-05-18SPV: Give error on not assigning locations to I/O.John Kessenich
2017-01-25Use correct OriginUpperLeft when linking more than one shader.Markus Tavenrath