efl/src/lib/evas
Cedric BAIL 53dd596f43 evas: reduce usage of __thread directive.
Moved rects caching into draw context to avoid the use of __thread
slot. Draw context are defined per thread anyway and should be just
fine. This doesn't really change the picture regarding glibc problem
when to many __thread are needed, but slightly improve the global
picture. Also this patch doesn't affect our performance in expedite
benchmark as far as I can tell.
2016-11-16 16:05:56 -08:00
..
cache evas: Prevent crashes in case of error 2016-09-23 11:28:14 +09:00
cache2 evas cache2 - fix coverity CID 1357754 2016-07-24 18:44:15 +09:00
canvas evas: make sync and async work in the same way and not trigger empty flush/clear. 2016-11-16 11:31:04 -08:00
common evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
common3d Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
cserve2
file evas/module: add a new module in vg_saver for eet 2016-10-14 15:52:51 +09:00
filters evas: Fix warning with va_start in internal EAPI 2016-11-03 17:22:15 +09:00
include evas: reduce usage of __thread directive. 2016-11-16 16:05:56 -08:00
Evas.h evas: move canvas3d and vg parts into beta API and keep the rest under EO API 2016-06-14 16:27:10 +02:00
Evas_Common.h evas: Fix doxygen and normalize function signature 2016-11-01 16:06:19 -02:00
Evas_Eo.h efl: Rename Efl.Event.XX to Efl.Input.XX 2016-08-26 10:18:01 +09:00
Evas_GL.h Evas GL: Use [u]int64_t directly in all APIs 2016-07-18 15:09:19 +09:00
Evas_Legacy.h evas: Fix masks of masks and clippers of clippers in general 2016-11-09 10:52:03 +09:00
Evas_Loader.h evas/module: add a new module in vg_saver for eet 2016-10-14 15:52:51 +09:00
main.c