[jhbuild] Revert "3.4: Back down cogl to a working version"



commit 239fff9e5bfc7505679b215500488bd412ec6004
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Nov 14 12:08:55 2011 +0000

    Revert "3.4: Back down cogl to a working version"
    
    This reverts commit 07c7803c2a0a617f5ba3c6eb5de18f5c00156c54.
    
    Mutter was fixed by the following commit:
    
    commit 162213be0d1ce5d0cf1d6c40f7a65a8ab5861b57
    Author: Jasper St. Pierre <jstpierre mecheye net>
    Date:   Wed Nov 9 15:12:06 2011 -0500
    
        Fix cogl crash from updating non-existent texture
    
        The code here was always incorrect - we were processing damage events for
        windows without having a texture. Before, this didn't matter, as
        cogl_texture_get_width silently returned 0 for invalid handles. Cogl commit
        4c3dadd35e4657a151025118814534d05091d4db changed this.
    
        The fix here involves two strategies. First, we try to guard MetaTextureTower
        from invalid textures. Second, we try not to go down the path that eventually
        calls meta_shaped_texture_update_area by not handling damage events if we
        don't have a texture for the window.
    
        https://bugzilla.gnome.org/show_bug.cgi?id=660941

 modulesets/gnome-suites-core-deps-3.4.modules |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.4.modules b/modulesets/gnome-suites-core-deps-3.4.modules
index 17a6e3a..a580149 100644
--- a/modulesets/gnome-suites-core-deps-3.4.modules
+++ b/modulesets/gnome-suites-core-deps-3.4.modules
@@ -173,7 +173,6 @@
   </autotools>
 
   <autotools id="cogl">
-    <branch revision="dfb7c765672091fce1f4297ad864c38d2cba3e53"/>
     <pkg-config>cogl-1.0.pc</pkg-config>
     <branch/>
     <dependencies>



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