summaryrefslogtreecommitdiff
path: root/tools/wgpu_sync.js
AgeCommit message (Expand)Author
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-04-30chore(tools): `chmod +x` for scripts (#23610)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
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-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-07-21fix(tools): upgrade to new `Deno.spawn` api (#15265)Satya Rohith
2022-07-20chore(ext): update webgpu (#15059)Dante Issaias
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-01-24chore: re-enable wgpu_sync (#13453)Aaron O'Mullan
2022-01-20revert(#13402): experiment: wgpu sync (#13439)Aaron O'Mullan
2022-01-19experiment: wgpu sync (#13402)Aaron O'Mullan