[cairo-commit] cairo ChangeLog,1.496,1.497

Carl Worth commit at pdx.freedesktop.org
Tue Apr 12 09:14:16 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-pattern.c:
        * src/cairo-surface.c: (_cairo_surface_init): Default to
        CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.

        * src/cairo-pattern.c:
        (_cairo_pattern_acquire_surface_for_surface): Optimize to use
        CAIRO_FILTER_NEAREST when the pattern matrix is an integer
        translation.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -d -r1.496 -r1.497
--- ChangeLog	12 Apr 2005 14:57:46 -0000	1.496
+++ ChangeLog	12 Apr 2005 16:14:14 -0000	1.497
@@ -1,6 +1,17 @@
 2005-04-12  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-pattern.c:
+	* src/cairo-surface.c: (_cairo_surface_init): Default to
+	CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.
+
+	* src/cairo-pattern.c:
+	(_cairo_pattern_acquire_surface_for_surface): Optimize to use
+	CAIRO_FILTER_NEAREST when the pattern matrix is an integer
+	translation.
+
+2005-04-12  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-pattern.c:
 	(_cairo_pattern_acquire_surface_for_surface):
 	* src/cairo-surface.c: (_cairo_surface_init): Use
 	CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.




More information about the cairo-commit mailing list