[cairo-commit] glitzinfo glitzinfo.c,1.3,1.4
David Reveman
commit at pdx.freedesktop.org
Wed Aug 18 05:34:07 PDT 2004
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.5, 1.6 glitz.c, 1.19,
1.20 glitz.h, 1.17, 1.18 glitz_agl_extension.c, 1.5,
1.6 glitz_agl_format.c, 1.5, 1.6 glitz_agl_info.c, 1.8,
1.9 glitz_agl_pbuffer.c, 1.5, 1.6 glitz_agl_surface.c, 1.14,
1.15 glitz_aglint.h, 1.8, 1.9 glitz_compose.c, 1.1,
1.2 glitz_filter.c, 1.1, 1.2 glitz_gl.h, 1.6,
1.7 glitz_glx_context.c, 1.10, 1.11 glitz_glx_extension.c, 1.8,
1.9 glitz_glx_format.c, 1.8, 1.9 glitz_glx_info.c, 1.13,
1.14 glitz_glx_surface.c, 1.16, 1.17 glitz_glxint.h, 1.12,
1.13 glitz_matrix.c, 1.7, NONE glitz_pixel.c, 1.3,
1.4 glitz_program.c, 1.10, 1.11 glitz_rect.c, 1.6,
1.7 glitz_stencil.c, 1.2, 1.3 glitz_surface.c, 1.17,
1.18 glitz_trap.c, 1.7, 1.8 glitz_tri.c, 1.7, 1.8 glitz_util.c,
1.7, 1.8 glitzint.h, 1.21, 1.22
- Next message: [cairo-commit] rendertest ChangeLog,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitzinfo
In directory pdx:/tmp/cvs-serv31080
Modified Files:
glitzinfo.c
Log Message:
Tracking changes to glitz
Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** glitzinfo.c 9 Aug 2004 23:00:36 -0000 1.3
--- glitzinfo.c 18 Aug 2004 12:34:05 -0000 1.4
***************
*** 61,68 ****
printf ("pixel buffer object: %s\n",
(features & GLITZ_FEATURE_PIXEL_BUFFER_OBJECT_MASK)? "Yes": "No");
- printf ("convolution filters: %s\n",
- (features & GLITZ_FEATURE_CONVOLUTION_FILTER_MASK)? "Yes": "No");
- printf ("offscreen drawing: %s\n",
- (features & GLITZ_FEATURE_OFFSCREEN_DRAWING_MASK)? "Yes": "No");
printf ("component alpha: %s\n",
(features & GLITZ_FEATURE_COMPONENT_ALPHA_MASK)? "Yes": "No");
--- 61,64 ----
***************
*** 144,149 ****
glitz_agl_init ();
! format = glitz_agl_find_format (&templ, mask, 0);
! if (!format) {
fprintf (stderr, "Error: couldn't find onscreen format\n");
return 1;
--- 140,145 ----
glitz_agl_init ();
! formats = glitz_agl_find_format (mask, &templ, 0);
! if (!formats) {
fprintf (stderr, "Error: couldn't find onscreen format\n");
return 1;
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.5, 1.6 glitz.c, 1.19,
1.20 glitz.h, 1.17, 1.18 glitz_agl_extension.c, 1.5,
1.6 glitz_agl_format.c, 1.5, 1.6 glitz_agl_info.c, 1.8,
1.9 glitz_agl_pbuffer.c, 1.5, 1.6 glitz_agl_surface.c, 1.14,
1.15 glitz_aglint.h, 1.8, 1.9 glitz_compose.c, 1.1,
1.2 glitz_filter.c, 1.1, 1.2 glitz_gl.h, 1.6,
1.7 glitz_glx_context.c, 1.10, 1.11 glitz_glx_extension.c, 1.8,
1.9 glitz_glx_format.c, 1.8, 1.9 glitz_glx_info.c, 1.13,
1.14 glitz_glx_surface.c, 1.16, 1.17 glitz_glxint.h, 1.12,
1.13 glitz_matrix.c, 1.7, NONE glitz_pixel.c, 1.3,
1.4 glitz_program.c, 1.10, 1.11 glitz_rect.c, 1.6,
1.7 glitz_stencil.c, 1.2, 1.3 glitz_surface.c, 1.17,
1.18 glitz_trap.c, 1.7, 1.8 glitz_tri.c, 1.7, 1.8 glitz_util.c,
1.7, 1.8 glitzint.h, 1.21, 1.22
- Next message: [cairo-commit] rendertest ChangeLog,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list