gegl r1611 - in trunk: . gegl/operation operations/core operations/io operations/render operations/workshop
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1611 - in trunk: . gegl/operation operations/core operations/io operations/render operations/workshop
- Date: Sun, 9 Sep 2007 18:36:34 +0100 (BST)
Author: ok
Date: 2007-09-09 18:36:33 +0100 (Sun, 09 Sep 2007)
New Revision: 1611
ViewCVS link: http://svn.gnome.org/viewcvs/gegl?rev=1611&view=rev
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-point-composer.c
trunk/gegl/operation/gegl-operation.c
trunk/operations/core/crop.c
trunk/operations/core/shift.c
trunk/operations/io/display.c
trunk/operations/io/pixbuf.c
trunk/operations/io/raw-load.c
trunk/operations/io/svg-load.c
trunk/operations/render/introspect.c
trunk/operations/workshop/line-profile.c
trunk/operations/workshop/mandelbrot.c
trunk/operations/workshop/mblur.c
trunk/operations/workshop/mono-mixer.c
trunk/operations/workshop/rawbayer-load.c
Log:
Migrated to using gegl_buffer_new gegl_buffer_create_sub_buffer
instead of g_object_new (GEGL_TYPE_BUFFER, ..., NULL); where possible.
* gegl/operation/gegl-operation-point-composer.c: (fast_paths):
* gegl/operation/gegl-operation.c: (gegl_operation_process):
* operations/core/crop.c: (process):
* operations/core/shift.c: (process):
* operations/io/display.c: (process):
* operations/io/pixbuf.c: (process):
* operations/io/raw-load.c: (load_buffer):
* operations/io/svg-load.c: (process):
* operations/render/introspect.c: (process):
* operations/workshop/line-profile.c: (process):
* operations/workshop/mandelbrot.c: (process):
* operations/workshop/mblur.c: (init):
* operations/workshop/mono-mixer.c: (process):
* operations/workshop/rawbayer-load.c: (load_buffer):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]