[gegl/threaded-base-classes: 11/13] apply-lens: opt out of parallelization
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/threaded-base-classes: 11/13] apply-lens: opt out of parallelization
- Date: Thu, 26 Jun 2014 22:09:51 +0000 (UTC)
commit 5b74d672ae851b3e048e17855ad5c6c6f633b9d7
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Jun 26 22:51:46 2014 +0200
apply-lens: opt out of parallelization
Apply lens can probably be fixed to work with multi-threading.
operations/common/apply-lens.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/apply-lens.c b/operations/common/apply-lens.c
index 809c39c..63a2f56 100644
--- a/operations/common/apply-lens.c
+++ b/operations/common/apply-lens.c
@@ -293,6 +293,7 @@ gegl_op_class_init (GeglOpClass *klass)
operation_class->prepare = prepare;
operation_class->get_cached_region = get_cached_region;
+ 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]