[cairo-commit] libglc ChangeLog,1.35,1.36 TODO,1.11,1.12

David Reveman commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005


Committed by: davidr

Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv19637

Modified Files:
	ChangeLog TODO 
Log Message:
Added programmatic surface support

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** a/ChangeLog	23 Feb 2004 22:38:14 -0000	1.35
--- b/ChangeLog	26 Feb 2004 10:16:04 -0000	1.36
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-02-26    <c99drn at cs.umu.se>
+ 
+ 	Added programmatic surface support. Two types on programmatic
+ 	surfaces are currently supported, linear and radial gradients.
+ 	I also like to have a function based gradient and linear and
+ 	radial guassian shadings.
+ 
  2004-02-23    <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/libglc/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** a/TODO	21 Feb 2004 03:19:11 -0000	1.11
--- b/TODO	26 Feb 2004 10:16:04 -0000	1.12
***************
*** 1,4 ****
- * Dynamic procedure address lookup for AGL backend.
- * Manual repeat when compositing using fragment program.
  * GL_ARB_texture_non_power_of_two support.
  * GLX_ARB_render_texture support.
--- 1,6 ----
  * GL_ARB_texture_non_power_of_two support.
  * GLX_ARB_render_texture support.
+ * Dynamic procedure address lookup for AGL backend.
+ * Gradient stop support for linear and radial gradients.
+ * Adjustable focus point for radial gradients.
+ * Mirror and reflect attribute support for gradients.





More information about the cairo-commit mailing list