compositor-x11: Rename the output make to "weston-X11"
[platform/upstream/weston.git] / clients / nested.c
2014-08-19 Bill SpitzakMade weston-nested --help work
2014-07-05 Jason EkstrandUse pixman_region32_clear instead of our own empty_region
2014-04-07 Andrew WedgburyMake sure config.h is included before any system headers
2014-04-07 Neil Robertsnested: Disable cairo on the subsurfaces
2014-01-20 U. Artie Eoffuse xzalloc wrapper instead
2013-12-17 Kristian Høgsbergnested: Add EGL_WL_create_wayland_buffer_from_image...
2013-12-05 Neil Robertsnested: Add an option to disable subsurfaces
2013-12-05 Neil Robertsnested: Add a renderer using subsurfaces
2013-12-05 Neil Robertsnested: Add a ‘renderer’ mechanism with a vtable
2013-12-05 Neil Robertsnested: Move the frame callback list to the surface
2013-12-05 Neil Robertsnested: Add damage tracking to the nested compositor...
2013-12-05 Neil Robertsnested: Add double-buffered state semantics to the...
2013-12-05 Neil Robertsnested: Add the buffer reference semantics from Weston
2013-12-05 Neil Robertsnested: Remove the surface from the surface list when...
2013-10-14 Jason EkstrandRename frame_create and frame_set_child_size with a...
2013-10-10 Kristian Høgsbergnested: Cast away warnings for differing arguments...
2013-10-10 Kristian Høgsbergnested: Free client struct on launch_client error paths
2013-08-16 Ander Conselvan... nested: Fix skipping frames due to texture update witho...
2013-08-16 Kristian Høgsbergnested: The wl_resouce is the buffer, not the wl_resour...
2013-08-13 Kristian Høgsbergnested: Use a void * to avoid warnings with EGL_WL_bind...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-07 Kristian Høgsbergnested: Update to use weston-nested-client binary name
2013-08-07 Kristian HøgsbergUse #define WL_HIDE_DEPRECATED to avoid deprecated...
2013-07-09 Kristian HøgsbergConvert to wl_global_create/destroy()
2013-06-25 Kristian Høgsbergnested: Fix direct access to resource->data
2013-06-25 Kristian Høgsbergnested: Port away from old wl_resource API
2013-06-04 Kristian Høgsbergclients: Nested compositor example