[cairo-commit] [cairo-www] src/roadmap.mdwn src/todo.mdwn

Carl Worth cworth at freedesktop.org
Tue Apr 1 16:18:16 PDT 2008


 src/roadmap.mdwn |   24 +++++++++++++-----------
 src/todo.mdwn    |    1 -
 2 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit d1bfd9c3a92fc2e18fc2d5b6a46d19167223d08c
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Apr 1 16:18:01 2008 -0700

    roadmap: Note which features are in the 1.5.16 snapshot

diff --git a/src/roadmap.mdwn b/src/roadmap.mdwn
index 1681446..c6df048 100644
--- a/src/roadmap.mdwn
+++ b/src/roadmap.mdwn
@@ -54,30 +54,34 @@ abgr8888) (in 1.5.2)
 	✓ 4945 Cairo doesn't support 8-bit pseudocolor visuals
 	✓ 9719 Cairo doesn't support 655 xlib format
 
- ✓ Depend on pixman 0.9.7 (with support for `CAIRO_EXTEND_PAD`)
+ ✓ Depend on pixman 0.10.0 (with support for `CAIRO_EXTEND_PAD`) (in 1.5.16)
 
- ✓ Fix clip-operator failure for cairo-ps/cairo-pdf
+ ✓ Fix clip-operator failure for cairo-ps/cairo-pdf (in 1.5.16)
 
- ✓ Fix operator-source failure for cairo-ps/cairo-pdf
+ ✓ Fix operator-source failure for cairo-ps/cairo-pdf (in 1.5.16)
 
- ✓ Adjust pixman dependency (to recent 0.10.0 release)
+ ✓ Fix stroke-image failure for cairo-svg (in 1.5.16)
 
- ✓ Fix stroke-image failure for cairo-svg (emmanuel)
+ ✓ Get cgfont code landed to reduce cairo-quartz failures (in 1.5.16)
 
- ✓ Get cgfont code landed to reduce cairo-quartz failures
+ ✓ Make cairo-quartz a supported backend (in 1.5.16)
 
 ## In-progress
 
- • Resolve buggy_repeat issue (cworth)
+ • Work around (or properly characterize) the bug(s) in the X server
+   causing extend-reflect test to hang it (the buggy_repeat issue)
+   (cworth)
 
 # cairo 1.6.x (Currently unscheduled)
 
+ • Add dithering for xlib fallbacks (behdad)
+
+ • Eliminate XGetImage from xlib fallbacks (behdad)
+
  • Enable X server-side gradients (cworth)
 
  • Fix all remaining XFAIL failures from the test suite.
 
- • Work around bug in X server causing extend-reflect test to hang it
-
  • Review and land AltiVec patches
 
  • Update bindings chapter of documentation to reflect new APIs
@@ -92,8 +96,6 @@ abgr8888) (in 1.5.2)
  • A significant improvement to pixman compositing code (jrmuizel)
    (jrmuizel's recent work and other ideas going on).
 
- • Make cairo-quartz a supported backend (vlad)
-
  • Make cairo-xcb a supported backend (Jamey Sharp)
 
  • Avoid re-embedding the same image in the PDF backend (adrianj)
diff --git a/src/todo.mdwn b/src/todo.mdwn
index 0c51e86..33daf58 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -140,6 +140,5 @@ Backend-specific improvements
 
  * Xlib backend
 
-    * Switch to server-side gradients
     * Switch to using XRenderAddTraps rather than XRenderCompositeTrapezoids
     * Use XlibRectStretch for nearest-neighbor image scaling.


More information about the cairo-commit mailing list