[gegl/threaded-base-classes] softglow: opt out of parallelization
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/threaded-base-classes] softglow: opt out of parallelization
- Date: Thu, 26 Jun 2014 20:56:47 +0000 (UTC)
commit a233d3333e3743e4723a90f2825c62a4179c2d51
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]