summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-drm2: Use doubles for stored pointer co-ordinatedevs/derekf/ecore_drm2Derek Foreman2016-03-081-1/+1
* ecore-drm2: Fix systemd 209 path in _logind_session_vt_get()Derek Foreman2016-03-081-1/+1
* build: Fix a missing variable for ecore_drm2 buildDerek Foreman2016-03-081-2/+5
* ecore-evas-drm: Remove useless TODO commentChris Michael2016-03-081-1/+0
* ecore-evas-drm: Add support for ecore_evas_pointer_xy_getChris Michael2016-03-081-1/+13
* ecore-drm2: Always create outputs regardless of connection stateChris Michael2016-03-081-7/+8
* ecore-drm2: Add API function to get pointer positionChris Michael2016-03-082-0/+35
* ecore-evas-drm: Add support for setting cursor objectChris Michael2016-03-081-2/+65
* ecore-evas-drm: Add support for ecore_evas_screen_geometry_getChris Michael2016-03-081-2/+23
* ecore-drm2: Add API function to enable/disable a given outputChris Michael2016-03-082-0/+29
* ecore-drm2: Add API function to mark an output as a primary outputChris Michael2016-03-082-0/+26
* ecore-drm2: Add API function to set rotation on an outputChris Michael2016-03-082-0/+48
* ecore-drm2: Add API function to set a mode on a given outputChris Michael2016-03-082-0/+51
* ecore-drm2: Add API function to get total screen geometryChris Michael2016-03-083-0/+41
* ecore-drm2: Add API function to get screen size rangeChris Michael2016-03-082-1/+31
* ecore-drm2: Add more API functions to support RandR inside EnlightenmentChris Michael2016-03-082-0/+88
* ecore-drm2: Add API function to return size of an output's crtcChris Michael2016-03-082-0/+24
* ecore-drm2: Add API function to set output DPMS levelChris Michael2016-03-082-0/+20
* ecore-drm2: Make string returning API functions not use Eina_StringshareChris Michael2016-03-082-12/+8
* ecore-drm2: Add API function to find an output by nameChris Michael2016-03-082-2/+30
* ecore-drm2: Add API function to return geometry of an outputChris Michael2016-03-082-0/+30
* ecore-drm2: Add API function to return current framebuffer of an outputChris Michael2016-03-084-0/+23
* ecore-drm2: Make ecore_drm2_output_crtc_id get function returnChris Michael2016-03-082-2/+2
* ecore-drm2: Add API function to determine possible crtcs of an outputChris Michael2016-03-083-3/+70
* ecore-drm2: Add API function to return crtcsChris Michael2016-03-082-0/+19
* ecore-drm2: Add API function to return the number of available crtcsChris Michael2016-03-082-0/+19
* ecore-drm2: Add API function to return primary outputChris Michael2016-03-082-0/+26
* ecore-drm2: Add API function to return an outputs supported modesChris Michael2016-03-082-0/+22
* ecore-drm2: Add API to return physical size of an outputChris Michael2016-03-082-0/+24
* ecore-drm2: Add API to return if an output supports a backlightChris Michael2016-03-082-0/+19
* ecore-drm2: Add API for getting connector type of an outputChris Michael2016-03-083-0/+22
* ecore-drm2: Add API function to get the edid of an outputChris Michael2016-03-083-1/+43
* ecore-drm2: Add API function to return output modelChris Michael2016-03-082-0/+22
* ecore-drm2: Add API function to return connected state of an outputChris Michael2016-03-082-0/+19
* ecore-drm2: Add API function to return name of an outputChris Michael2016-03-083-2/+24
* ecore-drm2: Add API function to return list of outputsChris Michael2016-03-082-0/+21
* ecore-evas-drm: Re-order drm init functions and set ee->prop.window soChris Michael2016-03-081-8/+12
* evas-gl-drm: Don't print warnings/errors when drmWaitVBlank failsChris Michael2016-03-081-5/+1
* ecore-drm2: Support output hotplugging and raise event when this happensChris Michael2016-03-083-0/+149
* ecore-drm2: Add support for cloned and primary outputsChris Michael2016-03-082-4/+15
* ecore-drm2: Add API function to get current session stateChris Michael2016-03-082-0/+19
* ecore-drm2: Add support for notifying a compositor about session stateChris Michael2016-03-085-9/+46
* ecore-drm2: Add event for sending pointer frame noticeChris Michael2016-03-083-1/+27
* ecore-drm2: Record output gamma size on creationChris Michael2016-03-082-1/+2
* ecore-drm2: Add support for creating output backlight during startupChris Michael2016-03-083-2/+96
* ecore-drm2: Fix setting event window to match ecore_evas windowChris Michael2016-03-085-26/+23
* ecore-drm2: Set event->window before sending input eventsChris Michael2016-03-083-28/+25
* ecore-drm2: Scale plane fbo based on output transform & scaleChris Michael2016-03-081-2/+83
* ecore-drm2: Transform pointer & touch coordinates based on outputChris Michael2016-03-081-2/+9
* ecore-drm2: Add support for scaling or transforming an outputChris Michael2016-03-083-1/+147