[gimp/goat-invasion: 249/526] app: remove "dont-cache" from gimp_apply_opeation()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 249/526] app: remove "dont-cache" from gimp_apply_opeation()
- Date: Sun, 22 Apr 2012 13:20:12 +0000 (UTC)
commit d3c82bf03646b1ac81db60f6fc16ab65c52657d2
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]