[gegl] buffer: new default tile size 512x64



commit 5cd896a6399e2f710015266d8bd3ab6201c809b9
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jun 4 05:44:32 2014 +0200

    buffer: new default tile size 512x64

 gegl/gegl-config.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 39d3c82..75d7001 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -181,7 +181,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                    g_param_spec_int ("tile-width",
                                                      "Tile width",
                                                      "default tile width for created buffers.",
-                                                     0, G_MAXINT, 128,
+                                                     0, G_MAXINT, 512,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));
 
@@ -189,7 +189,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                    g_param_spec_int ("tile-height",
                                                      "Tile height",
                                                      "default tile height for created buffers.",
-                                                     0, G_MAXINT, 256,
+                                                     0, G_MAXINT, 64,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));
 


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