mutter/clutter/eglnative
Neil Roberts 40b43fd64a eglnative: Don't create a context if there already is one
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
2010-03-04 10:28:15 +00:00
..
clutter-backend-egl.c eglnative: Don't create a context if there already is one 2010-03-04 10:28:15 +00:00
clutter-backend-egl.h eglnative: Compilation fixes 2010-03-03 15:31:01 +00:00
clutter-egl-headers.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-egl.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
clutter-event-egl.c eglnative: Compilation fixes 2010-03-03 15:31:01 +00:00
clutter-stage-egl.c eglnative: Update implementation 2010-03-02 11:50:31 +00:00
clutter-stage-egl.h eglnative: Update implementation 2010-03-02 11:50:31 +00:00
Makefile.am Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00