Skip to content

Commit b599252

Browse files
authored
Update to mesa 25.2.6 (#8546)
1 parent 7ba1a0e commit b599252

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/actions/install-mesa/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: 'Install Mesa'
2-
description: 'Install Mesa'
1+
name: "Install Mesa"
2+
description: "Install Mesa"
33
inputs:
44
# Sourced from https://archive.mesa3d.org/. Bumping this requires
55
# updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
66
version:
7-
default: '24.3.4'
7+
default: "25.2.6"
88
# Corresponds to https://github.com/gfx-rs/ci-build/releases
99
ci-binary-build:
10-
default: 'build20'
10+
default: "build25"
1111
runs:
12-
using: 'composite'
12+
using: "composite"
1313
steps:
1414
- name: (Linux) Install Mesa
1515
if: runner.os == 'Linux'

examples/features/src/ray_scene/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,7 @@ pub static TEST: crate::framework::ExampleTestParams = crate::framework::Example
559559
width: 1024,
560560
height: 768,
561561
optional_features: wgpu::Features::default(),
562-
base_test_parameters: wgpu_test::TestParameters::default().expect_fail(
563-
wgpu_test::FailureCase::backend_adapter(wgpu::Backends::VULKAN, "llvmpipe")
564-
.panic("Image data mismatch"),
565-
),
562+
base_test_parameters: wgpu_test::TestParameters::default(),
566563
comparisons: &[wgpu_test::ComparisonType::Mean(0.02)],
567564
_phantom: std::marker::PhantomData::<Example>,
568565
};

0 commit comments

Comments
 (0)