diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-03-24 12:13:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 12:13:30 +0300 |
commit | e7bb6c2ea78b719dde491515698e5707a50773b2 (patch) | |
tree | 6278d7037d2afe5278f03d8fc953de43acab97ce /alacritty/src/renderer/text/mod.rs | |
parent | f4bdf5fb36fdf3b329be8253da39050abe7238a5 (diff) | |
download | r-alacritty-e7bb6c2ea78b719dde491515698e5707a50773b2.tar.gz r-alacritty-e7bb6c2ea78b719dde491515698e5707a50773b2.tar.bz2 r-alacritty-e7bb6c2ea78b719dde491515698e5707a50773b2.zip |
Persist OpenGL context creation flags
This commit persists OpenGL context creation flags from previous window
build attempts saving time in multiwindow context.
It also creates window as srgb by default, since it's what Alacritty is
rendering in. For reference [1] and [2]. Moreover the fallback for 10
bit colors is also added.
[1] - https://github.com/alacritty/alacritty/issues/4939 and
[2] - https://github.com/alacritty/alacritty/issues/3756.
Fixes #4703.
Diffstat (limited to 'alacritty/src/renderer/text/mod.rs')
0 files changed, 0 insertions, 0 deletions