diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-11 08:47:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-11 08:47:32 +0300 |
commit | cd884c984bbd6a7c65965681083da61e091ff7e5 (patch) | |
tree | 013ee3133480b90d3ca8455962997b24574e4659 /CHANGELOG.md | |
parent | 28910e3adc9d48edc4f43008d987eecd869ded31 (diff) | |
download | r-alacritty-cd884c984bbd6a7c65965681083da61e091ff7e5.tar.gz r-alacritty-cd884c984bbd6a7c65965681083da61e091ff7e5.tar.bz2 r-alacritty-cd884c984bbd6a7c65965681083da61e091ff7e5.zip |
Try to recover from GPU resets
Use context robustness to get notified about GPU resets
and try to recover from them by rebuilding the rendering
pipeline.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab157db..c8666916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Report of Enter/Tab/Backspace in kitty keyboard's report event types mode - Crash when pressing certain modifier keys on macOS 15+ - Cut off wide characters in preedit string +- Crash when OpenGL context resets ## 0.14.0 |