summaryrefslogtreecommitdiff
path: root/src/modules/evas
Commit message (Expand)AuthorAgeFilesLines
* wayland_egl: Call ecore_wl2_window_buffer_attachDerek Foreman2017-08-181-0/+1
* wayland_shm: Use ecore_wl2_window_buffer_attachDerek Foreman2017-08-182-6/+12
* wayland_shm: Don't attach null buffers from surface_postDerek Foreman2017-08-182-4/+0
* wayland_egl: Add ecore_wl2_window_commitDerek Foreman2017-08-181-0/+2
* wayland: Switch to ecore_wl2_window_commit()Derek Foreman2017-08-182-3/+3
* wayland_shm: Remove direct access to wl_surfaceDerek Foreman2017-08-185-31/+28
* wayland: Put Ecore_Wl2_Win instead of wl_surface into the enginesDerek Foreman2017-08-188-14/+26
* wayland: Make the wayland evas engines dependent on ecore_wl2Derek Foreman2017-08-181-0/+2
* evas: Fix crash with filtersJean-Philippe Andre2017-08-168-15/+77
* evas GDI engine: improve speedVincent Torri2017-08-141-15/+6
* gl_drm: Remove some stale commentsDerek Foreman2017-08-091-29/+0
* ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functionsDerek Foreman2017-08-098-19/+27
* Evas Jpeg2000 loader: port it to openjpeg 2.*Vincent Torri2017-08-081-101/+205
* evas wayland: always create gl context when non-existentMike Blumenkrantz2017-08-071-4/+3
* evas wayland: call makecurrent before querying gl attrsMike Blumenkrantz2017-08-071-8/+7
* evas model loader - restructure code to silence warningCarsten Haitzler (Rasterman)2017-08-021-2/+4
* wayland-shm: Set CLOEXEC for dmabufDerek Foreman2017-07-311-1/+1
* evas gl gnenric engine - dont check w and h ptrs - will never be nullCarsten Haitzler (Rasterman)2017-07-291-4/+4
* evas psd loader - remove unneeded extra check in ifCarsten Haitzler (Rasterman)2017-07-291-1/+1
* evas git loader - move findo reset inside else as only that changes itCarsten Haitzler (Rasterman)2017-07-291-1/+1
* evas pmap loader - remove pointless extra assign of end of string to 0Carsten Haitzler (Rasterman)2017-07-291-1/+0
* evas bmp loader - fix warnings about same type handled twiceCarsten Haitzler (Rasterman)2017-07-291-2/+2
* wayland: stop creating 1x1 surfaces on initMike Blumenkrantz2017-07-215-62/+71
* evas sw x11: formattingMike Blumenkrantz2017-07-2110-1327/+1317
* gl_drm: half fix eglGetPlatformDisplayEXT usageDerek Foreman2017-07-211-14/+20
* evas xpm loader - don't error print for files that cant be mmapedCarsten Haitzler (Rasterman)2017-07-211-5/+1
* evas: Fix a crash in emotion with GLJean-Philippe Andre2017-07-201-1/+1
* evas gl: Rename secsym_ to eglsym_Jean-Philippe Andre2017-07-203-12/+12
* evas gl: Check EGL version before using dlsymJean-Philippe Andre2017-07-201-9/+23
* gl_common: extsn is no longer unusedDerek Foreman2017-07-191-1/+3
* gl_common: Prefer unextended eglCreateImageDerek Foreman2017-07-191-11/+6
* gl_common: Remove fallback hack for waylandDerek Foreman2017-07-191-30/+10
* gl_drm: Defer gl symbol lookups until they're possibleDerek Foreman2017-07-193-8/+18
* wayland_egl: Defer gl symbol lookups until they're possibleDerek Foreman2017-07-193-5/+17
* wayland_egl: de-wtf the eglGetProcAddress prototypeDerek Foreman2017-07-191-4/+2
* gl_drm: de-wtf the eglGetProcAddress prototypeDerek Foreman2017-07-191-4/+2
* gl_common: Stop looking for eglCreate/DestroyImageOESDerek Foreman2017-07-191-6/+0
* evas engine gl: Add missing image unlockJean-Philippe Andre2017-07-191-0/+1
* evas-gl_cocoa: fix compilationJean Guyomarc'h2017-07-161-1/+1
* evas gl - fix compositing/native surface with egl/gles after glvndCarsten Haitzler (Rasterman)2017-07-168-94/+174
* evas mesh save - use alloca for tmp strings instead of heapCarsten Haitzler (Rasterman)2017-07-161-5/+2
* Evas and Eolian : Freed string bufferUma Devika2017-07-071-12/+22
* drm: Fix compilation warningsJean-Philippe Andre2017-07-031-5/+4
* software_generic: Improve dmabuf validity testsDerek Foreman2017-06-302-8/+25
* gl_drm: Improve dmabuf validity testDerek Foreman2017-06-301-5/+9
* drm: Implement hardware plane supportDerek Foreman2017-06-291-0/+120
* software_generic: fix eng_image_native_getDerek Foreman2017-06-291-2/+7
* gl_drm: Check dmabuf attribute version before trusting attributesDerek Foreman2017-06-291-2/+3
* software_generic: Check dmabuf attribute version during setDerek Foreman2017-06-291-1/+15
* dmabuf: Make a define for the version of the dmabuf attribute structDerek Foreman2017-06-293-2/+4