[cairo-commit] cairo ChangeLog,1.881,1.882

Carl Worth commit at pdx.freedesktop.org
Sat Aug 13 01:38:57 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2005-08-11  Carl Worth  <cworth at cworth.org>

        Reviewed by: keithp

        * src/cairoint.h: Add hash_entry field to cairo_scaled_font_t so
        that it can be hashed.

        * src/cairo-font.c: (_cairo_scaled_font_map_lock),
        (_cairo_scaled_font_map_unlock), (_cairo_scaled_font_map_destroy),
        (_cairo_scaled_font_init_key), (_cairo_scaled_font_keys_equal),
        (_cairo_scaled_font_init), (_cairo_scaled_font_fini),
        (cairo_scaled_font_create), (cairo_scaled_font_reference),
        (cairo_scaled_font_destroy), (_cairo_font_reset_static_data):
        Convert the font_face/matrix/ctm/options => cairo_scaled_font_t
        mapping from a two-layer cairo-cache.c implementation to a single
        cairo-hash.c implementation backed by a simple array for the
        secondary cache.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- ChangeLog	13 Aug 2005 08:17:06 -0000	1.881
+++ ChangeLog	13 Aug 2005 08:38:55 -0000	1.882
@@ -1,3 +1,21 @@
+2005-08-11  Carl Worth  <cworth at cworth.org>
+
+	Reviewed by: keithp
+
+	* src/cairoint.h: Add hash_entry field to cairo_scaled_font_t so
+	that it can be hashed.
+
+	* src/cairo-font.c: (_cairo_scaled_font_map_lock),
+	(_cairo_scaled_font_map_unlock), (_cairo_scaled_font_map_destroy),
+	(_cairo_scaled_font_init_key), (_cairo_scaled_font_keys_equal),
+	(_cairo_scaled_font_init), (_cairo_scaled_font_fini),
+	(cairo_scaled_font_create), (cairo_scaled_font_reference),
+	(cairo_scaled_font_destroy), (_cairo_font_reset_static_data):
+	Convert the font_face/matrix/ctm/options => cairo_scaled_font_t
+	mapping from a two-layer cairo-cache.c implementation to a single
+	cairo-hash.c implementation backed by a simple array for the
+	secondary cache.
+
 2005-08-13  Behdad Esfahbod  <behdad at behdad.org>
 
 	* src/cairo-path-data.c (_cairo_path_data_append_to_context):
@@ -36,6 +54,8 @@
 
 2005-08-08  Carl Worth  <cworth at cworth.org>
 
+	Reviewed by: keithp
+
 	* src/cairoint.h: Add hash_entry field to cairo_font_face_t so
 	that it can (optionally) be hashed.
 
@@ -52,6 +72,8 @@
 
 2005-08-11  Carl Worth  <cworth at cworth.org>
 
+	Reviewed by: keithp
+
 	* src/cairo-ft-font.c: (_cairo_ft_unscaled_font_init),
 	(_cairo_ft_unscaled_font_init_key),
 	(_cairo_ft_unscaled_font_keys_equal),




More information about the cairo-commit mailing list