[cairo-commit] cairo ChangeLog,1.1192,1.1193
Carl Worth
commit at pdx.freedesktop.org
Wed Dec 21 17:04:04 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24873
Modified Files:
ChangeLog
Log Message:
2005-12-21 Carl Worth <cworth at cworth.org>
* src/test-meta-surface.c:
* src/cairo-paginated-surface.c: Don't implement create_similar
for the test-meta or the paginated surface. This was slowing
things down a _lot_ (about 11Ã for the mask test for example)
without any improvement in output quality. We can revisit this
again later if there's any output improvement to be had down the
road.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -d -r1.1192 -r1.1193
--- ChangeLog 22 Dec 2005 00:46:44 -0000 1.1192
+++ ChangeLog 22 Dec 2005 01:04:01 -0000 1.1193
@@ -1,5 +1,15 @@
2005-12-21 Carl Worth <cworth at cworth.org>
+ * src/test-meta-surface.c:
+ * src/cairo-paginated-surface.c: Don't implement create_similar
+ for the test-meta or the paginated surface. This was slowing
+ things down a _lot_ (about 11Ã for the mask test for example)
+ without any improvement in output quality. We can revisit this
+ again later if there's any output improvement to be had down the
+ road.
+
+2005-12-21 Carl Worth <cworth at cworth.org>
+
* src/Makefile.am:
* src/cairo-paginated-surface-private.h:
* src/cairo-paginated-surface.c: (_cairo_paginated_surface_create),
More information about the cairo-commit
mailing list