1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-13 07:22:52 +03:00
wezterm/window
Wez Furlong 30f0e5b2c1 egl: look for exactly 8bpc configurations
When running on a 30bpp display with 2 bit alpha, eglChooseConfig
will match and list the 10bpc configuration first, which don't match
the desired pixel format.

Filter the config list so that it only includes 8bpc configurations.

refs: https://github.com/wez/wezterm/issues/240
2020-07-11 13:29:05 -07:00
..
examples window: fixup tests for opengl init changes 2020-06-15 12:33:30 -07:00
src egl: look for exactly 8bpc configurations 2020-07-11 13:29:05 -07:00
build.rs window: handle opengl context loss on windows. 2020-06-16 21:17:48 -07:00
Cargo.toml window: x11: fix minor leak of a display connection 2020-07-08 09:16:43 -07:00