summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-08-29 17:57:08 +0000
committerCarl Worth <cworth@cworth.org>2003-08-29 17:57:08 +0000
commit44b3c4ca7875c20429d983c47437e16a01c45d3a (patch)
tree22248ffb8ffff67492680956ce6025cc457625f0 /ChangeLog
parent0ed4d32d87695599f66568e3f966f08ca060c9c6 (diff)
Optimized _cairo_surface_composite for compositing local memory surface with an X11 server surface.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 733a40fe..cb902f87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-29 Carl Worth <cworth@isi.edu>
+
+ * src/cairo_surface.c (_cairo_surface_composite): Optimized case
+ where src is in memory, dst is on server, and mask is NULL. Will
+ now do a single XPutImage rather than the painful
+ GetImage/PutImage dance of the general code.
+
2003-08-28 Carl Worth <cworth at east.isi.edu>
* src/cairo_traps.c (_line_segs_intersect_ceil): One more