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
/
01_webgpu.js
Age
Commit message (
Expand
)
Author
2024-11-17
fix(ext/webgpu): Create GPUQuerySet converter before usage (#26883)
reczkok
2024-09-22
BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...
Divy Srivastava
2024-09-19
refactor(ext/webgpu): align error messages (#25719)
Ian Bull
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-08-07
fix(webgpu): Fix `GPUAdapter#isFallbackAdapter` and `GPUAdapter#info` propert...
Kenta Moriuchi
2024-08-06
BREAKING(webgpu/unstable): Replace async .requestAdapterInfo() with sync .inf...
Divy Srivastava
2024-08-01
fix(ext/webgpu): assign missing `constants` property of shader about `GPUDevi...
Hajime-san
2024-07-31
fix(ext/webgpu): don't crash while constructing GPUOutOfMemoryError (#24807)
Luca Casonato
2024-07-12
fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise ...
chirsz
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-05-10
fix(ext/webgpu): invalidate GPUAdapter when a device is created (#23752)
Leo Kettmeir
2024-05-06
fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & G...
Hajime-san
2024-05-05
chore: update wgpu (#23684)
Leo Kettmeir
2024-04-30
docs: fix some typos in comments (#23520)
findmyhappy
2024-03-14
fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)
guangwu
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-01-27
feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149)
Divy Srivastava
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-05
chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)
Divy Srivastava
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-23
fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webid...
Leo Kettmeir
2023-02-20
refactor: move webgpu files to ext root (#17832)
Leo Kettmeir
2022-05-15
Revert "core: don't include_str extension js code (#10786)" (#14614)
Aaron O'Mullan
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-04
refactor: fix primordials for WebGPU (#13594)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
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-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-19
experiment: wgpu sync (#13402)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
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-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl