[cairo-commit] cairo ChangeLog,1.541,1.542 TODO,1.49,1.50

Carl Worth commit at pdx.freedesktop.org
Tue May 3 08:16:49 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog TODO 
Log Message:

        * TODO: Add suggestion for copy-on-write regions to fix clip
        region problems.

        * src/Makefile.am (install-data-local): Fix check for old headers
        to respect DESTDIR, (to work better when cross-compiling, etc.).
        Thanks to Luke-Jr <luke-jr at utopios.org>.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- ChangeLog	2 May 2005 21:20:07 -0000	1.541
+++ ChangeLog	3 May 2005 15:16:47 -0000	1.542
@@ -1,3 +1,12 @@
+2005-05-03  Carl Worth  <cworth at cworth.org>
+
+	* TODO: Add suggestion for copy-on-write regions to fix clip
+	region problems.
+
+	* src/Makefile.am (install-data-local): Fix check for old headers
+	to respect DESTDIR, (to work better when cross-compiling, etc.).
+	Thanks to Luke-Jr <luke-jr at utopios.org>.
+	
 2005-05-02  Owen Taylor  <otaylor at redhat.com>
 
 	* src/cairo-ft-font.c (_cairo_ft_scaled_font_font_extents): Changes the

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- TODO	28 Apr 2005 20:41:00 -0000	1.49
+++ TODO	3 May 2005 15:16:47 -0000	1.50
@@ -164,3 +164,7 @@
 * Verification, profiling, optimization.
 
 	centi_unfinished.svg may provide a good test case.
+
+* Implement copy-on-write regions in pixman as a more complete
+  solution than the BAD_NESTING stuff to Owen's "Clip region problems"
+  thread.




More information about the cairo-commit mailing list