efl/legacy/evas/src/lib
Mike McCormack ee5446fb13 evas: Use clists to store the render recalculation list
Rather than trying to avoid removing the list element that is
currently being processed, keep two lists and move elements
to the processed list before recalculating them.

Remove items from the list head only, and always append them
to the tail.

Use the fact that an item can be removed from a clist without
needing to know which list it is in.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 64030
2011-10-13 02:22:29 +00:00
..
cache jiyoun bug! you didnt fix the hkey string properly.. you set the last 2011-10-04 01:41:45 +00:00
canvas evas: Use clists to store the render recalculation list 2011-10-13 02:22:29 +00:00
cserve and also enable mmap safety here 2011-07-04 09:59:49 +00:00
engines more sse3 bugs! 2011-10-12 03:28:53 +00:00
file evas: remove a fixme by making the engine list dynamic. 2011-09-19 14:20:18 +00:00
include evas: Use clists to store the render recalculation list 2011-10-13 02:22:29 +00:00
Evas.h evas: forgotten commit with since. 2011-10-04 09:33:40 +00:00
Evas_GL.h From: "Sung W. Park" <sungwoo@gmail.com> 2011-08-25 06:30:52 +00:00
Makefile.am Fix building gl_xlib as a static module 2011-07-09 01:47:01 +00:00
main.c evas/main.c - removed useless lines. 2011-07-01 11:32:21 +00:00