[cairo-commit] glitz ChangeLog,1.15,1.16 TODO,1.2,1.3
David Reveman
commit at pdx.freedesktop.org
Sun May 9 13:54:54 PDT 2004
- Previous message: [cairo-commit] cairo/src cairo.h, 1.54, 1.55 cairo_ft_font.c, 1.21,
1.22 cairo_spline.c, 1.7, 1.8
- Next message: [cairo-commit] glitz/src glitz-agl.h, 1.1.1.1, 1.2 glitz-glx.h,
1.1.1.1, 1.2 glitz_agl_context.c, 1.1.1.1,
1.2 glitz_agl_info.c, 1.2, 1.3 glitz_aglint.h, 1.3,
1.4 glitz_glx_context.c, 1.4, 1.5 glitz_glx_extension.c, 1.5,
1.6 glitz_glx_format.c, 1.4, 1.5 glitz_glx_info.c, 1.3,
1.4 glitz_glx_pbuffer.c, 1.2, 1.3 glitz_glx_surface.c, 1.5,
1.6 glitz_glxext.h, 1.2, 1.3 glitz_glxint.h, 1.5,
1.6 glitz_program.c, 1.5, 1.6 glitzint.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv27340
Modified Files:
ChangeLog TODO
Log Message:
Added library cleanup functions
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** a/ChangeLog 6 May 2004 14:55:02 -0000 1.15
--- b/ChangeLog 9 May 2004 20:54:51 -0000 1.16
***************
*** 1,2 ****
--- 1,49 ----
+ 2004-05-09 David Reveman <c99drn at cs.umu.se>
+
+ * TODO: Added library cleanup functions.
+
+ * src/glitzint.h: Fixed program identifier types. Added
+ glitz_programs_fini.
+
+ * src/glitz_program.c: Fixed program identifier types. Added
+ glitz_programs_fini.
+
+ * src/glitz_glxint.h: GLX procedure addresses are now thread
+ specific. Added glitz_glx_context_destroy.
+
+ * src/glitz_glxext.h: GLX procedure addresses are now thread
+ specific.
+
+ * src/glitz_glx_surface.c: GLX procedure addresses are now thread
+ specific.
+
+ * src/glitz_glx_pbuffer.c: GLX procedure addresses are now thread
+ specific.
+
+ * src/glitz_glx_info.c: GLX procedure addresses are now thread
+ specific. Added glitz_glx_thread_info_init,
+ glitz_glx_thread_info_fini, glitz_glx_screen_destroy,
+ glitz_glx_display_destroy, glitz_glx_init and glitz_glx_fini.
+
+ * src/glitz_glx_format.c: GLX procedure addresses are now thread
+ specific.
+
+ * src/glitz_glx_extension.c (glitz_glx_query_extensions): GLX
+ procedure addresses are now thread specific.
+
+ * src/glitz_glx_context.c: GLX procedure addresses are now thread
+ specific. Added glitz_glx_context_destroy.
+ (_glitz_glx_context_create_glx13): Free visual info structure.
+ (glitz_glx_ensure_pbuffer_support): Free fbconfigs.
+
+ * src/glitz_aglint.h: Added glitz_agl_context_destroy.
+
+ * src/glitz_agl_info.c: Added glitz_agl_thread_info_fini,
+ glitz_agl_init and glitz_agl_fini.
+
+ * src/glitz_agl_context.c: Added glitz_agl_context_destroy.
+
+ * src/glitz-agl.h: Added glitz_agl_init and glitz_agl_fini.
+
2004-05-06 David Reveman <c99drn at cs.umu.se>
Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/TODO 2 May 2004 11:41:47 -0000 1.2
--- b/TODO 9 May 2004 20:54:51 -0000 1.3
***************
*** 2,7 ****
"Success" should be ignored.
- * Add library cleanup function.
-
* Copy area operation.
--- 2,5 ----
***************
*** 10,15 ****
* 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
--- 8,11 ----
***************
*** 17,21 ****
display lists.
! * Projective transformations.
* A programmable surface type which can store a set of rendering operations
--- 13,17 ----
display lists.
! * Projective transformations (Add filter type GLITZ_FILTER_ANISOTROPIC).
* A programmable surface type which can store a set of rendering operations
- Previous message: [cairo-commit] cairo/src cairo.h, 1.54, 1.55 cairo_ft_font.c, 1.21,
1.22 cairo_spline.c, 1.7, 1.8
- Next message: [cairo-commit] glitz/src glitz-agl.h, 1.1.1.1, 1.2 glitz-glx.h,
1.1.1.1, 1.2 glitz_agl_context.c, 1.1.1.1,
1.2 glitz_agl_info.c, 1.2, 1.3 glitz_aglint.h, 1.3,
1.4 glitz_glx_context.c, 1.4, 1.5 glitz_glx_extension.c, 1.5,
1.6 glitz_glx_format.c, 1.4, 1.5 glitz_glx_info.c, 1.3,
1.4 glitz_glx_pbuffer.c, 1.2, 1.3 glitz_glx_surface.c, 1.5,
1.6 glitz_glxext.h, 1.2, 1.3 glitz_glxint.h, 1.5,
1.6 glitz_program.c, 1.5, 1.6 glitzint.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list