mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
45289b3d65
Depends on "cogl: Replace ANGLE with GLES3 and NV framebuffer_blit" Allow blitting between onscreen and offscreen framebuffers by doing the y-flip as necessary. This was not possible with ANGLE, but now with ANGLE gone, glBlitFramebuffer supports flipping the copied image. This will be useful in follow-up work to copy from onscreen primary GPU framebuffer to an offscreen secondary GPU framebuffer. https://gitlab.gnome.org/GNOME/mutter/merge_requests/615