GNOME Bugzilla – Bug 734053
gtkcairoblur: Replace our exponential blur with the box blur from mutter
Last modified: 2014-08-03 09:32:08 UTC
See patch.
Created attachment 282170 [details] [review] gtkcairoblur: Replace our exponential blur with the box blur from mutter
Review of attachment 282170 [details] [review]: Seems good to me with minor nit ::: gtk/gtkcairoblur.c @@ +115,3 @@ +/* Swaps width and height. Either swaps in-place and returns the original + * buffer or allocates a new buffer, frees the original buffer and returns + * the new buffer. No, it never allocates, you always pass in the preallocated dest buffer.
Attachment 282170 [details] pushed as f5d8f75 - gtkcairoblur: Replace our exponential blur with the box blur from mutter
The added file is GPL, which effectively makes the whole GTK+ under GPL. A relicense from the copyright holder (Red Hat, according to the comments) is necessary, as well as auditing that no-one else modified that code significantly while it was in mutter.