mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-30 23:47:59 +02:00
Add note that glyph measurement performance needs to improve.
This commit is contained in:
parent
4329b70963
commit
efb413c084
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
ROADMAP
3
ROADMAP
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue