Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | fix(ext/webgpu): sync category comment (#25580) | Victor Turansky | |
Signed-off-by: Victor Turansky <victor.turansky@gmail.com> | |||
2024-09-10 | refactor: move WebGPU, FFI and FS typings from unstable to stable (#25488) | Leo Kettmeir | |
Closes #25377 | |||
2024-08-06 | BREAKING(webgpu/unstable): Replace async .requestAdapterInfo() with sync ↵ | Divy Srivastava | |
.info (#24783) Closes https://github.com/denoland/deno/issues/24779 Ref https://github.com/gpuweb/gpuweb/pull/4662 | |||
2024-07-10 | fix(ext/webgpu): fix `GPUUncapturedErrorEvent` parent type (#24369) | Victor Turansky | |
https://developer.mozilla.org/en-US/docs/Web/API/GPUUncapturedErrorEvent Signed-off-by: Victor Turansky <victor.turansky@gmail.com> | |||
2024-05-22 | refactor(docs): use `@experimental` instead of `@tags unstable` (#23884) | Leo Kettmeir | |
2024-05-05 | docs: update categories to match new planned sitemap (#23677) | Jo Franchetti | |
Updating categories for new sitemap as documented here: https://lucid.app/lucidspark/744b0498-a133-494d-981c-76059dd18885/edit?view_items=jpvBwFdYlNdB&invitationId=inv_50c83415-2aa5-423f-b438-ea156695c08b | |||
2024-05-05 | chore: update wgpu (#23684) | Leo Kettmeir | |
2024-04-26 | feat(ci): category & unstable tags checker (#23568) | Leo Kettmeir | |
2024-01-27 | feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149) | Divy Srivastava | |
2024-01-24 | chore: fix `Deno.UnsafeWindowSurface` typings (#22081) | Dean Srebnik | |
- changed `Deno.UnsafeWindowSurface` typings from accepting `Deno.UnsafePointerView` to `Deno.PointerValue` - added width and height to `GPUCanvasConfiguration` | |||
2024-01-21 | chore: add types for `Deno.UnsafeWindowSurface` (#22010) | Divy Srivastava | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-09 | feat: bring back WebGPU (#20812) | Leo Kettmeir | |
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com> Co-authored-by: Kenta Moriuchi <moriken@kimamass.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-03-17 | BREAKING(unstable): remove WebGPU (#18094) | Leo Kettmeir | |
This PR _**temporarily**_ removes WebGPU (which has behind the `--unstable` flag in Deno), due to performance complications due to its presence. It will be brought back in the future; as a point of reference, Chrome will ship WebGPU to stable on 26/04/2023. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-01-30 | chore: update webgpu (#17534) | Leo Kettmeir | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-11-25 | refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) | David Sherret | |