[cairo-commit] glitz ChangeLog,1.12,1.13 TODO,1.1.1.1,1.2

David Reveman commit at pdx.freedesktop.org
Sun May 2 04:41:51 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv9428

Modified Files:
	ChangeLog TODO 
Log Message:
Added planned features and some ideas

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** a/ChangeLog	1 May 2004 20:36:34 -0000	1.12
--- b/ChangeLog	2 May 2004 11:41:47 -0000	1.13
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-05-02  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* TODO: Added planned features and some ideas.
+ 
  2004-05-01  David Reveman  <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** a/TODO	30 Mar 2004 17:07:18 -0000	1.1.1.1
--- b/TODO	2 May 2004 11:41:47 -0000	1.2
***************
*** 0 ****
--- 1,24 ----
+ * Improve status handling. Operations on surfaces with status other than
+   "Success" should be ignored.
+ 
+ * Add library cleanup function.
+ 
+ * Copy area operation.
+ 
+ * Support simultaneous transform and repeat.
+ 
+ * Alpha scaling of source surface with polygon rendering.
+ 
+ * Add filter type GLITZ_FILTER_ANISOTROPIC.
+ 
+ * Text support. Glyph set management, glyph and string compositing
+   operations. Some ideas: Multi-texturing for compositing multiple glyphs 
+   per render pass, Sub-pixel rendering, vector text; glyphs loaded into 
+   display lists.
+ 
+ * Projective transformations.
+ 
+ * A programmable surface type which can store a set of rendering operations
+   in a display list.
+ 
+ * WGL (Windows GL) backend.





More information about the cairo-commit mailing list