diff options
author | Jasper Mattsson <jasper.mattsson@gmail.com> | 2019-10-11 23:16:13 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-11 22:16:13 +0200 |
commit | 3475e449870b382cda4ea6d48f980577cd8c929e (patch) | |
tree | 4f16a48bb4a338b64bd91911426ffa8a31c6a6f6 /CHANGELOG.md | |
parent | 2f83f2dd2e131be5ba769655480da0b5fe8c0dc3 (diff) | |
download | alacritty-3475e449870b382cda4ea6d48f980577cd8c929e.tar.gz alacritty-3475e449870b382cda4ea6d48f980577cd8c929e.zip |
Disable depth and stencil buffers
Disable allocation of depth and stencil buffers. This reduces active
GPU memory consumption by almost a third, at least on Linux.
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 e7a28413..8bc0097d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash when resuming after suspension - Crash when trying to start on X11 with a Wayland compositor running - Crash with a virtual display connected on X11 +- GPU memory usage has been decreased by disabling allocation of depth and stencil buffers ### Removed |