GNOME Bugzilla – Bug 703339
Refactor EGL code into a separate class
Last modified: 2013-07-03 20:22:13 UTC
Currently the Wayland and X11 windowing implementations both implement almost the same code for EGL. The Android and Raspberry Pi implementations would copy almost the same code again. The EGL code should be refactored into a separate class for this, that is then used from all this windowing system <-> EGL integrations.
commit 44cf9d84dad297688f432b0066300695d7e0f967 Author: Sebastian Dröge <slomo@circular-chaos.org> Date: Wed Jul 3 09:12:39 2013 +0200 egl: Refactor EGL logic into a helper object