summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* evas: Fix compilation after @cedric's "fix"Jean-Philippe Andre2016-12-092-0/+95
* evas: refactor swap mode info get.Cedric Bail2016-12-088-241/+18
* evas-gl_cocoa: fix complete b0rkage of the engineJean Guyomarc'h2016-12-082-6/+10
* evas-wayland-egl: Remove unused field from Outbuf structureChris Michael2016-12-081-1/+0
* evas-wayland-shm: Remove unused variblesChris Michael2016-12-081-4/+1
* evas-wayland-egl: Cleanup wayland_egl engine and fix build breakChris Michael2016-12-083-10/+15
* evas-gl-drm: Cleanup evas-gl-drm engine build and fix build breakChris Michael2016-12-082-22/+17
* evas-drm: Remove unused variables and fix build breakChris Michael2016-12-081-5/+2
* gl_drm: Check for the correct dma_buf extensionDerek Foreman2016-12-081-1/+1
* evas: fix software_gdi engine compilationAndrii Kroitor2016-12-081-1/+2
* evas fb engine - fix build break cedric added...Carsten Haitzler (Rasterman)2016-12-081-2/+3
* evas: do not rely on Evas canvas no longer passed during setup.Cedric BAIL2016-12-075-11/+19
* evas: refactor setup stage and reduce complexity for engine.Cedric BAIL2016-12-0718-1013/+847
* 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
* gl_drm: Don't destroy the outbuf in reconfigureDerek Foreman2016-12-071-20/+9
* evas - software generic - fix crashDerek Foreman2016-12-071-5/+2
* evas - software generic - fix crash when buffer is freed when its the sameCarsten Haitzler (Rasterman)2016-12-071-2/+5
* 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
* 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
* 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
* evas-wayland-shm: Don't destroy Outbuf on resizeChris Michael2016-12-063-11/+8
* all: use void if we really want to make sure we do not accept parametersStefan Schmidt2016-12-061-1/+1
* evas: native_dmabuf: make sure we check for NULL before not after we dereferenceStefan Schmidt2016-12-061-5/+7
* evas: native_tbm: make sure we check for NULL before not after we dereferenceStefan Schmidt2016-12-061-5/+7
* elm_map: add copyright_cb for osm tile source.Sungtaek Hong2016-12-061-0/+6
* evas - protect against outbuf alloc fail possibilityCarsten Haitzler (Rasterman)2016-12-061-1/+2
* evas: refactor initialisation and shutdown of evas_common.Cedric BAIL2016-12-0514-49/+2
* evas-wayland-shm: Don't recreate Outbuf if we are hiddenChris Michael2016-12-051-1/+1
* ecore-evas-wayland: Remove unused includesChris Michael2016-12-022-4/+0
* ecore-evas-wayland: Minor formatting fixChris Michael2016-12-021-23/+24
* ecore-evas-wayland: Set all evas engine info fields before updatingChris Michael2016-12-021-9/+3
* ecore-evas-wayland: Use engine 'hidden' field for ecore_evas_hide operationsChris Michael2016-12-021-7/+8
* evas-wayland-shm: Fix issue of destroying & recreating wl_surfaces on hideChris Michael2016-12-024-15/+32
* ecore-evas-wayland: Add a 'hidden' field to engine structureChris Michael2016-12-021-0/+1
* Ecore Input Evas: Add ecore_event_evas_seat_modifier_lock_update().Guilherme Iscaro2016-12-021-2/+3
* Ecore Evas VNC: Properly set/unset the key locks.Guilherme Iscaro2016-12-021-8/+28
* ecore_evas/x: Fix window size when framespace != 0Jean-Philippe Andre2016-12-021-34/+40
* gl drm/x11: Fix compilation for EGL < 1.5Jean-Philippe Andre2016-12-022-0/+8
* gl_drm: Fix eglCreateImage for 32-bit systemsDerek Foreman2016-12-011-9/+36
* gl_drm: Don't query gl functions that don't exist anywhereDerek Foreman2016-12-011-4/+0
* wayland_shm: enable dmabuf by defaultDerek Foreman2016-12-011-1/+1