Skip to content

Commit

Permalink
Update naga to 0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f (g…
Browse files Browse the repository at this point in the history
…fx-rs#3512)

* Update naga to 0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f

* Mark the zero init workgroup test as passing.
  • Loading branch information
nical authored Feb 21, 2023
1 parent 71ee61a commit 438d639
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version = "0.15"

[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "58105a06e2bd5aefeb9330984d47976e63c11dc4"
rev = "9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
version = "0.11.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ thiserror = "1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "58105a06e2bd5aefeb9330984d47976e63c11dc4"
rev = "9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
version = "0.11.0"
features = ["clone", "span", "validate"]

Expand Down
4 changes: 2 additions & 2 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ android_system_properties = "0.1.1"

[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "58105a06e2bd5aefeb9330984d47976e63c11dc4"
rev = "9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
version = "0.11.0"
features = ["clone"]

# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "58105a06e2bd5aefeb9330984d47976e63c11dc4"
rev = "9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
version = "0.11.0"
features = ["wgsl-in"]

Expand Down
4 changes: 1 addition & 3 deletions wgpu/tests/shader/zero_init_workgroup_mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ fn zero_init_workgroup_mem() {
Some(6880),
Some("SwiftShader"),
true,
)
// TODO: investigate why it fails
.specific_failure(Some(Backends::GL), Some(65541), Some("llvmpipe"), false),
),
zero_init_workgroup_mem_impl,
);
}
Expand Down

0 comments on commit 438d639

Please sign in to comment.