[cairo-commit] cairo ChangeLog,1.338,1.339

Kristian Hogsberg commit at pdx.freedesktop.org
Thu Jan 27 11:59:58 PST 2005


Committed by: krh

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

Modified Files:
	ChangeLog 
Log Message:
[ Grr... previous commit from test/, missed the ChangLog changes ]

2005-01-27  Kristian Høgsberg  <krh at redhat.com>

        * test/write_png.c (unpremultiply_data):
        * test/read_png.c (premultiply_data):
        Fix missing rounding in these two functions.

        * test/coverage-ref.png:
        * test/clip_twice-ref.png:
        Update these to versions with properly rounded alpha values.

        * test/Makefile.am: Move clip_twice out of XFAIL now that rounding
        works.

        * test/.cvsignore: Add new test cases.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- ChangeLog	27 Jan 2005 19:35:25 -0000	1.338
+++ ChangeLog	27 Jan 2005 19:59:55 -0000	1.339
@@ -14,6 +14,21 @@
 
 2005-01-27  Kristian Høgsberg  <krh at redhat.com>
 
+	* test/write_png.c (unpremultiply_data): 
+	* test/read_png.c (premultiply_data):
+	Fix missing rounding in these two functions.
+
+	* test/coverage-ref.png:
+	* test/clip_twice-ref.png:
+	Update these to versions with properly rounded alpha values.
+	
+	* test/Makefile.am: Move clip_twice out of XFAIL now that rounding
+	works.
+	
+	* test/.cvsignore: Add new test cases.
+
+2005-01-27  Kristian Høgsberg  <krh at redhat.com>
+
 	The overall idea of this rewrite is that we want to pass the
 	source pattern all the way down into the backends.  The motivation
 	for this is that not all backends want a surface for the source




More information about the cairo-commit mailing list