[cairo-commit] cairo ChangeLog,1.1183,1.1184

Carl Worth commit at pdx.freedesktop.org
Tue Dec 20 09:37:17 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-12-20  Carl Worth  <cworth at cworth.org>

        * src/cairoint.h:
        * src/cairo-gstate.c: (_cairo_gstate_get_antialias):
        * src/cairo-surface-fallback.c: (_create_composite_mask_pattern),
        (_clip_and_composite_with_mask), (_clip_and_composite_combine),
        (_clip_and_composite_source), (_cairo_rectangle_empty),
        (_clip_and_composite), (_composite_trap_region),
        (_composite_traps_draw_func), (_clip_and_composite_trapezoids),
        (_cairo_surface_fallback_paint), (_cairo_surface_fallback_mask),
        (_cairo_surface_fallback_stroke), (_cairo_surface_fallback_fill),
        (_cairo_surface_fallback_show_glyphs): Move more fallback code
        from cairo-gstate.c to cairo-surface-fallback.c where it
        belongs. In the process, clean up the function names a bit and
        make the whole mess static.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1183
retrieving revision 1.1184
diff -u -d -r1.1183 -r1.1184
--- ChangeLog	20 Dec 2005 06:45:41 -0000	1.1183
+++ ChangeLog	20 Dec 2005 17:37:15 -0000	1.1184
@@ -1,3 +1,19 @@
+2005-12-20  Carl Worth  <cworth at cworth.org>
+
+	* src/cairoint.h:
+	* src/cairo-gstate.c: (_cairo_gstate_get_antialias):
+	* src/cairo-surface-fallback.c: (_create_composite_mask_pattern),
+	(_clip_and_composite_with_mask), (_clip_and_composite_combine),
+	(_clip_and_composite_source), (_cairo_rectangle_empty),
+	(_clip_and_composite), (_composite_trap_region),
+	(_composite_traps_draw_func), (_clip_and_composite_trapezoids),
+	(_cairo_surface_fallback_paint), (_cairo_surface_fallback_mask),
+	(_cairo_surface_fallback_stroke), (_cairo_surface_fallback_fill),
+	(_cairo_surface_fallback_show_glyphs): Move more fallback code
+	from cairo-gstate.c to cairo-surface-fallback.c where it
+	belongs. In the process, clean up the function names a bit and
+	make the whole mess static.
+
 2005-12-19  Carl Worth  <cworth at cworth.org>
 
 	* src/Makefile.am:



More information about the cairo-commit mailing list