[cairo-commit] glitzinfo glitzinfo.c,1.1.1.1,1.2
David Reveman
commit at pdx.freedesktop.org
Tue Jul 20 00:54:30 PDT 2004
- Previous message: [cairo-commit] glitz/src glitz.c, 1.17, 1.18 glitz.h, 1.15,
1.16 glitz_agl_context.c, 1.5, 1.6 glitz_agl_extension.c, 1.3,
1.4 glitz_agl_info.c, 1.5, 1.6 glitz_agl_surface.c, 1.11,
1.12 glitz_aglint.h, 1.6, 1.7 glitz_color_range.c, 1.2,
1.3 glitz_format.c, 1.5, 1.6 glitz_gl.h, 1.4,
1.5 glitz_glx_context.c, 1.8, 1.9 glitz_glx_extension.c, 1.6,
1.7 glitz_glx_info.c, 1.10, 1.11 glitz_glx_surface.c, 1.13,
1.14 glitz_glxext.h, 1.5, 1.6 glitz_glxint.h, 1.9,
1.10 glitz_pixel.c, 1.1, 1.2 glitz_program.c, 1.8,
1.9 glitz_programmatic.c, 1.9, 1.10 glitz_render.c, 1.2,
1.3 glitz_surface.c, 1.14, 1.15 glitz_texture.c, 1.8,
1.9 glitzint.h, 1.19, 1.20
- Next message: [cairo-commit] glitz README,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitzinfo
In directory pdx:/tmp/cvs-serv31720
Modified Files:
glitzinfo.c
Log Message:
Check for component-alpha and new texture environment features
Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** glitzinfo.c 30 May 2004 22:54:43 -0000 1.1.1.1
--- glitzinfo.c 20 Jul 2004 07:54:28 -0000 1.2
***************
*** 38,49 ****
print_features (unsigned long features)
{
- printf ("offscreen drawing: %s\n",
- (features & GLITZ_FEATURE_OFFSCREEN_DRAWING_MASK)? "Yes": "No");
- printf ("convolution filters: %s\n",
- (features & GLITZ_FEATURE_CONVOLUTION_FILTER_MASK)? "Yes": "No");
- printf ("multisample: %s\n",
- (features & GLITZ_FEATURE_MULTISAMPLE_MASK)? "Yes": "No");
- printf ("offscreen multisample: %s\n",
- (features & GLITZ_FEATURE_OFFSCREEN_MULTISAMPLE_MASK)? "Yes": "No");
printf ("texture rectangle: %s\n",
(features & GLITZ_FEATURE_TEXTURE_RECTANGLE_MASK)? "Yes": "No");
--- 38,41 ----
***************
*** 55,62 ****
--- 47,72 ----
printf ("multitexture: %s\n",
(features & GLITZ_FEATURE_ARB_MULTITEXTURE_MASK)? "Yes": "No");
+ printf ("texture environment combine: %s\n",
+ (features & GLITZ_FEATURE_ARB_TEXTURE_ENV_COMBINE_MASK)? "Yes":
+ "No");
+ printf ("texture environment dot3: %s\n",
+ (features & GLITZ_FEATURE_ARB_TEXTURE_ENV_DOT3_MASK)? "Yes": "No");
printf ("vertex program: %s\n",
(features & GLITZ_FEATURE_ARB_VERTEX_PROGRAM_MASK)? "Yes": "No");
printf ("fragment program: %s\n",
(features & GLITZ_FEATURE_ARB_FRAGMENT_PROGRAM_MASK)? "Yes": "No");
+ 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");
+ printf ("full-scene anti-aliasing: %s\n",
+ (features & GLITZ_FEATURE_MULTISAMPLE_MASK)? "Yes": "No");
+ printf ("offscreen full-scene anti-aliasing: %s\n",
+ (features & GLITZ_FEATURE_OFFSCREEN_MULTISAMPLE_MASK)? "Yes": "No");
+
}
- Previous message: [cairo-commit] glitz/src glitz.c, 1.17, 1.18 glitz.h, 1.15,
1.16 glitz_agl_context.c, 1.5, 1.6 glitz_agl_extension.c, 1.3,
1.4 glitz_agl_info.c, 1.5, 1.6 glitz_agl_surface.c, 1.11,
1.12 glitz_aglint.h, 1.6, 1.7 glitz_color_range.c, 1.2,
1.3 glitz_format.c, 1.5, 1.6 glitz_gl.h, 1.4,
1.5 glitz_glx_context.c, 1.8, 1.9 glitz_glx_extension.c, 1.6,
1.7 glitz_glx_info.c, 1.10, 1.11 glitz_glx_surface.c, 1.13,
1.14 glitz_glxext.h, 1.5, 1.6 glitz_glxint.h, 1.9,
1.10 glitz_pixel.c, 1.1, 1.2 glitz_program.c, 1.8,
1.9 glitz_programmatic.c, 1.9, 1.10 glitz_render.c, 1.2,
1.3 glitz_surface.c, 1.14, 1.15 glitz_texture.c, 1.8,
1.9 glitzint.h, 1.19, 1.20
- Next message: [cairo-commit] glitz README,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list