Skip to content

Commit f3dd376

Browse files
authored
add Intel(R) HD Graphics 2500 to buggy iGPU adapters (#11454)
1 parent 790d314 commit f3dd376

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/warpui/src/rendering/wgpu/resources.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ pub fn adapter_has_rendering_offset_bug(adapter_info: &wgpu::AdapterInfo) -> boo
521521
// Known affected Intel integrated GPU models. This list is based on user reports from
522522
// https://github.com/warpdotdev/Warp/issues/6120.
523523
let affected_models = [
524+
"Intel(R) HD Graphics 2500",
524525
"Intel(R) HD Graphics 4000",
525526
"Intel(R) HD Graphics 4400",
526527
"Intel(R) HD Graphics 4600",

0 commit comments

Comments
 (0)