[gimp] app: remove "dont-cache" from gimp_apply_opeation()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove "dont-cache" from gimp_apply_opeation()
- Date: Wed, 2 May 2012 16:17:24 +0000 (UTC)
commit 03b15ea6687da14d01e78e9956f510ee5c308e89
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 25 23:13:08 2012 +0200
app: remove "dont-cache" from gimp_apply_opeation()
it slows down all ops which wan to process the entire buffer in one
go, like the new gimp:shrink.
app/core/gimp-apply-operation.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/app/core/gimp-apply-operation.c b/app/core/gimp-apply-operation.c
index a3efe85..7b29499 100644
--- a/app/core/gimp-apply-operation.c
+++ b/app/core/gimp-apply-operation.c
@@ -64,12 +64,6 @@ gimp_apply_operation (GeglBuffer *src_buffer,
gegl = gegl_node_new ();
- /* Disable caching on all children of the node unless explicitly re-enabled.
- */
- g_object_set (gegl,
- "dont-cache", TRUE,
- NULL);
-
src_node = gegl_node_new_child (gegl,
"operation", "gegl:buffer-source",
"buffer", src_buffer,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]