Update naga to e98bd92 (#3352)

This commit is contained in:
Nicolas Silva 2023-01-10 20:04:18 +01:00 committed by GitHub
parent 80d237725e
commit 5a2e60c50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

2
Cargo.lock generated
View File

@ -1430,7 +1430,7 @@ dependencies = [
[[package]]
name = "naga"
version = "0.10.0"
source = "git+https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64f2f23397b149217ecce6e123c5aa5092"
source = "git+https://github.com/gfx-rs/naga?rev=e98bd92#e98bd9264c3a6b04dff15a6b1213c0c80201740a"
dependencies = [
"bit-set",
"bitflags",

View File

@ -39,7 +39,7 @@ path = "./wgpu-hal"
[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
[workspace.dependencies]

View File

@ -67,7 +67,7 @@ thiserror = "1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
features = ["clone", "span", "validate"]

View File

@ -111,14 +111,14 @@ android_system_properties = "0.1.1"
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
features = ["clone"]
# DEV dependencies
[dev-dependencies.naga]
git = "https://github.com/gfx-rs/naga"
rev = "e7fc8e6"
rev = "e98bd92"
version = "0.10"
features = ["wgsl-in"]

View File

@ -853,7 +853,6 @@ fn shadow() {
optional_features: wgpu::Features::default(),
base_test_parameters: framework::test_common::TestParameters::default()
.downlevel_flags(wgpu::DownlevelFlags::COMPARISON_SAMPLERS)
.specific_failure(Some(wgpu::Backends::GL), None, Some("ANGLE"), false)
// rpi4 on VK doesn't work: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3916
.specific_failure(Some(wgpu::Backends::VULKAN), None, Some("V3D"), false)
// llvmpipe versions in CI are flaky: https://github.com/gfx-rs/wgpu/issues/2594