GNOME Bugzilla – Bug 654729
MetaTextureTower: Remove workaround for old clutter bug
Last modified: 2011-07-16 12:26:47 UTC
See patch
Created attachment 192082 [details] [review] MetaTextureTower: Remove workaround for old clutter bug texture_tower_revalidate_fbo() called cogl_flush() to work around clutter bug #2110, which has been long fixed. As we depend on clutter 1.7.x anyway we can just remove that workaround.
Review of attachment 192082 [details] [review]: Good to commit with the style fix pointed out below: ::: src/compositor/meta-texture-tower.c @@ +433,1 @@ tower->fbos[level] = cogl_offscreen_new_to_texture (dest_texture); Wrong indentation after removing the braces.
Comment on attachment 192082 [details] [review] MetaTextureTower: Remove workaround for old clutter bug Commited with fixed indentation.