mutter/clutter/wayland
nobled 734a236a97 wayland: fix shm buffers
We need to *write* to the shared memory, not read from it.
cogl_texture_from_data() is read-only, it doesn't keep
the data in sync with the texture.

Instead, we have to call cogl_texture_get_data() ourselves
to sync manually.
2011-02-08 16:17:29 +00:00
..
clutter-backend-wayland.c wayland: set renderable type on dummy surface 2011-02-08 16:16:18 +00:00
clutter-backend-wayland.h wayland: fall back to shm buffers if drm fails 2011-02-01 02:58:15 +00:00
clutter-event-wayland.c
clutter-input-device-wayland.c wayland: fix typo 2010-12-09 13:32:41 +00:00
clutter-stage-wayland.c wayland: fix shm buffers 2011-02-08 16:17:29 +00:00
clutter-stage-wayland.h wayland: fix shm buffers 2011-02-08 16:17:29 +00:00
clutter-wayland.h Rename the EGLDisplay accessors 2010-12-09 15:34:22 +00:00