[cairo-commit] cairo ChangeLog,1.366,1.367

Kristian Hogsberg commit at pdx.freedesktop.org
Sat Feb 12 12:59:55 PST 2005


Committed by: krh

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

Modified Files:
	ChangeLog 
Log Message:
2005-02-12  Kristian Høgsberg  <krh at redhat.com>

        * src/cairo_gstate.c
        (_cairo_gstate_clip_and_composite_trapezoids): Make clipping fast
        path fast.  When we have a clipping region set, intersect it
        against the drawing extents to determine the bounding box for the
        visible drawing.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- ChangeLog	10 Feb 2005 15:46:46 -0000	1.366
+++ ChangeLog	12 Feb 2005 20:59:53 -0000	1.367
@@ -1,3 +1,11 @@
+2005-02-12  Kristian Høgsberg  <krh at redhat.com>
+
+	* src/cairo_gstate.c
+	(_cairo_gstate_clip_and_composite_trapezoids): Make clipping fast
+	path fast.  When we have a clipping region set, intersect it
+	against the drawing extents to determine the bounding box for the
+	visible drawing.
+
 2005-02-10  Carl Worth  <cworth at cworth.org>
 
 	* BUGS: Add bug for cairo_show_surface under non-default CTM.




More information about the cairo-commit mailing list