Add note that glyph measurement performance needs to improve.

This commit is contained in:
Carl Worth 2005-07-11 16:24:19 +00:00
parent 4329b70963
commit efb413c084
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -123,3 +123,6 @@ Performance work
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.