[cairo-commit] libglc ChangeLog,1.31,1.32 TODO,1.8,1.9
David Reveman
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
- Previous message: [cairo-commit] libglc/src glc_agl_context.c,NONE,1.1 glc_agl_extension.c,NONE,1.1 glc_agl_format.c,NONE,1.1 glc_agl_info.c,NONE,1.1 glc_agl_pbuffer.c,NONE,1.1 glc_agl_surface.c,NONE,1.1 Makefile.am,1.5,1.6 glc-features.h.in,1.1,1.2 glc.c,1.11,1.12 glc.h,1.6,1.7 glc_glx_context.c,1.5,1.6 glc_glx_extension.c,1.3,1.4 glc_glx_format.c,1.4,1.5 glc_glx_info.c,1.5,1.6 glc_glx_pbuffer.c,1.3,1.4 glc_glx_surface.c,1.7,1.8 glc_rect.c,1.5,1.6 glc_surface.c,1.8,1.9 glc_texture.c,1.4,1.5 glc_trap.c,1.6,1.7 glc_tri.c,1.6,1.7 glc_util.c,1.5,1.6 glcint.h,1.10,1.11
- Next message: [cairo-commit] libglc/src glc.h,1.11,1.12 glc_agl_extension.c,1.2,1.3 glc_agl_info.c,1.4,1.5 glc_glx_context.c,1.9,1.10 glc_glx_extension.c,1.8,1.9 glc_glx_format.c,1.14,1.15 glc_glx_info.c,1.9,1.10 glc_glx_pbuffer.c,1.6,1.7 glc_glx_surface.c,1.14,1.15 glc_surface.c,1.15,1.16 glc_texture.c,1.8,1.9 glcint.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv26997
Modified Files:
ChangeLog TODO
Log Message:
Fixed dynamic lookup handling and texture rectangle support
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** a/ChangeLog 16 Feb 2004 22:02:40 -0000 1.31
--- b/ChangeLog 18 Feb 2004 14:52:45 -0000 1.32
***************
*** 1,2 ****
--- 1,6 ----
+ 2004-02-18 <c99drn at cs.umu.se>
+
+ Fixed dynamic lookup handling and texture rectangle support.
+
2004-02-16 <c99drn at cs.umu.se>
Index: TODO
===================================================================
RCS file: /cvs/cairo/libglc/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** a/TODO 16 Feb 2004 22:02:40 -0000 1.8
--- b/TODO 18 Feb 2004 14:52:45 -0000 1.9
***************
*** 1,2 ****
--- 1,3 ----
+ * Dynamic procedure address lookup for AGL backend.
* Manual repeat when compositing using fragment program.
* Scaling transformations of source surface when compositing using fragment
***************
*** 5,7 ****
* Convolution filter support.
* GL_ARB_texture_non_power_of_two support.
! * GLX_ARB_render_texture support.
\ No newline at end of file
--- 6,9 ----
* Convolution filter support.
* GL_ARB_texture_non_power_of_two support.
! * GLX_ARB_render_texture support.
!
- Previous message: [cairo-commit] libglc/src glc_agl_context.c,NONE,1.1 glc_agl_extension.c,NONE,1.1 glc_agl_format.c,NONE,1.1 glc_agl_info.c,NONE,1.1 glc_agl_pbuffer.c,NONE,1.1 glc_agl_surface.c,NONE,1.1 Makefile.am,1.5,1.6 glc-features.h.in,1.1,1.2 glc.c,1.11,1.12 glc.h,1.6,1.7 glc_glx_context.c,1.5,1.6 glc_glx_extension.c,1.3,1.4 glc_glx_format.c,1.4,1.5 glc_glx_info.c,1.5,1.6 glc_glx_pbuffer.c,1.3,1.4 glc_glx_surface.c,1.7,1.8 glc_rect.c,1.5,1.6 glc_surface.c,1.8,1.9 glc_texture.c,1.4,1.5 glc_trap.c,1.6,1.7 glc_tri.c,1.6,1.7 glc_util.c,1.5,1.6 glcint.h,1.10,1.11
- Next message: [cairo-commit] libglc/src glc.h,1.11,1.12 glc_agl_extension.c,1.2,1.3 glc_agl_info.c,1.4,1.5 glc_glx_context.c,1.9,1.10 glc_glx_extension.c,1.8,1.9 glc_glx_format.c,1.14,1.15 glc_glx_info.c,1.9,1.10 glc_glx_pbuffer.c,1.6,1.7 glc_glx_surface.c,1.14,1.15 glc_surface.c,1.15,1.16 glc_texture.c,1.8,1.9 glcint.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list