Re: [Gimp-developer] Bug 312800: Selective gaussian blur should be able to read delta and blur from different sources

2011-12-15 Thread Karthikeyan S
By "suggested above" I mean @ https://bugzilla.gnome.org/show_bug.cgi?id=312800 On Thu, Dec 15, 2011 at 10:16 PM, Karthikeyan S wrote: > I took the patch given earlier by Luis de* and > made the changes suggested above along with code for updating preview. > > Attaching the patch. This currently

[Gimp-developer] Bug 312800: Selective gaussian blur should be able to read delta and blur from different sources

2011-12-15 Thread Karthikeyan S
I took the patch given earlier by Luis de* and made the changes suggested above along with code for updating preview. Attaching the patch. This currently does not work on mmx since we totally ignore the delta layer when calling mmx routine. But doesn;t break mmx. Working on mmx code changes... -