[cairo-commit] cairo ChangeLog,1.279,1.280

Alexander Larsson commit at pdx.freedesktop.org
Mon Dec 20 09:44:01 PST 2004


Committed by: alexl

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

Modified Files:
	ChangeLog 
Log Message:
2004-12-20  Alexander Larsson  <alexl at redhat.com>

	* src/cairoint.h:
	Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor
	and _cairo_fixed_integer_ceil.
	
	* src/cairo.c: (cairo_restore):
	Call _cairo_gstate_restore_external_state on restore.
	
	* src/cairo_cache.c: (_cache_lookup):
	Fix cache-misses.
	
	* src/cairo_fixed.c: (_cairo_fixed_integer_floor),
	(_cairo_fixed_integer_ceil):
	Implement floor and ceil
	
	* src/cairo_gstate.c:
	(_cairo_gstate_restore_external_state):
	Restore surface clip region on restroe.
	
	(_calculate_region_for_intermediate_clip_surface),
	(_cairo_gstate_clip_and_composite_trapezoids),
	(_cairo_gstate_show_surface), (_cairo_gstate_show_glyphs):
	Create intermediate clip surfaces of the minimal required
	size.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -d -r1.279 -r1.280
--- ChangeLog	20 Dec 2004 16:58:38 -0000	1.279
+++ ChangeLog	20 Dec 2004 17:43:59 -0000	1.280
@@ -1,3 +1,29 @@
+2004-12-20  Alexander Larsson  <alexl at redhat.com>
+
+	* src/cairoint.h:
+	Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor
+	and _cairo_fixed_integer_ceil.
+	
+	* src/cairo.c: (cairo_restore):
+	Call _cairo_gstate_restore_external_state on restore.
+	
+	* src/cairo_cache.c: (_cache_lookup):
+	Fix cache-misses.
+	
+	* src/cairo_fixed.c: (_cairo_fixed_integer_floor),
+	(_cairo_fixed_integer_ceil):
+	Implement floor and ceil
+	
+	* src/cairo_gstate.c:
+	(_cairo_gstate_restore_external_state):
+	Restore surface clip region on restroe.
+	
+	(_calculate_region_for_intermediate_clip_surface),
+	(_cairo_gstate_clip_and_composite_trapezoids),
+	(_cairo_gstate_show_surface), (_cairo_gstate_show_glyphs):
+	Create intermediate clip surfaces of the minimal required
+	size.
+
 2004-12-20  Carl Worth  <cworth at cworth.org>
 
 	* AUTHORS: Add Alexander Larsson to AUTHORS list.




More information about the cairo-commit mailing list