mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update to mesa 25.2.6 (#8546)
This commit is contained in:
parent
7ba1a0e41c
commit
b59925223b
10
.github/actions/install-mesa/action.yml
vendored
10
.github/actions/install-mesa/action.yml
vendored
@ -1,15 +1,15 @@
|
||||
name: 'Install Mesa'
|
||||
description: 'Install Mesa'
|
||||
name: "Install Mesa"
|
||||
description: "Install Mesa"
|
||||
inputs:
|
||||
# Sourced from https://archive.mesa3d.org/. Bumping this requires
|
||||
# updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
|
||||
version:
|
||||
default: '24.3.4'
|
||||
default: "25.2.6"
|
||||
# Corresponds to https://github.com/gfx-rs/ci-build/releases
|
||||
ci-binary-build:
|
||||
default: 'build20'
|
||||
default: "build25"
|
||||
runs:
|
||||
using: 'composite'
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: (Linux) Install Mesa
|
||||
if: runner.os == 'Linux'
|
||||
|
||||
@ -559,10 +559,7 @@ pub static TEST: crate::framework::ExampleTestParams = crate::framework::Example
|
||||
width: 1024,
|
||||
height: 768,
|
||||
optional_features: wgpu::Features::default(),
|
||||
base_test_parameters: wgpu_test::TestParameters::default().expect_fail(
|
||||
wgpu_test::FailureCase::backend_adapter(wgpu::Backends::VULKAN, "llvmpipe")
|
||||
.panic("Image data mismatch"),
|
||||
),
|
||||
base_test_parameters: wgpu_test::TestParameters::default(),
|
||||
comparisons: &[wgpu_test::ComparisonType::Mean(0.02)],
|
||||
_phantom: std::marker::PhantomData::<Example>,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user