diff options
author | Carl Worth <cworth@cworth.org> | 2003-08-29 17:57:08 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-08-29 17:57:08 +0000 |
commit | 44b3c4ca7875c20429d983c47437e16a01c45d3a (patch) | |
tree | 22248ffb8ffff67492680956ce6025cc457625f0 /ChangeLog | |
parent | 0ed4d32d87695599f66568e3f966f08ca060c9c6 (diff) |
Optimized _cairo_surface_composite for compositing local memory surface with an X11 server surface.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |