summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines
Commit message (Expand)AuthorAgeFilesLines
* build: fix dependencies of software engineMarcel Hollerbach2020-09-241-1/+1
* evas_outbuf: Fix memory leak.Woochanlee2020-09-171-2/+4
* evas - sw generic - fix enum cast warn - valid checkedCarsten Haitzler (Rasterman)2020-08-251-1/+1
* evas - sw generic - fix enum passing with casts or correct types fix wrnCarsten Haitzler (Rasterman)2020-08-251-14/+28
* evas - gl generic - use correct enums for typesCarsten Haitzler (Rasterman)2020-08-251-7/+8
* evas/engine: fix a potentional error of null derefWonki Kim2020-08-051-0/+2
* evas_gl_core: fix memory leak of EVGL_ResourceJaehyun Cho2020-08-031-1/+7
* canvas engine: ++safety codeHermet Park2020-07-271-44/+46
* evas: font glyphs texture garbage collectorAli Alzyod2020-07-245-1/+77
* Get rid of trailing whitespaces (13 / 14)Elyes HAOUAS2020-06-2321-101/+101
* evas gl common - remove comment - not valid anymoreCarsten Haitzler (Rasterman)2020-06-171-2/+0
* gl common - actually allow vertex limitsCarsten Haitzler (Rasterman)2020-06-171-1/+1
* modules: gl_x11: ensure we check the result of evas_eglMakeCurrent()Stefan Schmidt2020-06-151-4/+6
* evas/engines/gl_generic: fix byte order after glReadPixels on BEDaniel Kolesa2020-06-121-0/+16
* modules: only build gl_drm evas engine when using es-eglDaniel Kolesa2020-06-111-5/+5
* canvas gl: remove out-dated compiler keywordsHermet Park2020-06-081-1/+1
* evas - genetic update regions smart merge - merge v adjacent regionsCarsten Haitzler (Rasterman)2020-06-041-6/+48
* evas gl - tune gl engine to use a bit less cpu overheadCarsten Haitzler (Rasterman)2020-06-042-368/+411
* evas/engine: Fix memory leak in generic cache.Subhransu Mohanty2020-06-031-2/+1
* build: split off static parts from external parts in evasMarcel Hollerbach2020-05-281-1/+1
* refactor buildMarcel Hollerbach2020-05-2713-26/+26
* build: modules: harmonize use of package_c_argsStefan Schmidt2020-05-263-0/+3
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-183-11/+1
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-183-1/+11
* evas/gl: resolve float compare warningsMike Blumenkrantz2020-05-123-14/+13
* evas/filter: resolve float compare warningsMike Blumenkrantz2020-05-122-11/+14
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-075-7/+7
* canvas map: draw direct image as possible.Hermet Park2020-05-071-7/+6
* remove arguments of LOGFN in ecore_wayland modules as the are always the sameVincent Torri2020-05-063-15/+16
* evas gl - fix coverity complaint in shader cache updateCarsten Haitzler (Rasterman)2020-04-251-4/+2
* evas gl - shader cache was needless losing and overwritingCarsten Haitzler (Rasterman)2020-04-241-10/+27
* evas_gl_context: reduce conditions for image orientation checkAli2020-04-241-6/+6
* evas: fix dereference after null checkShinwoo Kim2020-04-101-1/+1
* canvas 3d: remove all canvas3d features across efl.Hermet Park2020-03-2532-6814/+0
* evas.image: add evas_object_image_animated_frame_getShinwoo Kim2020-03-102-0/+29
* evas_gl_font: free data paths if alloca failsAli Alzyod2020-03-101-2/+2
* evas gl: clip rect with proper size.Hermet Park2020-03-081-1/+1
* evas_gl_drm: Fix incorrect define statement.Christopher Michael2020-03-061-1/+1
* evas: software_engine: free allocation on error pathStefan Schmidt2020-02-251-1/+5
* Revert "evas: remove image_load from the engine."Mike Blumenkrantz2020-02-142-0/+39
* Revert "evas: remove unused fonction evas_gl_common_image_load."Mike Blumenkrantz2020-02-142-0/+32
* canvas engine: + null check for safetyHermet Park2020-02-141-3/+6
* gl image: free the resource properly at the corner case.Hermet Park2020-02-141-0/+1
* software_evas_engine: Remove unnecessary member for ector_surface_setJunsuChoi2020-02-051-2/+1
* evas filter: fix crash issueShinwoo Kim2020-01-312-1/+6
* Efl.Canvas.Group: make mask filter work on GL engineShinwoo Kim2020-01-311-2/+2
* evas ector: ++safety.Hermet Park2020-01-092-4/+9
* gl native surf - create pixmap failes - make them warnsCarsten Haitzler (Rasterman)2020-01-033-6/+6
* evas: fix compilation with -Dwl=falseBoris Faure2020-01-021-2/+0
* evas gl: enable GL_LINE_SMOOTH only at gles 1.xHermet Park2019-12-311-1/+2