wlroots-hyprland/backend/wayland
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
meson.build build: use dicts instead of get_variable 2020-04-21 15:26:45 +02:00
output.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00
seat.c backend/wayland: close keymap FD 2020-03-17 13:37:53 +01:00
tablet_v2.c Fix -Wreturn-type warnings 2020-05-19 14:54:02 +02:00