wlroots/render
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
..
gles2 render/egl: introduce wlr_egl_unset_current 2020-05-19 14:56:20 +02:00
dmabuf.c render/dmabuf: add wlr_dmabuf_attributes_copy 2019-06-07 09:06:11 -04:00
drm_format_set.c render/drm_format_set: disallow DRM_FORMAT_INVALID 2020-04-22 22:14:44 +02:00
egl.c render/egl: unset current context after swapping buffers 2020-05-20 17:39:34 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
wlr_renderer.c render: only expose linux-dmabuf if EGL extension is supported 2020-04-09 00:16:03 +00:00
wlr_texture.c render/texture: make write_pixels optional 2020-04-28 21:45:14 +02:00