index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
webgpu
/
src
/
01_webgpu.js
Age
Commit message (
Expand
)
Author
2023-02-20
refactor: move webgpu files to ext root (#17832)
Leo Kettmeir
2023-02-11
fix(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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-30
chore: update webgpu (#17534)
Leo Kettmeir
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-13
fix(webidl): properly implement setlike (#17363)
Leo Kettmeir
2023-01-06
perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
2022-09-20
fix(ext/webgpu): make GPUDevice.features SetLike (#15853)
Vicary A
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-04
fix(ext/webgpu): use correct IDL key name (#15278)
Leo Kettmeir
2022-07-20
chore(ext): update webgpu (#15059)
Dante Issaias
2022-05-15
Revert "core: don't include_str extension js code (#10786)" (#14614)
Aaron O'Mullan