[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
- Previous message: [cairo-commit] cairo configure.in,1.42,1.43
- Next message: [cairo-commit] libglc/src glc_programmatic.c,NONE,1.1 Makefile.am,1.8,1.9 glc.c,1.19,1.20 glc.h,1.13,1.14 glc_agl_extension.c,1.4,1.5 glc_agl_info.c,1.6,1.7 glc_glx_extension.c,1.11,1.12 glc_glx_info.c,1.11,1.12 glc_glx_surface.c,1.16,1.17 glc_program.c,1.3,1.4 glc_surface.c,1.18,1.19 glc_trap.c,1.10,1.11 glc_tri.c,1.10,1.11 glcint.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [cairo-commit] cairo configure.in,1.42,1.43
- Next message: [cairo-commit] libglc/src glc_programmatic.c,NONE,1.1 Makefile.am,1.8,1.9 glc.c,1.19,1.20 glc.h,1.13,1.14 glc_agl_extension.c,1.4,1.5 glc_agl_info.c,1.6,1.7 glc_glx_extension.c,1.11,1.12 glc_glx_info.c,1.11,1.12 glc_glx_surface.c,1.16,1.17 glc_program.c,1.3,1.4 glc_surface.c,1.18,1.19 glc_trap.c,1.10,1.11 glc_tri.c,1.10,1.11 glcint.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list