gegl r2807 - in trunk: . gegl/operation
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2807 - in trunk: . gegl/operation
- Date: Thu, 27 Nov 2008 22:01:03 +0000 (UTC)
Author: ok
Date: Thu Nov 27 22:01:03 2008
New Revision: 2807
URL: http://svn.gnome.org/viewvc/gegl?rev=2807&view=rev
Log:
* gegl/operation/gegl-operation-source.c: (get_cached_region): do not
default to cache the full result of a source renderer.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-source.c
Modified: trunk/gegl/operation/gegl-operation-source.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-source.c (original)
+++ trunk/gegl/operation/gegl-operation-source.c Thu Nov 27 22:01:03 2008
@@ -163,6 +163,7 @@
const GeglRectangle *roi)
{
GeglRectangle result = *roi;
- result = operation->node->have_rect;
+ /*result = operation->node->have_rect;*/
+ result = *roi;
return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]