2e07dcf1e7
This is a pretty popular approach that took a while for me to wrap my head around and which only recently got "official" support through an update (xdg_shell version 6), so I think that this is all-in-all a better option than the overkill 2000Hz ticking we have now :P Basically, we wait for a frame event and, if either too much time passes or we get the new `suspended` state, we consider the window as "hidden" and stop drawing, ticking by the low usage rate. This should work great for KDE and Mutter, which support the new state, but not yet for sway, which is still stuck at a very old xdg_shell version and thus falls back to the timeout approach. Be aware that if we rely on timing out the engine will have to stall for the whole timeout, which _could_ be problematic but doensn't seem like it. Further testing is needed. Special thanks go to the guys over at #wayland on OFTC, who very patiently explained me this approach way too many times. |
||
---|---|---|
.. | ||
dynwrappers | ||
detect_prime_egl.cpp | ||
detect_prime_egl.h | ||
display_server_wayland.cpp | ||
display_server_wayland.h | ||
egl_manager_wayland.cpp | ||
egl_manager_wayland.h | ||
key_mapping_xkb.cpp | ||
key_mapping_xkb.h | ||
rendering_context_driver_vulkan_wayland.cpp | ||
rendering_context_driver_vulkan_wayland.h | ||
SCsub | ||
wayland_thread.cpp | ||
wayland_thread.h |