2005-06-22 17:09:08 +00:00
|
|
|
cairo 0.5.2
|
|
|
|
|
===========
|
2005-07-18 08:04:16 +00:00
|
|
|
✓ Get tor to sign off that the win32 stuff is up to snuff
|
|
|
|
|
✓ glyph path patch reviewed and committed
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-07-07 01:15:21 +00:00
|
|
|
✓ Fix the BadMatch error introduced between 0.5.0 and 0.5.1:
|
2005-06-22 22:12:09 +00:00
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=3604
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-07-07 01:15:21 +00:00
|
|
|
(It turns out this was just exposing an old bug in libpixman
|
|
|
|
|
0.1.4 which is already fixed in libpixman 0.1.5)
|
|
|
|
|
|
|
|
|
|
Add a workaround for Render's overlapping source/dest bug
|
2005-07-18 08:04:16 +00:00
|
|
|
✓ Use XCopyArea when possible (integer translation)
|
|
|
|
|
Otherwise make a copy of the source
|
2005-06-23 12:45:38 +00:00
|
|
|
|
2005-07-11 16:07:08 +00:00
|
|
|
Fix the cache lock deadlocking problems.
|
|
|
|
|
Difficulty: Hard
|
|
|
|
|
Status: The cache code was ugly enough that I ended up doing a
|
|
|
|
|
major rewrite rather than just reviewing the
|
|
|
|
|
locking. The upside is that the rewrite should also
|
|
|
|
|
add the missing metrics caches which will fix some
|
|
|
|
|
performance problems with text measurement. Almost
|
|
|
|
|
done now.
|
|
|
|
|
|
2005-04-08 13:44:22 +00:00
|
|
|
cairo 1.0 release requirements
|
|
|
|
|
==============================
|
|
|
|
|
|
|
|
|
|
Implementation work
|
|
|
|
|
-------------------
|
2005-04-11 06:56:10 +00:00
|
|
|
I1. Fix clipping to be sane
|
2005-04-08 13:44:22 +00:00
|
|
|
Dificulty: moderate
|
|
|
|
|
Status: cworth has started looking at this
|
|
|
|
|
|
2005-04-11 06:56:10 +00:00
|
|
|
I2. Real PostScript/PDF fallbacks (cairo_meta_surface_t)
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: hard
|
2005-07-11 13:37:43 +00:00
|
|
|
Status: krh has committed cairo_meta_surface_t and a preliminary
|
|
|
|
|
version of cairo_ps_surface_t that uses it.
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-06-23 15:52:37 +00:00
|
|
|
I3. Add support for sub-pixel (ARGB) rendering of text.
|
2005-07-11 13:37:43 +00:00
|
|
|
Status: keithp walked cworth through this. Patch sent to the
|
|
|
|
|
list is almost complete.
|
2005-06-23 15:52:37 +00:00
|
|
|
|
2005-04-18 05:25:57 +00:00
|
|
|
API Issues (more detail in TODO file)
|
|
|
|
|
-------------------------------------
|
2005-04-26 13:05:51 +00:00
|
|
|
✓A1. Add cairo_paint
|
2005-04-11 06:56:10 +00:00
|
|
|
Difficulty: moderate or moderate to minor
|
|
|
|
|
Dependencies: much easier after [I1]. needs some cleanups from [A4]
|
2005-04-26 13:05:51 +00:00
|
|
|
Status: Done
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-05-06 13:42:45 +00:00
|
|
|
✓A2. Add cairo_mask
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: moderate
|
2005-05-06 13:42:45 +00:00
|
|
|
Status: Done
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-04-11 06:56:10 +00:00
|
|
|
A3. Add cairo_begin/end/get_group
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: easy to hard (depending on how sophisticated an
|
|
|
|
|
implementation is acceptable, and whether the
|
|
|
|
|
cairo_meta_surface_t mentioned in [I2] is done)
|
2005-07-11 13:37:43 +00:00
|
|
|
|
|
|
|
|
Status: cworth has a posted a preliminary patch, and keithp,
|
|
|
|
|
krh, and otaylor answered all the tough questions it
|
|
|
|
|
raised. There's not much work left to finish this one.
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-04-18 05:25:57 +00:00
|
|
|
✓A4. Make set_source consistent
|
2005-04-11 06:56:10 +00:00
|
|
|
Difficulty: easy
|
|
|
|
|
Dependencies: needs [A2,A3] to avoid losing functionality,
|
|
|
|
|
(but we may just live with that as we've now got
|
|
|
|
|
a circular dependency)
|
2005-04-18 05:25:57 +00:00
|
|
|
Status: Done.
|
2005-04-11 06:56:10 +00:00
|
|
|
|
2005-04-26 13:05:51 +00:00
|
|
|
✓A5. Add cairo_clip/fill/stroke_preserve
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: easy
|
2005-04-26 13:05:51 +00:00
|
|
|
Status: Done.
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-05-06 13:42:45 +00:00
|
|
|
✓A6. Just eliminate a bunch of functions:
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-05-06 13:42:45 +00:00
|
|
|
✓ cairo_set_target_*
|
|
|
|
|
✓ cairo_copy
|
|
|
|
|
✓ cairo_surface_set_repeat/matrix/filter
|
|
|
|
|
✓ cairo_show_surface
|
2005-04-08 13:44:22 +00:00
|
|
|
|
|
|
|
|
Difficulty: trivial
|
2005-04-11 06:56:10 +00:00
|
|
|
Dependencies: eliminating cairo_show_surface depends on [A1]
|
2005-05-06 13:42:45 +00:00
|
|
|
Status: Done.
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-04-11 06:56:10 +00:00
|
|
|
A7. cairo_surface_mark_dirty
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: trivial to add API, moderate to actually optimize
|
|
|
|
|
based on it
|
|
|
|
|
Status: cworth has sent API proposal to list
|
|
|
|
|
|
2005-07-11 13:29:45 +00:00
|
|
|
✓A8. cairo_content_t:
|
2005-04-28 13:41:00 +00:00
|
|
|
Difficulty: moderate. It's just going through and examining
|
|
|
|
|
each use of cairo_format_t, but there are a lot
|
|
|
|
|
of them.
|
2005-07-11 13:29:45 +00:00
|
|
|
Status: Done.
|
2005-04-28 13:41:00 +00:00
|
|
|
|
2005-06-10 13:23:24 +00:00
|
|
|
A9. consistent error handling for all objects
|
|
|
|
|
Difficulty: Easy to implement to get the API right. Hard to test.
|
2005-06-15 16:52:11 +00:00
|
|
|
Status: Done for cairo_t, cairo_path_t, and cairo_pattern_t.
|
|
|
|
|
Still need to do cairo_font_face_t,
|
|
|
|
|
cairo_scaled_font_t, and cairo_surface_t.
|
2005-06-10 13:23:24 +00:00
|
|
|
|
2005-07-11 16:09:55 +00:00
|
|
|
A10. cairo_font_options_t
|
2005-07-11 14:03:51 +00:00
|
|
|
Difficulty: Moderate
|
|
|
|
|
Status: Owen has done all the hard thinking, and we've got
|
|
|
|
|
consensus on the API now. Owen's working on a patch.
|
|
|
|
|
|
|
|
|
|
A11. cairo_xlib_surface_create needs to be screen-aware
|
|
|
|
|
Difficulty: Easy
|
|
|
|
|
Status: Keith has cooked up a patch with an APi that should be
|
|
|
|
|
sufficient. It still needs testing on multi-screen X
|
|
|
|
|
server.
|
|
|
|
|
|
|
|
|
|
A12. cairo_xlib_surface_set_drawable
|
|
|
|
|
Difficulty: Easy
|
|
|
|
|
Status: Keith has a patch sitting ready on the list.
|
|
|
|
|
|
2005-04-08 13:44:22 +00:00
|
|
|
Performance work
|
|
|
|
|
----------------
|
2005-04-18 05:25:57 +00:00
|
|
|
✓P1. Make pixel-aligned rectangle compositing fast
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: moderate to easy
|
2005-04-18 05:25:57 +00:00
|
|
|
Status: Done.
|
2005-04-08 13:44:22 +00:00
|
|
|
|
2005-04-11 06:56:10 +00:00
|
|
|
P2. Generate better trapezoids to go easier on the rasterizer
|
2005-04-08 13:44:22 +00:00
|
|
|
Difficulty: moderate to hard
|
|
|
|
|
Status: cworth drafted a plan to the list
|
2005-07-11 16:24:19 +00:00
|
|
|
|
|
|
|
|
P3. Glyph measurement needs to be sped up.
|
|
|
|
|
Status: Now planned as part of "cache lock deadlock" above.
|