[gegl/wip/pippin/ctx: 114/115] ctx: fix ctx configuration to include rasterizer
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/wip/pippin/ctx: 114/115] ctx: fix ctx configuration to include rasterizer
- Date: Fri, 30 Apr 2021 15:05:47 +0000 (UTC)
commit 5d0c8ada7a93e382df065c514e3ed2a47d9cf0cb
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]