[cairo-commit] cairo ROADMAP,1.18,1.19 ChangeLog,1.712,1.713

Carl Worth commit at pdx.freedesktop.org
Mon Jul 11 16:24:21 PDT 2005


Committed by: cworth

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

Modified Files:
	ROADMAP ChangeLog 
Log Message:
Add note that glyph measurement performance needs to improve.

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ROADMAP	11 Jul 2005 23:09:55 -0000	1.18
+++ ROADMAP	11 Jul 2005 23:24:19 -0000	1.19
@@ -123,3 +123,6 @@
  P2. Generate better trapezoids to go easier on the rasterizer
 	Difficulty: moderate to hard
 	Status: cworth drafted a plan to the list
+
+ P3. Glyph measurement needs to be sped up.
+	Status: Now planned as part of "cache lock deadlock" above.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.712
retrieving revision 1.713
diff -u -d -r1.712 -r1.713
--- ChangeLog	11 Jul 2005 23:09:55 -0000	1.712
+++ ChangeLog	11 Jul 2005 23:24:19 -0000	1.713
@@ -2,6 +2,7 @@
 
 	* ROADMAP: Add cache lock deadlock problem to roadmap for 0.5.2.
 	Fix typo (cairo_ft_options_t -> cairo_font_options_t).
+	Add note that glyph measurement performance needs to improve.
 
 	* src/cairoint.h: Disable mutex locks, (making the caches
 	non-thread-safe again, just like they were in the last snapshot




More information about the cairo-commit mailing list