diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-12-29 09:36:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-29 12:36:50 +0300 |
commit | a49bd742925b36e4b6687ce28de3358da038b8a7 (patch) | |
tree | 6164ba22866b3c1dd9dd902109d66633e826286a /CHANGELOG.md | |
parent | d5e9d1d88317afc1f4374f2c2a7679cece14cb7b (diff) | |
download | alacritty-a49bd742925b36e4b6687ce28de3358da038b8a7.tar.gz alacritty-a49bd742925b36e4b6687ce28de3358da038b8a7.zip |
Disable depth and stencil buffers
This patch reduces the active GPU memory consumption by disabling the
depth and stencil buffers. During original testing it reduced GPU memory
usage on Linux by almost a third.
This is a reintroduction of previously reverted patch 3475e44.
Closes #2881.
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 c3a97c8d..9f58f63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Blurry fonts when changing padding size at runtime - Crash while typing on Wayland - Multi-line semantic bracket selection +- Reduced GPU memory usage ## 0.11.0 |