summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Wl2.am
Commit message (Collapse)AuthorAgeFilesLines
* elm_win: implement v2 of teamwork api using window-based display protocolMike Blumenkrantz2016-05-201-0/+2
| | | | | | | this adds support for wayland and makes teamwork integration trivial for any application @feature
* wayland: implement session recoveryMike Blumenkrantz2016-05-051-2/+2
| | | | | | | | | | | | add support for reconnecting wayland applications if the compositor dies disconnect -> destroy gl ctx + image textures -> block rendering -> reconnect -> create gl ctx -> create image textures -> unblock rendering -> sprinkle special seasoning on top -> just like ma used to make #SamsungFeatures @feature
* ecore-wl2: Port session recovery protocol to work with Ecore_Wl2Chris Michael2016-04-221-0/+2
| | | | | | | | | This patch ports the existing session recovery protocol from Ecore_Wayland so that it is used inside Ecore_Wl2. @feature Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* ecore_wl2: Add generated dmabuf filesDerek Foreman2016-04-191-0/+2
| | | | | This adds the framework for the dmabuf protocol for wayland - the files are generated with wayland-scanner.
* ecore_wl2: implement www extension for client-side useMike Blumenkrantz2016-04-011-0/+2
| | | | | | handling for global binding and signal prop Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
* ecore-wl2: Start on implementing support for multi-seatChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Start on preliminary subsurface supportChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add subsurface protocol files to support subsurfacesChris Michael2015-12-031-0/+2
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add source file for dnd functionsChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add start of Ecore_Wl2_Input codeChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add start of Ecore_Wl2_Output code for outputsChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add start of ecore_wl2_window codeChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add xdg_shell protocol filesChris Michael2015-12-031-0/+2
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add ecore_wl2_display file to build orderChris Michael2015-12-031-0/+1
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* ecore-wl2: Add Makefile for building Ecore_Wl2 libraryChris Michael2015-12-031-0/+19
Signed-off-by: Chris Michael <cp.michael@samsung.com>