gegl r2709 - in trunk: . gegl



Author: ok
Date: Sat Nov  8 23:34:32 2008
New Revision: 2709
URL: http://svn.gnome.org/viewvc/gegl?rev=2709&view=rev

Log:
* gegl/gegl-config.c: (gegl_config_init): increased the default
chunk-size (number of output pixels computed simultanously) from
256*256 to 1024*1024.


Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-config.c

Modified: trunk/gegl/gegl-config.c
==============================================================================
--- trunk/gegl/gegl-config.c	(original)
+++ trunk/gegl/gegl-config.c	Sat Nov  8 23:34:32 2008
@@ -195,7 +195,7 @@
   self->swap        = NULL;
   self->quality     = 1.0;
   self->cache_size  = 256 * 1024 * 1024;
-  self->chunk_size  = 256 * 256;
+  self->chunk_size  = 1024 * 1024;
   self->tile_width  = 128;
   self->tile_height = 64;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]