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
/
cli
/
tests
/
unit
/
webgpu_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-27
feat(unstable): implement `navigator.gpu.getPreferredCanvasFormat()` (#22149)
Divy Srivastava
2024-01-24
chore: fix `Deno.UnsafeWindowSurface` typings (#22081)
Dean Srebnik
2024-01-23
chore: use ensureFastOps in 02_surface.js (#22045)
Divy Srivastava
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
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-02-23
fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webid...
Leo Kettmeir
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-07-20
chore(ext): update webgpu (#15059)
Dante Issaias
2022-03-30
chore: disable wgpu tests in WSL (#14157)
David Sherret
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
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-05-06
chore: update wgpu and realign to spec (#9760)
Luca Casonato
2021-04-27
test(cli): run unit tests using Deno.test (#10330)
Casper Beyer
2021-03-02
chore: upgrade crates (#9632)
Bartek Iwańczuk
2021-03-01
feat: WebGPU API (#7977)
crowlKats