[cairo-commit] cairo BUGS,1.18,1.19 ChangeLog,1.271,1.272
Carl Worth
commit at pdx.freedesktop.org
Fri Dec 17 11:31:07 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23706
Modified Files:
BUGS ChangeLog
Log Message:
* BUGS: Add bug about invalidating font caches.
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- BUGS 23 Nov 2004 20:53:46 -0000 1.18
+++ BUGS 17 Dec 2004 19:31:05 -0000 1.19
@@ -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.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- ChangeLog 6 Dec 2004 08:01:45 -0000 1.271
+++ ChangeLog 17 Dec 2004 19:31:05 -0000 1.272
@@ -1,3 +1,7 @@
+2004-12-17 Carl Worth <cworth at cworth.org>
+
+ * BUGS: Add bug about invalidating font caches.
+
2004-12-02 David Reveman <c99drn at cs.umu.se>
* src/cairo_gstate.c (_cairo_gstate_clip): Revert the "return early"
More information about the cairo-commit
mailing list