wlroots-hyprland/backend/drm
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
..
atomic.c backend/drm: fix atomic commits when the GAMMA_LUT prop is missing 2020-05-14 23:55:43 +00:00
backend.c backend/drm: fix crash in session_signal 2020-05-10 12:07:05 +02:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00
legacy.c output: make wlr_output_set_gamma atomic 2020-05-14 20:09:28 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: add support for adaptive_sync_enabled 2020-03-06 21:32:58 +01:00
renderer.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00
util.c backend/drm: introduce wlr_drm_fb 2020-04-28 09:54:52 +02:00