summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJasper Mattsson <jasper.mattsson@gmail.com>2019-10-11 23:16:13 +0300
committerChristian Duerr <contact@christianduerr.com>2019-10-11 22:16:13 +0200
commit3475e449870b382cda4ea6d48f980577cd8c929e (patch)
tree4f16a48bb4a338b64bd91911426ffa8a31c6a6f6 /CHANGELOG.md
parent2f83f2dd2e131be5ba769655480da0b5fe8c0dc3 (diff)
downloadalacritty-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.md1
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