[cairo-commit] cairo ChangeLog,1.1218,1.1219

Carl Worth commit at pdx.freedesktop.org
Fri Jan 13 11:02:29 PST 2006


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2006-01-13  Carl Worth  <cworth at cworth.org>

        * src/cairo-paginated-surface.c:
        (_cairo_paginated_surface_acquire_source_image), (_paint_page),
        (_cairo_paginated_surface_snapshot): Rip out the misguided
        paint-with-white and RGB24 surface code and go back to using
        ARGB32. It turns out that the PS backend already has its own
        blend-with-white code, and the test-paginated-surface really wants
        ARGB32.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1218
retrieving revision 1.1219
diff -u -d -r1.1218 -r1.1219
--- ChangeLog	13 Jan 2006 17:25:28 -0000	1.1218
+++ ChangeLog	13 Jan 2006 19:02:25 -0000	1.1219
@@ -1,5 +1,15 @@
 2006-01-13  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo-paginated-surface.c:
+	(_cairo_paginated_surface_acquire_source_image), (_paint_page),
+	(_cairo_paginated_surface_snapshot): Rip out the misguided
+	paint-with-white and RGB24 surface code and go back to using
+	ARGB32. It turns out that the PS backend already has its own
+	blend-with-white code, and the test-paginated-surface really wants
+	ARGB32.
+
+2006-01-13  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-win32-font.c: (_flush_glyphs): Eliminate cast of
 	state->dx.elements which has been wrong since the internals of
 	cairo_array_t changed on 2005-12-21. Now, hopefully less than all



More information about the cairo-commit mailing list