Evas filters: Move evas image creation to the engine
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 4 Jan 2016 09:00:30 +0000 (18:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Jan 2016 06:43:44 +0000 (15:43 +0900)
commit0d5b42e6bbff30ead404460a0538d80282a9d6c9
tree3c42489655e4ac2e2ad97aaae75068a88fc3d72c
parent66961126916f6ab61ba6549f7ad96399bdf773af
Evas filters: Move evas image creation to the engine

Evas filters is now more and more unaware of evas images (RGBA_Image)
and the engine + ector take care of everything.

Still left to do:
- map / unmap an FBO buffer into RO or RW memory
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_blend.c
src/lib/evas/filters/evas_filter_private.h
src/modules/evas/engines/gl_generic/evas_ector_gl_rgbaimage_buffer.c
src/modules/evas/engines/gl_generic/evas_engine.c