[cairo-commit] 2 commits - ROADMAP

Carl Worth cworth at kemper.freedesktop.org
Tue Feb 6 19:06:33 PST 2007


 ROADMAP |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

New commits:
diff-tree d07827ba2a225f880f4bbf6980872f5ae8898288 (from 672a668da1002dbcecda2e4805c6b54c86d4cff7)
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Feb 6 19:06:23 2007 -0800

    ROADMAP: Drop 1.3.6 which is already in the past and note 8379 fix and pixman gradient improvements

diff --git a/ROADMAP b/ROADMAP
index 6877c4a..5bbd205 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -44,17 +44,13 @@ cairo 1.3.14
  ✓ 8801 text rendering lacking locking in multithreaded apps
    cairo_show_text has incorrect spacing on win32
 
-cairo 1.3.6
-===========
- ✓ Bankers' rounding bug in _cairo_lround (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217819)
-
 cairo 1.4.0 ideas (think performance!)
 ======================================
 ✓ Implement framework for performance regression testing
 
  Investigate "low-hanging fruit" identified by David Turner (write test case for each)
 
- Look into speeding up pixman gradients
+✓ Look into speeding up pixman gradients
 
 ✓ Look into improving text positioning/placement on ARM (with no hardware floating-point)
 
@@ -77,7 +73,7 @@ cairo 1.4.0 ideas (think performance!)
  -----------
    CAIRO_EXTEND_PAD is not implemented for surface patterns
   ✓CAIRO_FORMAT_RGB16_565 should be deprecated
-   8379 infinite loop when stroking (see 8379 branch in cworth tree)
+  ✓8379 infinite loop when stroking (see 8379 branch in cworth tree)
 
 For other ideas that have been proposed for cairo but are not yet
 scheduled on the roadmap of any particular release, please see the
diff-tree 672a668da1002dbcecda2e4805c6b54c86d4cff7 (from db3493bef7dba1e960f59563925fd9c5e75cb4ca)
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Feb 6 19:05:07 2007 -0800

    ROADMAP: Note that the 8801 locking bug is fixed.

diff --git a/ROADMAP b/ROADMAP
index 3ee0043..6877c4a 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -41,7 +41,7 @@ cairo 1.3.14
  Bugs to fix:
  ✓ "issue with rotated image sources" from Benjamin Otte on mailing list
  ✓ "Problem with linear gradients and reflect mode post-rewrite" from T Rowley on list
-   8801 text rendering lacking locking in multithreaded apps
+ ✓ 8801 text rendering lacking locking in multithreaded apps
    cairo_show_text has incorrect spacing on win32
 
 cairo 1.3.6


More information about the cairo-commit mailing list