summaryrefslogtreecommitdiff
path: root/src/lib/evas/cache/evas_cache_image.c
Commit message (Expand)AuthorAgeFilesLines
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-32/+32
* evas load - dont lose skip flg update after async head skip load fixCarsten Haitzler (Rasterman)2020-08-301-1/+2
* evas - image cache - fix loading with skip head on to load changed filesCarsten Haitzler (Rasterman)2020-08-301-30/+16
* Get rid of trailing whitespaces (12 / 14)Elyes HAOUAS2020-06-231-8/+8
* evas cache - up padding just in case i was off by oneCarsten Haitzler (Rasterman)2020-04-171-1/+1
* evas: set mmap data to image data after preload with skip_head enabledMike Blumenkrantz2020-03-061-0/+2
* Revert "evas: Compile out unused functions"Mike Blumenkrantz2020-02-141-2/+0
* Revert "evas: remove unused function evas_cache_image_request."Mike Blumenkrantz2020-02-141-0/+164
* evas_cache_image: drop image after replacementShinwoo Kim2019-10-141-0/+6
* eina file refs in edje/evas - audit them and plug holes where refs stayCarsten Haitzler (Rasterman)2019-08-211-1/+1
* evas image - eina file - be paranoud about double closesCarsten Haitzler (Rasterman)2019-08-051-1/+5
* Evas: remove Evil.h when not needed and use evil_private when neededVincent Torri2019-05-201-4/+0
* evas cache image: compare with cached image fileShinwoo Kim2018-11-291-16/+30
* evas cache - avoid a segv...Carsten Haitzler (Rasterman)2018-10-111-1/+2
* evas cache: clear up caching locking and reference count.Hermet Park2018-10-111-11/+7
* evas cache: add more null check for cacheYoungbok Shin2018-09-211-3/+3
* evas image: fix a bug in image preloading.Hermet Park2018-09-031-30/+31
* evas cache: refactor internal logic.Hermet Park2018-08-301-14/+8
* evas cache: remove unused custom task in preload.Hermet Park2018-08-301-72/+4
* evas cache: code refactoring.Hermet Park2018-08-271-2/+2
* evas cache - fix return val to fix warningCarsten Haitzler (Rasterman)2018-03-051-1/+1
* evas cache image - protect against null cache ptrsCarsten Haitzler (Rasterman)2018-03-051-0/+36
* evas: Compile out unused functionsChris Michael2017-10-111-0/+2
* evas: remove unused function evas_cache_image_request.Cedric BAIL2017-10-051-164/+0
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* evas image cache: notify preload for image objects without explicit callbacksMike Blumenkrantz2017-08-251-16/+1
* evas image cache: break out preload complete notification code into functionMike Blumenkrantz2017-08-251-12/+19
* evas - async preload cancel fix - don't double delete/freeCarsten Haitzler (Rasterman)2017-04-101-3/+2
* evas image cache - add lots more locking to try stamp out any thread bugCarsten Haitzler (Rasterman)2017-03-091-25/+131
* evas: Set thread name for preloadJean-Philippe Andre2017-03-081-0/+2
* evas cache image - remove double unlock of image task locks.Carsten Haitzler (Rasterman)2017-02-081-2/+0
* evas: simplify waiting logic for image decoding as we do not need lock and co...Cedric BAIL2017-02-021-45/+15
* evas async preload - fix valgrind issue in accessing image after freeCarsten Haitzler (Rasterman)2017-01-311-7/+7
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-1/+1
* evas image preload - fix race condition that stops preloadsCarsten Haitzler (Rasterman)2017-01-061-1/+33
* evas image skip header - more fixes for when images fail to loadCarsten Haitzler (Rasterman)2017-01-061-7/+37
* evas image async preload - add option to also make header load asyncCarsten Haitzler (Rasterman)2017-01-021-48/+82
* evas: remove float comparison warnings for evas_cache_imageChris Michael2016-12-201-5/+5
* evas - async preload - stop hang when missing wakeup of preload dataCarsten Haitzler (Rasterman)2016-12-201-0/+1
* evas: wait on one specific task to be done.Cedric BAIL2016-12-071-1/+3
* evas: add possibility for image loader to know if what they are working is st...Cedric BAIL2016-12-061-0/+11
* evas: Prevent crashes in case of errorJean-Philippe Andre2016-09-231-3/+6
* evas: Fix unlikely crash with image cacheJean-Philippe Andre2016-09-011-0/+6
* evas update buf - dont ref and unref outbug as an evas image - it's notCarsten Haitzler (Rasterman)2016-07-031-2/+5
* evas: some changes for preload thread dead lock issuejiin.moon2016-03-151-3/+18
* evas: fix preload thread deadlock issuejiin.moon2016-03-041-1/+3
* evas/gl : Do not re-preload image data if texture is successfully uploaded wi...Minkyoung Kim2015-12-181-1/+1
* evas: Do not preload data if data is cached.Minkyoung Kim2015-12-111-1/+1
* Evas: Fix bug in evas_cache_image_dirty()Joogab Yun2015-11-111-10/+14
* evas - image core - fix unloading of images to work againCarsten Haitzler (Rasterman)2015-07-071-0/+1