[cairo-commit] cairo ChangeLog,1.800,1.801 ROADMAP,1.28,1.29

Carl Worth commit at pdx.freedesktop.org
Fri Jul 29 15:35:21 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22342

Modified Files:
	ChangeLog ROADMAP 
Log Message:

        * ROADMAP: Remove completed 0.6 tasks. Add cairo_surface_flush to
        the cairo_surface_mark_dirty task.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.800
retrieving revision 1.801
diff -u -d -r1.800 -r1.801
--- ChangeLog	29 Jul 2005 22:31:48 -0000	1.800
+++ ChangeLog	29 Jul 2005 22:35:19 -0000	1.801
@@ -1,3 +1,8 @@
+2005-07-29  Carl Worth  <cworth at cworth.org>
+
+	* ROADMAP: Remove completed 0.6 tasks. Add cairo_surface_flush to
+	the cairo_surface_mark_dirty task.
+
 2005-07-29  T Rowley  <tim.rowley at gmail.com>
 
 	* src/cairo-atsui-font.c ( _cairo_atsui_font_create):

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ROADMAP	28 Jul 2005 17:51:37 -0000	1.28
+++ ROADMAP	29 Jul 2005 22:35:19 -0000	1.29
@@ -1,22 +1,3 @@
-cairo 0.6 release requirements
-==============================
-The cairo 0.6 snapshot is intended to intended to have the last of the
-API _changes_ prior to cairo 1.0. Here they are:
-
-API changes
------------
-✓ A9. consistent error handling for all objects
-	Difficulty: Easy to implement to get the API right. Hard to test.
-	Status: Done.
-
-✓ A10. cairo_font_options_t
-	Difficulty: Moderate
-	Status: Done.
-
-✓ A11. cairo_xlib_surface_create needs to be screen-aware
-	Difficulty: Easy
-	Status: Done.
-
 cairo 1.0 release requirements
 ==============================
 Implementation work
@@ -60,10 +41,12 @@
 		krh, and otaylor answered all the tough questions it
 		raised. There's not much work left to finish this one.
 
- A7. cairo_surface_mark_dirty
+ A7. cairo_surface_mark_dirty and cairo_surface_flush
 	Difficulty: trivial to add API, moderate to actually optimize
 		    based on it
-	Status: cworth has sent API proposal to list
+	Status: cworth has sent an API proposal to the list for
+		cairo_surface_mark_dirty. Recent discussions suggest
+		that cairo_surface_flush will need to reset the clip.
 
 ✓A12. cairo_xlib_surface_set_drawable
 	Difficulty: Easy




More information about the cairo-commit mailing list