[gegl/threaded-base-classes: 12/13] softglow: opt out of parallelization



commit aad3ae1f2a93022f45a6804392dd21103dc4b7d3
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Jun 26 22:52:58 2014 +0200

    softglow: opt out of parallelization

 operations/common/softglow.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/softglow.c b/operations/common/softglow.c
index 06a9e7e..1ef8d57 100644
--- a/operations/common/softglow.c
+++ b/operations/common/softglow.c
@@ -223,6 +223,7 @@ gegl_op_class_init (GeglOpClass *klass)
 
   operation_class->prepare          = prepare;
   operation_class->get_bounding_box = get_bounding_box;
+  operation_class->parallelize      = FALSE;
   filter_class->process             = process;
 
   gegl_operation_class_set_keys (operation_class,


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