summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortrimental <timmins.s.lucas@gmail.com>2018-09-24 00:21:47 +0800
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-23 16:21:47 +0000
commit9b694fcc547f664ed0fecdd5c84c067d7d3e7f14 (patch)
treedd27cbd90aabdabff648b8196db5221a99182d12 /CHANGELOG.md
parentcee35b309de129f16d4c9df80172e43f5320c82a (diff)
downloadalacritty-9b694fcc547f664ed0fecdd5c84c067d7d3e7f14.tar.gz
alacritty-9b694fcc547f664ed0fecdd5c84c067d7d3e7f14.zip
Fix mesa rendering outside window borders on wayland
The mesa workaround has lead to some issues with rendering on Wayland. To resolve this problem, the mesa workaround has been restructured in a way which still allows clearing the screen before rendering without killing performance with the mesa driver. The performance is identical to the master brach and there have been no recorded regressions.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c251ec61..38ead29b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
+- Clear screen properly before rendering of content to prevent various graphical glitches
- Fix build failure on 32-bit systems
- Windows started as unfocused now show the hollow cursor if the setting is enabled