Evas GL: Enable direct rendering even with alpha images

This commit is contained in:
Jean-Philippe Andre 2014-09-23 17:17:07 +09:00
parent 47ddb889ad
commit 9a0e128f23
1 changed files with 1 additions and 2 deletions

View File

@ -2948,8 +2948,7 @@ evas_process_dirty_pixels(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj,
(obj->cur->color.g == 255) &&
(obj->cur->color.b == 255) &&
(obj->cur->color.a == 255) &&
(!obj->map->cur.map) &&
(!o->cur->has_alpha)) ||
(!obj->map->cur.map)) ||
(direct_override)) &&
(!direct_force_off) )
{