zed/crates/gpui_wgpu
Conrad Irwin 008d54299b
Try to reduce linux wGPU crashes better (#55343)
Updates #54349

There were two problems:
* The crash never happened, instead we'd always retry.
* When re-trying it seemed like we were picking llvmpipe. Claude's
suggestion was that immediately after wake, the real GPU isn't yet
awake, and so we pick llvm. Avoid this by disallowing llvmpipe on retry

Release Notes:

- linux: Reduced crash rate when recovering GPUs
2026-05-05 02:24:23 +00:00
..
src Try to reduce linux wGPU crashes better (#55343) 2026-05-05 02:24:23 +00:00
Cargo.toml Unify dirs dependency (#53775) 2026-04-13 13:55:29 +03:00
LICENSE-APACHE gpui: Extract gpui_platform out of gpui (#49277) 2026-02-19 18:57:49 +01:00