[cairo-commit] cairo ChangeLog,1.923,1.924

Billy Biggs commit at pdx.freedesktop.org
Sat Aug 20 16:05:15 EST 2005


Committed by: vektor

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

Modified Files:
	ChangeLog 
Log Message:
	Fix for bug #4096:

	* src/cairo-png.c: (multiply_alpha), (premultiply_data): Improve
	the performance of png reading by adding special cases for fully
	transparent and fully opaque alpha, and using the standard
	optimization for 8-bit division by 255.

	* src/cairoint.h: Add an INLINE macro for gcc.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.923
retrieving revision 1.924
diff -u -d -r1.923 -r1.924
--- ChangeLog	19 Aug 2005 23:37:56 -0000	1.923
+++ ChangeLog	20 Aug 2005 06:05:13 -0000	1.924
@@ -1,3 +1,14 @@
+2005-08-20  Billy Biggs  <vektor at dumbterm.net>
+
+	Fix for bug #4096:
+
+	* src/cairo-png.c: (multiply_alpha), (premultiply_data): Improve
+	the performance of png reading by adding special cases for fully
+	transparent and fully opaque alpha, and using the standard
+	optimization for 8-bit division by 255.
+
+	* src/cairoint.h: Add an INLINE macro for gcc.
+
 2005-08-19  Carl Worth  <cworth at cworth.org>
 
 	From Bertram Felgenhauer <int-e at gmx.de>:



More information about the cairo-commit mailing list