[Gegl-developer] patch for grid render operation

2011-01-13 Thread andy gill
From 2c94d37460262b19210296f68be53271797c13d6 Mon Sep 17 00:00:00 2001 From: Andy Gill Date: Thu, 13 Jan 2011 21:40:23 + Subject: [PATCH 1/2] added simple grid render operation --- operations/common/grid.c | 130 ++ 1 files changed, 130 insertions(+), 0 deletions(-) create mode 1

[Gegl-developer] various blurs

2011-01-18 Thread andy gill
are required, just let me know. Andy. From be32a4bc47f86c84c406f24e79ac4db87d39ef12 Mon Sep 17 00:00:00 2001 From: Andy Gill Date: Tue, 18 Jan 2011 22:18:12 + Subject: [PATCH 1/3] optimised the box blur filter. also it now supports fractional blur sizes. --- operations/common/box-blur.c | 307

Re: [Gegl-developer] various blurs

2011-01-19 Thread andy gill
Andy. On 19 January 2011 06:43, Martin Nordholts wrote: > On 01/18/2011 11:43 PM, andy gill wrote: > > I've attached 3 more patches, they are: > > > > box-blur. it's now a good deal faster, and also properly supports > > fractional blur widths. &

Re: [Gegl-developer] various blurs

2011-01-26 Thread andy gill
I've redone the patches for the box-blur and pixelise filters to include tests. the patches now total 300k however, what's the preferred method of submitting them? On 19 January 2011 10:39, Øyvind Kolås wrote: > On Wed, Jan 19, 2011 at 10:29 AM, andy gill wrote: > > Could

[Gegl-developer] a couple more filters.

2011-01-29 Thread andy gill
and zoom blurs. From 8da480d4af73ff2f9cdf08687b2e751ef3b67e4d Mon Sep 17 00:00:00 2001 From: Andy Gill Date: Sat, 29 Jan 2011 18:58:47 + Subject: [PATCH 1/2] added linear motion blur filter --- operations/common/motion-blur.c | 174 +++ 1 files changed,