40b43fd64a
If the EGL context is already created then we shouldn't try to create another one. This was causing problems where one context would be created from calling _clutter_feature_init and the other was created from _clutter_backend_get_features. Cogl would set up its state using the first context and then assume the state was still valid when the second context became used so blending was not working correctly. http://bugzilla.openedhand.com/show_bug.cgi?id=2020 |
||
---|---|---|
.. | ||
clutter-backend-egl.c | ||
clutter-backend-egl.h | ||
clutter-egl-headers.h | ||
clutter-egl.h | ||
clutter-event-egl.c | ||
clutter-stage-egl.c | ||
clutter-stage-egl.h | ||
Makefile.am |