efl/src/modules
Cedric Bail d06a0982ef evas: add support for asynchronously uploading GL texture.
NOTE: when using Evas_Object image preload infrastructure the GL texture
upload was uploaded from the main loop during the rendering stage. This
could lead to some frame drop during fast animation due to the time needed
to upload that texture.

This patch fix this problem by uploading a small texture quickly (16x16)
and waiting for going back to the main loop to be able to use the same GL
context from another thread to do the texture upload asynchronously without
blocking the main loop.
2013-06-24 12:04:18 +09:00
..
ecore_evas/engines Fix compiler warning about uninitialized variables 2013-06-23 12:53:53 +01:00
ecore_imf ecore_imf/scim: remove unused function declaration 2013-04-13 15:25:00 +09:00
eeze/sensor eeze/sensor/tizen: Fix typos to let it build for tizen 2013-04-24 16:01:42 +01:00
eina/mp eina/mp/one_big: Add a comment to clarify why we do not memset the complete memory. 2013-06-14 09:56:55 +01:00
emotion efl: formatting 2013-06-20 13:28:18 +02:00
ethumb/emotion Fix incorrect printf format usage 2013-04-16 12:07:36 +04:00
evas evas: add support for asynchronously uploading GL texture. 2013-06-24 12:04:18 +09:00