evas_object_image: Track whether an image object supports direct scanout
authorDerek Foreman <derekf@osg.samsung.com>
Wed, 21 Jun 2017 20:06:01 +0000 (15:06 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 23 Jun 2017 13:15:42 +0000 (08:15 -0500)
commit3965a663ccb498baf04f1089fea388011168c2c0
tree9c82e00b08b11bd0ee701aaf9ba08ff46f1dc626
parent7e2c8c1cbda87e08c769da8cc5014ffc6282e695
evas_object_image: Track whether an image object supports direct scanout

If an evas object is a wayland dmabuf, uses native surface 5 or higher,
and has a scanout handler set, then it meets the basic requirements for
placing on a hardware plane.
src/lib/evas/canvas/evas_image_private.h
src/lib/evas/canvas/evas_object_image.c