Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | chore: use granular unstable flags in tools/ (#22138) | Bartek Iwańczuk | |
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-11-08 | chore: remove op_baseline and flamebench (#21120) | Matt Mastracci | |
ops are better tested in deno_core, and flamebench has rotted quite a bit. | |||
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-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |
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-04-26 | flamebench: streamline profiling benches (#10121) | Aaron O'Mullan | |
2020-11-08 | docs(tools): add a little note about cargo run (#8297) | Casper Beyer | |
2020-11-05 | update third_party (#8253) | Bartek Iwańczuk | |
2020-11-05 | build: rewrite tools/ scripts to deno (#8247) | Bartek Iwańczuk | |
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/". | |||
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-09-23 | mark shell code blocks as sh instead of bash (#7645) | qlcom | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-05-16 | chore: remove typedoc (#5497) | Bartek Iwańczuk | |
2020-05-08 | add tools/README.md (#4453) | Chris Knight | |