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

Nis Martensen nmartensen at freedesktop.org
Sat Jan 29 11:05:12 PST 2011


 src/missing.mdwn |    4 ++--
 src/roadmap.mdwn |   13 +++++++++++--
 src/todo.mdwn    |    9 ---------
 3 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 1f8a8697f50e333fa3651234e4661be8f57d3492
Author: Nis Martensen <nis.martensen at web.de>
Date:   Sat Jan 29 19:58:07 2011 +0100

    turn wrong URL into a working link

diff --git a/src/missing.mdwn b/src/missing.mdwn
index d774b35..41f9da4 100644
--- a/src/missing.mdwn
+++ b/src/missing.mdwn
@@ -24,9 +24,9 @@ examples: http://ktown.kde.org/~fredrik/brtests/
 
 
 # Implementation Considerations
-An interesting development related to this is the Pixel Bender toolkit (http://labs.adobe.com/wiki/index.php/Pixel_Bender_Toolkit) which allows bitmap effects and blend modes to be written in a GLSL derived pixel language that can be executed on the CPU or the GPU. There are rumours of it going to be open sourced. LLVM could be used to implement something similar while taking advantage of optimizations on multiple architectures.
+An interesting development related to this is the Pixel Bender toolkit (<http://www.adobe.com/devnet/pixelbender.html>) which allows bitmap effects and blend modes to be written in a GLSL derived pixel language that can be executed on the CPU or the GPU. There are rumours of it going to be open sourced. LLVM could be used to implement something similar while taking advantage of optimizations on multiple architectures.
 
-Speaking of LLVM, it's wat Apple uses in its software accross hardware (mac,iphone,macpro) to provide fast software implementations of features lacking in GPU on specific hardware.
+Speaking of LLVM, it's what Apple uses in its software accross hardware (mac,iphone,macpro) to provide fast software implementations of features lacking in GPU on specific hardware.
 
 Java2D has a similar flexible method.
 
commit adcf7f08bbfbdba31eb3e8654fbf1c384fc403b1
Author: Nis Martensen <nis.martensen at web.de>
Date:   Sat Jan 29 19:15:39 2011 +0100

    move mesh gradients from todo to roadmap

diff --git a/src/roadmap.mdwn b/src/roadmap.mdwn
index fec0bea..776088d 100644
--- a/src/roadmap.mdwn
+++ b/src/roadmap.mdwn
@@ -56,6 +56,15 @@ to get involved with cairo.
 
 # cairo 1.12 (2011?)
 
+ ✓ Add support for programmatic patterns, (ie. arbitrary
+   gradients).
+
+   This should likely be modeled after PostScript Type 6 and Type 7
+   shading functions, (coons patch and tensor-product patch
+   meshes). See the [PostScript Language
+   Reference](http://www.adobe.com/products/postscript/pdfs/PLRM.pdf)
+   for details.
+
  • David Turner's [cairo-ft rewrite][]. (behdad)
 
    [cairo-ft rewrite]: http://david.freetype.org/cairo/
diff --git a/src/todo.mdwn b/src/todo.mdwn
index f490562..35ff632 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -33,15 +33,6 @@ Changes that add new API (API changes/removals will not be considered)
  * Add `CAIRO_FILL_RULE_INVERSE_WINDING` and `CAIRO_FILL_RULE_INVERSE_EVEN_ODD`
    or another way to provide that functionality.
 
- * Add support for programmatic patterns, (ie. arbitrary
-   gradients).
-
-   This should likely be modeled after PostScript Type 6 and Type 7
-   shading functions, (coons patch and tensor-product patch
-   meshes). See the [PostScript Language
-   Reference](http://www.adobe.com/products/postscript/pdfs/PLRM.pdf)
-   for details.
-
  * Add `cairo_arc_to`.
 
    see [Behdad's proposal with
commit 31743e80d89143bca43b5351787ca977dc3acce6
Author: Nis Martensen <nis.martensen at web.de>
Date:   Sat Jan 29 19:09:26 2011 +0100

    [roadmap] adapt dates

diff --git a/src/roadmap.mdwn b/src/roadmap.mdwn
index 8312e5b..fec0bea 100644
--- a/src/roadmap.mdwn
+++ b/src/roadmap.mdwn
@@ -21,7 +21,7 @@ to get involved with cairo.
 
  ✓ `cairo_show_text_glyphs` (in 1.7.4)
 
-# cairo 1.10 (April 2010?)
+# cairo 1.10 (September 6, 2010)
 
  ✓ Support for extended PDF blend mode operators (Benjamin Otte)
 
@@ -54,7 +54,7 @@ to get involved with cairo.
 
 	podofouncompress original.pdf new.pdf
 
-# cairo 1.12 (2010?)
+# cairo 1.12 (2011?)
 
  • David Turner's [cairo-ft rewrite][]. (behdad)
 


More information about the cairo-commit mailing list