forked from gfx-rs/wgpu
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Vecvec/ray-tracing
upgrade ray-tracing branch to main branch
- Loading branch information
Showing
1,072 changed files
with
167,349 additions
and
22,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[alias] | ||
xtask = "run --manifest-path xtask/Cargo.toml" | ||
|
||
[build] | ||
rustflags = [ | ||
"--cfg=web_sys_unstable_apis" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# None of our tests should take longer than 45s, and if they've gone 2x that, | ||
# terminate them to prevent infinite run-on. | ||
[profile.default] | ||
slow-timeout = { period = "45s", terminate-after = 2 } | ||
|
||
# Use two threads for tests with "2_threads" in their name | ||
[[profile.default.overrides]] | ||
filter = 'test(~2_threads)' | ||
threads-required = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
/cts_runner/ @crowlKats | ||
/deno_webgpu/ @crowlKats | ||
* @gfx-rs/wgpu | ||
|
||
/cts_runner/ @gfx-rs/deno @gfx-rs/wgpu | ||
/deno_webgpu/ @gfx-rs/deno @gfx-rs/wgpu | ||
/naga/ @gfx-rs/naga | ||
/naga-cli/ @gfx-rs/naga | ||
|
||
# We leave the codeowners empty for the changelog, so naga changes | ||
# don't trigger wgpu reviews and vise versa. | ||
/CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Issues with shaders | ||
url: https://github.com/gfx-rs/naga/issues/new/choose | ||
about: Issues with or enhancements for the shader translation. | ||
- name: Question about wgpu | ||
url: https://github.com/gfx-rs/wgpu/discussions/new | ||
about: Any questions about how to use wgpu should go here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.