summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-12-17 11:31:05 +0000
committerCarl Worth <cworth@cworth.org>2004-12-17 11:31:05 +0000
commit5c33c78c8ca551abc5bf28bb7cd1c29d60687ed5 (patch)
tree2f229086b425042992cb070654832d6535de772a
parente656b1f3ba99641e82e603fe5dcbc0c0cc8b8f31 (diff)
downloadcairo-5c33c78c8ca551abc5bf28bb7cd1c29d60687ed5.tar.gz
Add bug about invalidating font caches.
-rw-r--r--BUGS4
-rw-r--r--ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 0f852b63f..e7baa3fcb 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,7 @@
+The caches need to be invalidated at font destruction time.
+
+--
+
cairo_clip is really slow, (with at least the Xlib and image
backends). An accelerated implementation of the IN operator would
probably help a lot here.
diff --git a/ChangeLog b/ChangeLog
index 3a10b9145..49d0d95d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-17 Carl Worth <cworth@cworth.org>
+
+ * BUGS: Add bug about invalidating font caches.
+
2004-12-02 David Reveman <c99drn@cs.umu.se>
* src/cairo_gstate.c (_cairo_gstate_clip): Revert the "return early"