diff options
author | Rolf Sievert <26115145+RolfSievert@users.noreply.github.com> | 2023-09-04 22:15:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 20:15:46 +0000 |
commit | 8eed17227a2d1541c54abdb8498d69ba25ef0df6 (patch) | |
tree | 2286cea275dcca3b76f6dd6624c118b3b59571fb /CHANGELOG.md | |
parent | 8d174429ee1e63e865a9203d7dfc4ce2cd25576d (diff) | |
download | alacritty-8eed17227a2d1541c54abdb8498d69ba25ef0df6.tar.gz alacritty-8eed17227a2d1541c54abdb8498d69ba25ef0df6.zip |
Add `prefer_egl` debug option
Some systems have rendering issues when using GLX rather than EGL. While this is
usually due to a driver bug, it is helpful to provide a workaround for this by
allowing people to prefer EGL over GLX.
This patch adds the new `debug.prefer_egl` option to provide this workaround.
Closes #7056.
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 776a7358..894c998e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Copy global IPC options (`-w -1`) for new windows - Bindings to create and navigate tabs on macOS - Support startup notify protocol to raise initial window on Wayland/X11 +- Debug option `prefer_egl` to prioritize EGL over other display APIs ### Changed |