Skip to content

render/egl: add save_context parameter to wlr_egl_make_current()

Simon Ser requested to merge emersion/wlroots:egl-ctx into master

Saving the old context and immediately making our own context current is a common pattern. Let's make it easier to do.

No functional change, just refactoring.

Merge request reports