[cairo-commit] cairo ChangeLog,1.1120,1.1121

Keith Packard commit at pdx.freedesktop.org
Fri Oct 28 20:50:01 PDT 2005


Committed by: keithp

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

Modified Files:
	ChangeLog 
Log Message:
2005-10-28  Keith Packard  <keithp at keithp.com>

	* src/cairo-pattern.c: (_cairo_pattern_get_extents):
	* src/cairo-surface.c: (_fallback_mask):
	* src/cairoint.h:
	Bound mask fallback operation by transformed mask and
	source. This should speed up any applications calling
	cairo_mask with a bounded source or mask operand.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1120
retrieving revision 1.1121
diff -u -d -r1.1120 -r1.1121
--- ChangeLog	29 Oct 2005 03:41:22 -0000	1.1120
+++ ChangeLog	29 Oct 2005 03:49:59 -0000	1.1121
@@ -1,5 +1,14 @@
 2005-10-28  Keith Packard  <keithp at keithp.com>
 
+	* src/cairo-pattern.c: (_cairo_pattern_get_extents):
+	* src/cairo-surface.c: (_fallback_mask):
+	* src/cairoint.h:
+	Bound mask fallback operation by transformed mask and
+	source. This should speed up any applications calling
+	cairo_mask with a bounded source or mask operand.
+
+2005-10-28  Keith Packard  <keithp at keithp.com>
+
 	* src/cairo-gstate.c: (_cairo_operator_bounded_by_mask),
 	(_cairo_operator_bounded_by_source),
 	(_cairo_gstate_clip_and_composite),



More information about the cairo-commit mailing list