summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPdevs/bu5hm4n/ssl-fixMarcel Hollerbach2016-12-081-2/+22
* gl_drm: Only use dmabuf if the extension is presentDerek Foreman2016-12-071-0/+4
* gl_drm: Query eglGetProcAddress with dlsymDerek Foreman2016-12-071-10/+3
* gl_drm: simplify outbuf_reconfigureDerek Foreman2016-12-072-15/+4
* evas: wait on one specific task to be done.Cedric BAIL2016-12-073-1/+11
* gl_drm: Don't destroy the outbuf in reconfigureDerek Foreman2016-12-071-20/+9
* ecore_drm2: Make ecore_drm2_fb_release return statusDerek Foreman2016-12-072-8/+17
* build: coverage: work around lcov 1.12 bug by using absolute paths for info f...Stefan Schmidt2016-12-071-14/+14
* build: coverage: disable branch coverage generation to avoid hangs in gcovStefan Schmidt2016-12-072-10/+8
* evas - software generic - fix crashDerek Foreman2016-12-071-5/+2
* Eo: Fix efl_isa() sometimes returning wrong results with extensionsTom Hacohen2016-12-072-22/+26
* Eo tests: Adjust according to latest commit.Tom Hacohen2016-12-071-2/+2
* eolian: use the generic class name instead of C name in sourceDaniel Kolesa2016-12-071-4/+3
* eolian: forgotten free() (leaks memory otherwise)Daniel Kolesa2016-12-071-0/+1
* eolian: switch reference validation to new tokenizerDaniel Kolesa2016-12-071-95/+20
* Eo gdb: Be more strict with types and convert Eo * to uintptr_t.Tom Hacohen2016-12-071-10/+12
* Eo gdb: Implement eo_data_get to get eo data.Tom Hacohen2016-12-071-0/+49
* evas - software generic - fix crash when buffer is freed when its the sameCarsten Haitzler (Rasterman)2016-12-071-2/+5
* Evas: include efl_vg_container.eo.legacy.h to avoid implicit declaration for ...Artem Popov2016-12-071-1/+1
* elementary genlist: code refactoring.Hermet Park2016-12-071-16/+9
* genlist : fix cannot scroll to item after call elm_genlist_item_updatejinwoo.shin2016-12-071-0/+5
* emile_image: fix possible segmentation fault in AGRY88Sungtaek Hong2016-12-071-1/+2
* evas: as an example make PMAPS decoding interruptible.Cedric BAIL2016-12-061-7/+12
* evas: use emile and evas new infrastructure to interrupt decoding of JPEG early.Cedric BAIL2016-12-061-1/+11
* emile: add infrastructure for callback to request what to do with image.Cedric BAIL2016-12-062-1/+79
* efl: extend possible error while decoding an image to be cancelled.Cedric BAIL2016-12-061-1/+2
* evas: add possibility for image loader to know if what they are working is st...Cedric BAIL2016-12-062-0/+12
* evas: add infrastructure for Evas_Loader to know if what they are working on ...Cedric BAIL2016-12-063-0/+69
* evas: add capability to know if a thread has been cancelled.Cedric BAIL2016-12-062-0/+7
* evas: switch to use Ecore_Thread instead of half done Evas thread infrastruct...Cedric BAIL2016-12-061-148/+51
* wayland_shm: track mappings more effectivelyDerek Foreman2016-12-061-0/+2
* wayland_shm: Refcount the dmabuf buffer managerDerek Foreman2016-12-061-12/+63
* wayland_shm: clear busy bit for buffers during dmabuf fallbackDerek Foreman2016-12-061-0/+3
* wayland_shm: Clear busy status when replacing an unassigned bufferDerek Foreman2016-12-061-0/+1
* gl_drm: Allow testing of dmabuf objectsDerek Foreman2016-12-061-0/+17
* evas-wayland-shm: Keep tile buffers in sync with size changesChris Michael2016-12-061-1/+7
* examples/evas: use new API for key modifiers per seatBruno Dilly2016-12-061-2/+3
* evas-drm: Keep tile buffers in sync with size changesChris Michael2016-12-061-0/+5
* evas-drm: Don't destroy Outbuf on resizeChris Michael2016-12-061-7/+2
* eolian: add a reference resolverDaniel Kolesa2016-12-063-8/+183
* evas-wayland-shm: Don't destroy Outbuf on resizeChris Michael2016-12-063-11/+8
* eo: guard lifecycle obj log inside spinlock.Gustavo Sverzut Barbieri2016-12-061-1/+12
* eo: guard all efl_super() checks under EO_DEBUG.Gustavo Sverzut Barbieri2016-12-061-2/+2
* all: use void if we really want to make sure we do not accept parametersStefan Schmidt2016-12-0612-16/+16
* eina: fix same wrong indentingStefan Schmidt2016-12-062-4/+4
* eo_debug: add lifecycle debug options, allow run-in-tree and use eina_btlog.Gustavo Sverzut Barbieri2016-12-061-2/+91
* eina_btlog: allows continuous running on input, flush when possible.Gustavo Sverzut Barbieri2016-12-061-0/+11
* eina_btlog: cleanup backtrace list.Gustavo Sverzut Barbieri2016-12-061-0/+13
* eo: efl_super() can receive a class as first parameter.Gustavo Sverzut Barbieri2016-12-061-1/+1
* Static deps unibreak: Update to latest version.Tom Hacohen2016-12-0610-126/+627