Rui Matos ca1b4382c0 shaped-texture: Invalidate mask texture when main texture changes size
We currently rely only on MetaWindowActor to update the mask
texture. This isn't good enough since we might get asked to use the
mask (e.g. via meta_shaped_texture_get_image() ) after having a new
texture size but before MetaWindowActor decides to update the mask in
which case we might crash since cogl_texture_new_from_sub_texture()
might fail with an early return such as

Cogl-CRITICAL **: cogl_sub_texture_new: assertion 'sub_x + sub_width
<= next_width' failed

https://bugzilla.gnome.org/show_bug.cgi?id=762639
2016-03-10 15:56:41 +01:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-03-09 09:53:56 +01:00
2014-03-18 20:37:35 -04:00
2016-03-03 14:58:20 +01:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2016-03-03 14:58:20 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%