mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
![Robert Bragg](/assets/img/avatar_default.png)
When we moved all the GL function pointers to be part of CoglContext in commit dae02a99a5c8c5 we made a mistake and started to OR in the private COGL_PRIVATE_FEATURE_TEXTURE_2D_FROM_EGL_IMAGE feature flag into the non private flags which would mean cogl would think the GL_OES_EGL_image extension wasn't supported. Reviewed-by: Neil Roberts <neil@linux.intel.com>