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
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-10-18
refactor(ext/webgpu): use concrete error type (#26198)
Leo Kettmeir
2024-10-14
fix(ext/webgpu): allow GL backend on Windows (#26206)
Divy Srivastava
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-08-07
fix(webgpu): Fix `GPUAdapter#isFallbackAdapter` and `GPUAdapter#info` propert...
Kenta Moriuchi
2024-05-10
fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752)
Leo Kettmeir
2024-05-05
chore: update wgpu (#23684)
Leo Kettmeir
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-01-19
feat:: External webgpu surfaces / BYOW (#21835)
Divy Srivastava
2024-01-05
chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-20
refactor: move webgpu files to ext root (#17832)
Leo Kettmeir
2022-01-24
chore: re-enable wgpu_sync (#13453)
Aaron O'Mullan
2022-01-20
revert(#13402): experiment: wgpu sync (#13439)
Aaron O'Mullan
2022-01-19
experiment: wgpu sync (#13402)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-08-24
refactor(webgpu): use op interface idiomatically (#11835)
Luca Casonato
2021-08-24
chore(ext/webgpu): update wgpu to 0.10.0 (#11781)
Leo K
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl