summaryrefslogtreecommitdiff
path: root/ext/webgpu/src/01_webgpu.js
AgeCommit message (Expand)Author
2023-02-20refactor: move webgpu files to ext root (#17832)Leo Kettmeir
2023-02-11fix(webgpu): use correct op for GPUDevice.createSampler (#17729)Leo Kettmeir
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-16chore: update dlint to v0.37.0 for GitHub Actions (#17295)Kenta Moriuchi
2023-01-13fix(webidl): properly implement setlike (#17363)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-09-20fix(ext/webgpu): make GPUDevice.features SetLike (#15853)Vicary A
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-04fix(ext/webgpu): use correct IDL key name (#15278)Leo Kettmeir
2022-07-20chore(ext): update webgpu (#15059)Dante Issaias
2022-05-15Revert "core: don't include_str extension js code (#10786)" (#14614)Aaron O'Mullan