jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9a0e128f23fe70eddcd9abfbb832967523fc5854

commit 9a0e128f23fe70eddcd9abfbb832967523fc5854
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Sep 23 17:17:07 2014 +0900

    Evas GL: Enable direct rendering even with alpha images
---
 src/lib/evas/canvas/evas_object_image.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_image.c 
b/src/lib/evas/canvas/evas_object_image.c
index 6cdb965..1ec2377 100644
--- a/src/lib/evas/canvas/evas_object_image.c
+++ b/src/lib/evas/canvas/evas_object_image.c
@@ -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) )
                          {

-- 


Reply via email to