Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-06 | refactor: use web utils and lazy load utils from core (#22289) | Leo Kettmeir | |
2024-01-29 | refactor: Use virtul ops module (#22175) | Bartek IwaĆczuk | |
Follow up to #22157. This leaves us with 4 usages of `ensureFastOps()` in `deno` itself. There's also about 150 usages of `Deno.core.ops.<op_name>` left as well. | |||
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi | |
2024-01-05 | chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773) | Divy Srivastava | |
Part 1 of #21713 Changes: - Remove `.present()` and add a `presentGPUCanvasContext` (not exposed yet to users) - Move lazy load logic to `00_init.js`. This can be used to use webgpu on-demand from future code (OffScreenCanvas) |