aboutsummaryrefslogtreecommitdiff
path: root/test/val/val_webgpu_test.cpp
AgeCommit message (Expand)Author
2021-01-14Remove WebGPU support (#4108)Ryan Harrison
2020-07-17Permit Simple and GLSL450 memory model in WEBGPU_0 (#3463)David Neto
2020-06-15Update access control lists. (#3433)dan sinclair
2019-11-26Permit the debug instructions in WebGPU SPIR-V (#3063)Sarah
2019-09-27Refactor the InstructionPass (#2924)alan-baker
2019-09-13SPIRV-Tools support for SPIR-V 1.5 (#2865)alan-baker
2019-04-17Validate that SPIR-V binary is encoded as little endian for WebGPU (#2523)Ryan Harrison
2018-11-28Ensure that only whitelisted extensions are used in WebGPU (#2127)Ryan Harrison
2018-11-27Ensure that imported extended instructions for WebGPU are only "GLSL.std.450"...Ryan Harrison
2018-11-27Restrict capabilities to WebGPU spec (#2113)Ryan Harrison
2018-11-21Ensure correct Addressing and Memory model set for WebGPU (#2093)Ryan Harrison
2018-11-20Validate that debugging instructions are not present for WebGPU (#2089)Ryan Harrison
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-01Remove using std::<foo> statements. (#1756)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-06-21Add a WIP WebGPU environment. It disallows OpUndefCorentin Wallez