gegl r1779 - in trunk: . gegl/buffer gegl/operation gegl/process operations/affine operations/blur operations/color operations/enhance operations/io operations/render operations/workshop



Author: ok
Date: 2007-12-29 16:38:15 +0000 (Sat, 29 Dec 2007)
New Revision: 1779
ViewCVS link: http://svn.gnome.org/viewcvs/gegl?rev=1779&view=rev

Modified:
   trunk/ChangeLog
   trunk/gegl/buffer/gegl-buffer.c
   trunk/gegl/buffer/gegl-buffer.h
   trunk/gegl/operation/gegl-operation-point-composer.c
   trunk/gegl/operation/gegl-operation-point-filter.c
   trunk/gegl/process/gegl-processor.c
   trunk/operations/affine/affine.c
   trunk/operations/blur/box-blur.c
   trunk/operations/blur/gaussian-blur.c
   trunk/operations/color/mono-mixer.c
   trunk/operations/color/remap.c
   trunk/operations/color/stretch-contrast.c
   trunk/operations/enhance/bilateral-filter.c
   trunk/operations/enhance/snn-mean.c
   trunk/operations/io/jpg-load.c
   trunk/operations/io/pixbuf.c
   trunk/operations/io/png-load.c
   trunk/operations/io/raw-load.c
   trunk/operations/io/svg-load.c
   trunk/operations/render/FractalExplorer.c
   trunk/operations/render/checkerboard.c
   trunk/operations/render/color.c
   trunk/operations/render/noise.c
   trunk/operations/render/text.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/gtk-display.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/mandelbrot.c
   trunk/operations/workshop/max-envelope.c
   trunk/operations/workshop/mblur.c
   trunk/operations/workshop/min-envelope.c
   trunk/operations/workshop/rawbayer-load.c
   trunk/operations/workshop/snn-percentile.c
   trunk/operations/workshop/stress.c
Log:
* gegl/buffer/gegl-buffer.[ch]: added rowstride parameter to
gegl_buffer_set, changing it to be GEGL_AUTO_ROWSTRIDE should 
preserve previous behaviour.
* gegl/operation/gegl-operation-point-composer.c:
* gegl/operation/gegl-operation-point-filter.c: 
* gegl/process/gegl-processor.c: 
* operations/affine/affine.c: 
* operations/blur/box-blur.c: 
* operations/blur/gaussian-blur.c:
* operations/color/mono-mixer.c:
* operations/color/remap.c: 
* operations/color/stretch-contrast.c:
* operations/enhance/bilateral-filter.c:
* operations/enhance/snn-mean.c:
* operations/io/jpg-load.c: 
* operations/io/pixbuf.c:
* operations/io/png-load.c:
* operations/io/raw-load.c:
* operations/io/svg-load.c: 
* operations/render/FractalExplorer.c:
* operations/render/checkerboard.c: 
* operations/render/color.c: 
* operations/render/noise.c: 
* operations/render/text.c: added GEGL_AUTO_ROWSTRIDE to instances of
gegl_buffer_set.
* operations/workshop/box-max.c:
* operations/workshop/box-min.c: 
* operations/workshop/box-percentile.c: 
* operations/workshop/c2g.c: 
* operations/workshop/demosaic-simple.c:
* operations/workshop/disc-percentile.c: 
* operations/workshop/gtk-display.c: 
* operations/workshop/hstack.c:
* operations/workshop/kuwahara-max.c: 
* operations/workshop/kuwahara-min.c: 
* operations/workshop/kuwahara.c: 
* operations/workshop/line-profile.c:
* operations/workshop/mandelbrot.c: 
* operations/workshop/max-envelope.c: 
* operations/workshop/mblur.c: 
* operations/workshop/min-envelope.c:
* operations/workshop/rawbayer-load.c:
* operations/workshop/snn-percentile.c: 
* operations/workshop/stress.c:  updated for constified
GeglRectangles, babl formats and added rowstride to gegl_buffer_set.





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