discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=0c441dfa79b8ec208fecc647a3469625d7d86e8f

commit 0c441dfa79b8ec208fecc647a3469625d7d86e8f
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Jan 16 12:09:29 2014 -0500

    block shape cutting during nocomp
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 3705b9c..aa82449 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -245,6 +245,7 @@ _e_comp_cb_nocomp_begin(E_Comp *c)
 
    DBG("JOB2...");
    e_comp_render_queue(c);
+   e_comp_shape_queue_block(c, 1);
 }
 
 static void
@@ -263,6 +264,7 @@ _e_comp_cb_nocomp_end(E_Comp *c)
         e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h);
      }
    e_comp_render_queue(c);
+   e_comp_shape_queue_block(c, 0);
 }
 
 static Eina_Bool

-- 


Reply via email to