[cairo-commit] libglc ChangeLog,1.32,1.33 TODO,1.9,1.10
David Reveman
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
- Previous message: [cairo-commit] cairo-demo/png text.c,1.5,1.6
- Next message: [cairo-commit] libglc/src glc.c,1.17,1.18 glc.h,1.12,1.13 glc_agl_extension.c,1.3,1.4 glc_agl_info.c,1.5,1.6 glc_agl_surface.c,1.7,1.8 glc_glx_context.c,1.10,1.11 glc_glx_extension.c,1.9,1.10 glc_glx_info.c,1.10,1.11 glc_glx_surface.c,1.15,1.16 glc_matrix.c,1.2,1.3 glc_program.c,1.2,1.3 glc_surface.c,1.16,1.17 glc_util.c,1.8,1.9 glcint.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv11289
Modified Files:
ChangeLog TODO
Log Message:
Added convolution filter support
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** a/ChangeLog 18 Feb 2004 14:52:45 -0000 1.32
--- b/ChangeLog 20 Feb 2004 17:40:57 -0000 1.33
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-02-20 <c99drn at cs.umu.se>
+
+ Added convolution filter support.
+
2004-02-18 <c99drn at cs.umu.se>
Index: TODO
===================================================================
RCS file: /cvs/cairo/libglc/TODO,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** a/TODO 18 Feb 2004 14:52:45 -0000 1.9
--- b/TODO 20 Feb 2004 17:40:57 -0000 1.10
***************
*** 1,8 ****
* Dynamic procedure address lookup for AGL backend.
* Manual repeat when compositing using fragment program.
- * Scaling transformations of source surface when compositing using fragment
- program.
* Minimize intermediate area when compositing with mask and transformation.
- * Convolution filter support.
* GL_ARB_texture_non_power_of_two support.
* GLX_ARB_render_texture support.
--- 1,5 ----
- Previous message: [cairo-commit] cairo-demo/png text.c,1.5,1.6
- Next message: [cairo-commit] libglc/src glc.c,1.17,1.18 glc.h,1.12,1.13 glc_agl_extension.c,1.3,1.4 glc_agl_info.c,1.5,1.6 glc_agl_surface.c,1.7,1.8 glc_glx_context.c,1.10,1.11 glc_glx_extension.c,1.9,1.10 glc_glx_info.c,1.10,1.11 glc_glx_surface.c,1.15,1.16 glc_matrix.c,1.2,1.3 glc_program.c,1.2,1.3 glc_surface.c,1.16,1.17 glc_util.c,1.8,1.9 glcint.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list