wlroots-hyprland/backend/x11
Simon Ser af2f69e6c1 render/egl: unset current context after swapping buffers
After swapping buffers, it doesn't make sense to perform more rendering
operations. Unset the context to reflect this.

This commit makes it so the context is always only current between
wlr_egl_make_current and wlr_egl_swap_buffers.

This is an alternative to [1].

[1]: https://github.com/swaywm/wlroots/pull/2212
2020-05-20 17:39:34 +02:00
..
backend.c backend: set EGL_RENDERABLE_TYPE and EGL_SURFACE_TYPE 2020-04-09 00:15:25 +00:00
input_device.c backends/x11: Touch support 2019-07-17 09:23:10 -04:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
output.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00