summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changes to correct build in Tizen platformdevs/felipealmeida/emodel_tizenLarry Jr2015-05-2010-39/+19
* eina: Eina_Value optional.Guilherme Lepsch2015-05-154-32/+564
* EFL_Model: Created EFL_Model and Eio_Model.Larry Jr2015-05-1525-8/+1860
* Create Wl surface for evas gl capability testingWonsik Jung2015-05-127-9/+39
* Evas GL: fix bug related with alignmentJi-Youn Park2015-05-131-2/+2
* ecore_evas_wayland: prevent duplicated shutdown for ecore_wlMinJeong Kim2015-05-122-0/+3
* check if tz_policy exists to avoid segfaultBoram Park2015-05-131-1/+1
* Change a file 755->644jhyuni.kang2015-05-121-0/+0
* Fix to call evas gl init when elm_glview/evas gl is not used.Wonsik Jung2015-05-101-2/+2
* ecore-wayland: Check a key repeat using xkb ruled keycodejhyuni.kang2015-05-071-1/+1
* ecore-drm: fix double free problemBoram Park2015-05-071-0/+1
* send ECORE_WL_EVENT_WINDOW_HIDE when window is destroyedBoram Park2015-04-302-2/+14
* support ECORE_WL_EVENT_WINDOW_SHOW/HIDE eventBoram Park2015-04-304-0/+63
* support activate request for wl_surfaceBoram Park2015-04-307-3/+38
* ecore_evas_wayland: remove duplicated shutdown for ecore_evas_wl_commonMinJeong Kim2015-04-302-2/+0
* evas gl_generic wayland_egl: add NULL check in eng_window_use and evas_gl_com...Gwanglim Lee2015-04-292-1/+2
* evas-drm: Fix evas-gl_drm picking incorrect resolution/mode for outputsMun, Gwan-gyeong2015-04-291-67/+28
* fix blocking issue when a pageflip event doesn't occurBoram Park2015-04-291-0/+35
* ecore-drm Add API for querying output parametersDerek Foreman2015-04-292-0/+135
* ecore-drm: Add support for DPMS on an outputChris Michael2015-04-293-0/+49
* ecore_wl_window: changed opaque region setMinJeong Kim2015-04-281-1/+7
* Edje smart: Add NULL safetyJean-Philippe Andre2015-04-281-0/+1
* evas text: fix _ellipsis_get to return -1.0 on failure.Youngbok Shin2015-04-272-2/+6
* evas_text: fix default return value.Jaehwan Kim2015-04-271-1/+1
* ecore_timer: fix the default return value.Jaehwan Kim2015-04-271-1/+1
* ecore_wayland: implementation for tizen-policy protocolBoram Park2015-04-277-1/+210
* Add wl_display_roundtrip to wait for being done pending job by serverMinJeong Kim2015-04-226-10/+35
* evas-wayland-shm : Refactor Evas Wayland Shm EngineMinJeong Kim2015-04-228-992/+1013
* ecore-drm: Send touch_motion event when touch_down event is triggered.Mun, Gwan-gyeong2015-04-211-17/+19
* correct the physical size of a drm outputBoram Park2015-04-212-2/+5
* add evas_render_copy to dump evas canvasBoram Park2015-04-176-0/+65
* ecore-drm: Return the index of the crtc from output_crtc_findChris Michael2015-04-171-1/+1
* ecore-drm: Add output id to output eventChris Michael2015-04-172-0/+2
* ecore-drm Add hooks for updating wl_output when outputs are hotpluggedDerek Foreman2015-04-174-0/+60
* Merge "Evas object: verify the parent is valid and fail if not." into tizenJaehwan Kim2015-04-141-1/+5
|\
| * Evas object: verify the parent is valid and fail if not.Tom Hacohen2015-04-141-1/+5
* | evas gl_drm engine: add support for recreating gbm surface after resizeGwanglim Lee2015-04-143-28/+78
|/
* Merge "evas/common: improve evas_common_convert_argb_unpremul() computation."...Jaehwan Kim2015-04-131-3/+3
|\
| * evas/common: improve evas_common_convert_argb_unpremul() computation.ChunEon Park2015-04-131-3/+3
* | packaging: reduce summary. it must not exceed 79 characters.Gwanglim Lee2015-04-141-1/+1
|/
* evas gl_drm: enable blacklist gl engine check to prevent segfault when it is ...Gwanglim Lee2015-04-122-1/+18
* ecore_evas_drm: fix init and shutdown error when re-initializing ecore_evas.Gwanglim Lee2015-04-121-15/+20
* ecore_drm_tty: disable unsetenvGwanglim Lee2015-04-121-1/+1
* ecore_drm: disable creating drm fb dumb buffer in _ecore_drm_output_create.Gwanglim Lee2015-04-121-4/+5
* ecore_drm: add null check when releasing resourceGwanglim Lee2015-04-122-0/+6
* ecore_evas_drm: improve drm page flip event handlingGwanglim Lee2015-04-1010-71/+176
* ecore_evas: remove libglapi.so dlerror check to avoid ecore_evas_drm_shutdown...Gwanglim Lee2015-04-091-5/+0
* packaging: enable evas gl_drm engineGwanglim Lee2015-04-091-1/+2
* Merge "Evas GL : Bugfix when using pixmap in native surface image" into tizenDaekwang Ryu2015-04-083-2/+11
|\
| * Evas GL : Bugfix when using pixmap in native surface imageDaekwang Ryu2015-04-093-2/+11