[cairo-commit] [cairo-www] src/todo.mdwn
Chris Wilson
ickle at freedesktop.org
Mon Oct 13 09:08:36 PDT 2008
src/todo.mdwn | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
New commits:
commit e6dcc942ca364c17eb1fa84d797f7ba55f6a778f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Mon Oct 13 17:08:16 2008 +0100
[todo] Further attempts to fix whitespace
diff --git a/src/todo.mdwn b/src/todo.mdwn
index c98b184..aa4e0a6 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -287,29 +287,29 @@ Other fixes
[example](http://www.adobe.com/products/creativesuite/pdfs/txpguidecs2.pdf)
- * Make `cairo_surface_show_page()` call XFlush() (and friends).
+ * Make `cairo_surface_show_page()` call XFlush() (and friends).
- Is this a good idea? What does it mean and what impact will it have?
- Discuss.
+ Is this a good idea? What does it mean and what impact will it have?
+ Discuss.
- * FSAA (full-scene antialiasing)
+ * FSAA (full-scene antialiasing)
Can be done on top of cairo, but it would useful to have a reference
implementation. In many things this is akin to fallback resolution, and
so it would be a useful exercise to do this with an exported meta-surface...
- 1) Create intermediate target image scaled up by a factor of N in both
+ 1) Create intermediate target image scaled up by a factor of N in both
directions.
- 2) Disable anti-aliasing.
+ 2) Disable anti-aliasing.
- 3) Tolerance? Other scaling issue?
+ 3) Tolerance? Other scaling issue?
- 4) Draw scene
+ 4) Draw scene
- 5) Down-sample intermediate target surface.
+ 5) Down-sample intermediate target surface.
- 6) Return as pattern/surface
+ 6) Return as pattern/surface
Backend-specific improvements
More information about the cairo-commit
mailing list