[gegl/wip/pippin/ctx] ctx: fix ctx configuration to include rasterizer



commit 06da1f08bec9607cccf7a43c54c2fc8b17f65f33
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Feb 7 01:10:22 2021 +0100

    ctx: fix ctx configuration to include rasterizer

 gegl/ctx/ctx.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gegl/ctx/ctx.c b/gegl/ctx/ctx.c
index ee99b2267..21a033c6e 100644
--- a/gegl/ctx/ctx.c
+++ b/gegl/ctx/ctx.c
@@ -15,7 +15,9 @@
 #define CTX_FORCE_AA             1
 #define CTX_STRINGPOOL_SIZE      10000 // for misc storage with compressed/
                                        // variable size for each save|restore
-#define CTX_SHAPE_CACHE          0
+#define CTX_SHAPE_CACHE          0 // when used per gegl op perhsp
+                                  // useful when rendering lots of text initially?
 #define CTX_IMPLEMENTATION 1
+#define CTX_RASTERIZER     1
 
 #include "ctx.h"


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