Update naga to 0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f (#3512)

* Update naga to 0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f

* Mark the zero init workgroup test as passing.
This commit is contained in:
Nicolas Silva 2023-02-21 12:50:22 +01:00 committed by GitHub
parent 71ee61aa09
commit 438d6394ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 8 deletions

2
Cargo.lock generated
View File

@ -1515,7 +1515,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.11.0"
source = "git+https://github.com/gfx-rs/naga?rev=58105a06e2bd5aefeb9330984d47976e63c11dc4#58105a06e2bd5aefeb9330984d47976e63c11dc4"
source = "git+https://github.com/gfx-rs/naga?rev=9742f1616c3e3dd2cc9a5880616fc886c391bb9f#9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
dependencies = [
"bit-set",
"bitflags",

View File

@ -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]

View File

@ -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"]

View File

@ -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"]

View File

@ -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,
);
}