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