summaryrefslogtreecommitdiff
path: root/clients/nested.c
Commit message (Expand)AuthorAgeFilesLines
* clients/nested: fix undefined reference to xzallocU. Artie Eoff2016-04-251-0/+1
* Moved the MIN() macro to the helper include.Jon Cruz2015-06-151-2/+0
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* Made weston-nested --help workBill Spitzak2014-08-191-2/+5
* Use pixman_region32_clear instead of our own empty_regionJason Ekstrand2014-07-051-8/+1
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* nested: Disable cairo on the subsurfacesNeil Roberts2014-04-061-0/+2
* use xzalloc wrapper insteadU. Artie Eoff2014-01-191-2/+2
* nested: Add EGL_WL_create_wayland_buffer_from_image compat definesKristian Høgsberg2013-12-171-0/+10
* nested: Add an option to disable subsurfacesNeil Roberts2013-12-041-0/+12
* nested: Add a renderer using subsurfacesNeil Roberts2013-12-041-5/+209
* nested: Add a ‘renderer’ mechanism with a vtableNeil Roberts2013-12-041-71/+147
* nested: Move the frame callback list to the surfaceNeil Roberts2013-12-041-11/+27
* nested: Add damage tracking to the nested compositor exampleNeil Roberts2013-12-041-0/+21
* nested: Add double-buffered state semantics to the nested exampleNeil Roberts2013-12-041-27/+103
* nested: Add the buffer reference semantics from WestonNeil Roberts2013-12-041-4/+95
* nested: Remove the surface from the surface list when destroyedNeil Roberts2013-12-041-0/+2
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* nested: Cast away warnings for differing arguments to eglQueryWaylandBufferWLKristian Høgsberg2013-10-101-3/+5
* nested: Free client struct on launch_client error pathsKristian Høgsberg2013-10-101-0/+3
* nested: Fix skipping frames due to texture update without a contextAnder Conselvan de Oliveira2013-08-161-3/+9
* nested: The wl_resouce is the buffer, not the wl_resource user dataKristian Høgsberg2013-08-161-5/+5
* nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_displayKristian Høgsberg2013-08-121-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-4/+2
* nested: Update to use weston-nested-client binary nameKristian Høgsberg2013-08-071-1/+1
* Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_bufferKristian Høgsberg2013-08-061-0/+1
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-15/+23
* nested: Fix direct access to resource->dataKristian Høgsberg2013-06-251-6/+6
* nested: Port away from old wl_resource APIKristian Høgsberg2013-06-241-22/+28
* clients: Nested compositor exampleKristian Høgsberg2013-06-041-0/+608