efl/src/modules/evas
Chris Michael 2725a248c9 evas-software-generic: Allow future rendering calls if evas has to skip a frame
Summary: If we do not get a new_region_for_update from an engine, it
could mean that the engine has skipped a frame. In that case, we still
want to try and render any future frames. Before this commit, evas
would never try to re-render anything again once it hit a failed
frame. To fix this, we test for a valid returned region, and if we
don't get one, mark this frame as failed so we can try again.

NB: Thanks for the help Cedric !! :)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-03-19 16:17:25 -04:00
..
engines evas-software-generic: Allow future rendering calls if evas has to skip a frame 2015-03-19 16:17:25 -04:00
image_loaders evas: use emile to decompress JPEG files. 2015-03-17 09:58:18 +01:00
image_savers evas: preparation of places for model_saver_loader separated from image_saver_loader. 2014-12-23 21:13:43 +01:00
model_loaders evas-3d: fix incorrect reading of .obj file which had an empty line before data in unix encoding. 2015-02-26 21:06:38 +01:00
model_savers evas: Evas_3D - iport/export of Obj format can be read even if obj-file does not have normals or tex-coords. 2015-02-11 18:31:53 +01:00