We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d314 commit f3dd376Copy full SHA for f3dd376
1 file changed
crates/warpui/src/rendering/wgpu/resources.rs
@@ -521,6 +521,7 @@ pub fn adapter_has_rendering_offset_bug(adapter_info: &wgpu::AdapterInfo) -> boo
521
// Known affected Intel integrated GPU models. This list is based on user reports from
522
// https://github.com/warpdotdev/Warp/issues/6120.
523
let affected_models = [
524
+ "Intel(R) HD Graphics 2500",
525
"Intel(R) HD Graphics 4000",
526
"Intel(R) HD Graphics 4400",
527
"Intel(R) HD Graphics 4600",
0 commit comments