[cogl/cogl-1.18] framebuffer: Don't mark the clip dirty at mid scene



commit 3eb63f67a34420b30ef812a1610aa9e9a80a93a3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 18 00:22:12 2013 -0500

    framebuffer: Don't mark the clip dirty at mid scene
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712562

 cogl/cogl-framebuffer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-framebuffer.c b/cogl/cogl-framebuffer.c
index 4957b38..bc76bd4 100644
--- a/cogl/cogl-framebuffer.c
+++ b/cogl/cogl-framebuffer.c
@@ -235,7 +235,6 @@ _cogl_framebuffer_clear_without_flush4f (CoglFramebuffer *framebuffer,
 void
 _cogl_framebuffer_mark_mid_scene (CoglFramebuffer *framebuffer)
 {
-  framebuffer->clear_clip_dirty = TRUE;
   framebuffer->mid_scene = TRUE;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]