From: Shinwoo Kim Date: Wed, 16 Jan 2019 07:20:42 +0000 (+0900) Subject: evas_object_image: disable PIO Rendering temporary X-Git-Tag: submit/tizen/20190116.084147~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76519039590081ab72a9dc5e1c81f44d70a2edb7;p=platform%2Fupstream%2Fefl.git evas_object_image: disable PIO Rendering temporary Change-Id: Icde0faaabfa1c0322d7293119b5a8a0b69ef7e4c --- diff --git a/src/lib/evas/canvas/evas_object_image.c b/src/lib/evas/canvas/evas_object_image.c index c529c6c..1dbf61c 100755 --- a/src/lib/evas/canvas/evas_object_image.c +++ b/src/lib/evas/canvas/evas_object_image.c @@ -225,13 +225,14 @@ _efl_canvas_image_internal_efl_object_constructor(Eo *eo_obj, Evas_Image_Data *o o->cur = eina_cow_alloc(evas_object_image_state_cow); o->prev = eina_cow_alloc(evas_object_image_state_cow); o->proxy_src_clip = EINA_TRUE; - +#ifdef THIS_IS_NOT_DEFINED_TO_DISABLE_TEMPORARY if (!strcmp(obj->layer->evas->engine.module->definition->name, "wayland_egl")) { EINA_COW_LOAD_OPTS_WRITE_BEGIN(o, low) low->can_load_colormap = EINA_TRUE; EINA_COW_LOAD_OPTS_WRITE_END(o, low) } +#endif cspace = ENFN->image_colorspace_get(ENC, o->engine_data);