[cairo-commit] [cairo-www] 2 commits - src/todo.mdwn

Chris Wilson ickle at freedesktop.org
Mon Oct 13 16:02:06 PDT 2008


 src/todo.mdwn |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1401313ef8401070f52395ef7f4d9d64a7e14dd4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Oct 14 00:01:36 2008 +0100

    [todo] Remove optmize NEAREST patterns.
    
    Done.

diff --git a/src/todo.mdwn b/src/todo.mdwn
index 57283ab..4b21e04 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -138,10 +138,6 @@ Performance improvements
 
  * Inline fixed-point operations. (Needs profiling)
 
- * If the filter is NEAREST for an surface source and the transform is
-   an identity, we should be able to round non-integer translations
-   to integer translations, enabling fast code paths.
-
  * Can we speed up rounded-corners on rectangles? The vast majority of the
    pixels lie within square sections of the rectangle, so the performance
    should nearly be on a par with the simple square-cornered case. Is it?
commit bac87633aa44b89982c6f3041cf2a5af42b34d1b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Oct 13 22:34:49 2008 +0100

    [todo] Add WMF as a possible backend.

diff --git a/src/todo.mdwn b/src/todo.mdwn
index e453dd1..57283ab 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -332,6 +332,10 @@ Backend-specific improvements
 
   New backend to output Printer Command Language.
 
+ * WMF [new]
+
+  Cross-platform backend to generate Windows Meta Files.
+
 
 Test-suite improvements
 -----------------------


More information about the cairo-commit mailing list