gegl r1508 - in trunk: . gegl operations/affine operations/blur operations/color operations/core operations/workshop



Author: ok
Date: 2007-05-24 20:04:25 +0100 (Thu, 24 May 2007)
New Revision: 1508
ViewCVS link: http://svn.gnome.org/viewcvs/gegl?rev=1508&view=rev

Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-node.c
   trunk/gegl/gegl-operation-area-filter.c
   trunk/gegl/gegl-operation-composer.c
   trunk/gegl/gegl-operation-filter.c
   trunk/gegl/gegl-operation-sink.c
   trunk/gegl/gegl-operation-source.c
   trunk/gegl/gegl-operation.c
   trunk/gegl/gegl-operation.h
   trunk/operations/affine/affine.c
   trunk/operations/blur/box-blur.c
   trunk/operations/blur/gaussian-blur.c
   trunk/operations/color/remap.c
   trunk/operations/color/stretch-contrast.c
   trunk/operations/core/crop.c
   trunk/operations/core/shift.c
   trunk/operations/workshop/bilateral-filter.c
   trunk/operations/workshop/box-max.c
   trunk/operations/workshop/box-min.c
   trunk/operations/workshop/box-percentile.c
   trunk/operations/workshop/c2g.c
   trunk/operations/workshop/demosaic-simple.c
   trunk/operations/workshop/disc-percentile.c
   trunk/operations/workshop/hstack.c
   trunk/operations/workshop/kuwahara-max.c
   trunk/operations/workshop/kuwahara-min.c
   trunk/operations/workshop/kuwahara.c
   trunk/operations/workshop/line-profile.c
   trunk/operations/workshop/max-envelope.c
   trunk/operations/workshop/mblur.c
   trunk/operations/workshop/min-envelope.c
   trunk/operations/workshop/snn-mean.c
   trunk/operations/workshop/snn-percentile.c
   trunk/operations/workshop/stress.c
Log:
* gegl/gegl-operation.[ch]: replaced calc_source_regions with
compute_input_request, renamed get_affected compute_affected. As well
as the needed refactoring to make processing work with this new, less
coupled version of the roi geometry computation.
* gegl/gegl-node.c: (source_invalidated): get_affected->compute_affected.
* gegl/gegl-operation-area-filter.c: Adapted to new API.
* gegl/gegl-operation-composer.c: ...
* gegl/gegl-operation-filter.c:
* gegl/gegl-operation-sink.c:
* gegl/gegl-operation-source.c:
* operations/affine/affine.c: Adapted to new API.
* operations/blur/box-blur.c: ...
* operations/blur/gaussian-blur.c:
* operations/color/remap.c:
* operations/color/stretch-contrast.c:
* operations/core/crop.c:
* operations/core/shift.c:
* operations/workshop/*.c:





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]