summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas/gl_common: Check havestuff before threading (fix for glviewshadertest)devs/sung/evas_gl_threadjutty.lee2017-01-111-1/+2
* evas/gl_common: (GL thread) Image map push avoids shader_array_flush (PATCHSE...Haegeun Park2017-01-111-27/+19
* evas/gl_common: (GL thread) Context push now checks changes of perspective vi...Haegeun Park2017-01-111-0/+20
* evas/gl_common: (GL thread) Perspective viewport factor is moved into pipes (...Haegeun Park2017-01-112-31/+50
* evas/gl_common: (GL thread) Make an individual helper function for calculatin...Haegeun Park2017-01-112-46/+80
* evas/gl_common: (GL thread) Remove change.size dirty flag for pipe work (PATC...Haegeun Park2017-01-112-13/+1
* evas/gl_common: (GL thread) Moved shader_array_flush() to worker thread to re...Haegeun Park2017-01-111-1/+36
* evas/gl_common: (GL thread) Texture logics are moved to thread by combining s...Haegeun Park2017-01-113-46/+107
* evas/wayland_egl: (GL thread) Moved eng_window_new() to the GL worker threadHaegeun Park2017-01-111-1/+71
* evas/gl_common : (GL thread) Set a priority between EvasGL direct rendering a...Haegeun Park2017-01-112-0/+33
* Evas GL: (GL thread) Added the EvasGL pixel callback threadingHaegeun Park2017-01-116-4/+88
* evas/gl_common: (GL thread) Changed dummy surface creating routine from windo...Haegeun Park2017-01-111-11/+28
* Makefile_Evas.am: (GL thread) Add threading sources for gl_x11 backendjutty.lee2017-01-111-0/+1
* evas/gl_x11: (GL thread) Link init function added for use threaded APIs at GL...jutty.lee2017-01-111-0/+1
* evas/gl_common: (GL thread) Add evas_gl_thread_init, terminate() @module_open...jutty.lee2017-01-111-0/+4
* evas/gl_common: (GL thread) Modify override macro replace to threaded APIsjutty.lee2017-01-115-42/+238
* evas/gl_x11: (GL thread) Replace context switching mechanism of GL gluesHaegeun Park2017-01-113-73/+144
* evas/gl_x11: (GL thread) Modified glX functions to perform threaded calljutty.lee2017-01-112-6/+6
* evas/gl_common: (GL thread) Replace EvasGL APIs to EVGL threaded APIs.jutty.lee2017-01-113-148/+132
* evas/gl_common: (GL thread) Add REPLACE_THREAD macro for replace threaded API...jutty.lee2017-01-111-1/+28
* evas/gl_x11: (GL thread) Add REPLACE_THREAD macro for replace threaded APIs. ...jutty.lee2017-01-113-18/+29
* evas/wayland_egl: (GL thread) Replace GL APIs in GL-backend to threaded APIs ...jutty.lee2017-01-112-9/+9
* evas/gl_x11: (GL thread) Replace GL APIs in GL-backend to threaded APIs (3/4)jutty.lee2017-01-112-26/+30
* evas/gl_generic: (GL thread) Replace GL APIs in GL-backend to threaded APIs (...jutty.lee2017-01-111-8/+8
* evas/gl_common: (GL thread) Replace GL APIs in GL-backend to threaded APIs (1/4)jutty.lee2017-01-1110-657/+655
* evas/gl_common: (GL thread) Add resource_main at evgl_engine for Evas API thr...jutty.lee2017-01-112-0/+11
* evas/gl_common: Move inline function(_tex_sub_2d(), _comp_text_sub_2d())jutty.lee2017-01-112-20/+16
* Makefile_Evas.am: (GL thread) Added GL threading wrapper sources, included to...Haegeun Park2017-01-112-0/+14
* Makefile_Evas.am: (GL thread) Add a macro definition to classify building gl_...jutty.lee2017-01-111-1/+3
* Configure.ac: Add missing GLES2 dependency for building GL_COMMON modulejutty.lee2017-01-111-1/+1
* util/evas: (GL thread) Add generate tool and data file (5/5)jutty.lee2017-01-112-0/+2288
* evas/gl_common: (GL thread) Add thread managing files (4/5)jutty.lee2017-01-112-0/+327
* evas/gl_common: (GL thread) Add new files for GL wrapper APIs 2 (3/5)jutty.lee2017-01-1110-0/+52425
* evas/gl_common: (GL thread) Add new files for GL wrapper APIs (2/5)jutty.lee2017-01-112-0/+572
* evas/gl_common: (GL thread) Add new files for API-level threading (1/5)jutty.lee2017-01-114-0/+4212
* evas: (GL thread) Moved thread creation to initializing (sw or gl) backendHaegeun Park2017-01-115-25/+60
* evas: (GL thread) Added GL thread renderer logics based of SW thread rendererHaegeun Park2017-01-113-101/+230
* evas_image_main: fix memory leak of camera app -PLM[P161206-03545]Jiyoun Park2017-01-061-1/+1
* evas image skip header - more fixes for when images fail to loadCarsten Haitzler (Rasterman)2017-01-063-18/+63
* eina: try to provide __WORDSIZE to system that don't have it aka OpenBSD.Cedric BAIL2017-01-051-0/+8
* wayland_shm: Yeah I dunnoDerek Foreman2017-01-051-1/+0
* wayland_shm: Add a way to update the stored wayland objectsDerek Foreman2017-01-055-3/+51
* wayland_shm: Add a force flag to surface reconfigureDerek Foreman2017-01-054-6/+8
* ecore_wl2: Fix accidental re-use of tmp varDerek Foreman2017-01-051-2/+2
* ecore_wl2: Don't request shell surfaces for all window typesDerek Foreman2017-01-051-1/+3
* ecore_wl2: Prevent use after free on input deletionDerek Foreman2017-01-051-0/+4
* ecore_wl2: Remove the rest of the cursor frame callbackDerek Foreman2017-01-053-18/+0
* eolian: stricter implement/constructor verificationDaniel Kolesa2017-01-051-28/+54
* eina_strbuf: add eina_strbuf_free_returnMarcel Hollerbach2017-01-053-0/+39
* elm_panel: Add _scrollable_layout_resize internal funcion for refactoringJEONGHYUN YUN2017-01-051-35/+23