[cairo-commit] cairo ChangeLog,1.736,1.737 ROADMAP,1.19,1.20

Vladimir Vukicevic commit at pdx.freedesktop.org
Fri Jul 15 13:45:22 PDT 2005


Committed by: vladimir

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv30887

Modified Files:
	ChangeLog ROADMAP 
Log Message:
2005-07-15  Vladimir Vukicevic  <vladimir at pobox.com>

	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_composite,
	_recategorize_composite_repeat): Use XCopyArea when
	possible, for optimization and bug workaround.

	* test/composite-integer-translate-{source,over,over-repeat}.c:
	Exercise XCopyArea, XRenderComposite, and XSetTile/XFillRectangle
	paths for _cairo_xlib_surface_composite



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.736
retrieving revision 1.737
diff -u -d -r1.736 -r1.737
--- ChangeLog	15 Jul 2005 17:39:59 -0000	1.736
+++ ChangeLog	15 Jul 2005 20:45:19 -0000	1.737
@@ -1,3 +1,13 @@
+2005-07-15  Vladimir Vukicevic  <vladimir at pobox.com>
+
+	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_composite,
+	_recategorize_composite_repeat): Use XCopyArea when
+	possible, for optimization and bug workaround.
+
+	* test/composite-integer-translate-{source,over,over-repeat}.c:
+	Exercise XCopyArea, XRenderComposite, and XSetTile/XFillRectangle
+	paths for _cairo_xlib_surface_composite
+
 2005-07-15  Carl Worth  <cworth at cworth.org>
 
 	* test/Makefile.am: Add new check-valgrind target for running the

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ROADMAP	11 Jul 2005 23:24:19 -0000	1.19
+++ ROADMAP	15 Jul 2005 20:45:19 -0000	1.20
@@ -10,7 +10,7 @@
 	 0.1.4 which is already fixed in libpixman 0.1.5)
 
   Add a workaround for Render's overlapping source/dest bug
-	Use XCopyArea when possible (integer translation)
+✓	Use XCopyArea when possible (integer translation)
 	Otherwise make a copy of the source
 
   Fix the cache lock deadlocking problems.




More information about the cairo-commit mailing list