[cairo-commit] glitzinfo glitzinfo.c,1.7,1.8
David Reveman
commit at pdx.freedesktop.org
Mon Oct 4 04:42:03 PDT 2004
- Previous message: [cairo-commit] glitz/src glitz.c, 1.26, 1.27 glitz.h, 1.22,
1.23 glitz_agl_context.c, 1.9, 1.10 glitz_agl_extension.c,
1.13, 1.14 glitz_agl_info.c, 1.14, 1.15 glitz_agl_surface.c,
1.20, 1.21 glitz_aglint.h, 1.13, 1.14 glitz_buffer.c, 1.3,
1.4 glitz_compose.c, 1.8, 1.9 glitz_geometry.c, 1.2,
1.3 glitz_gl.h, 1.11, 1.12 glitz_glx_context.c, 1.16,
1.17 glitz_glx_extension.c, 1.15, 1.16 glitz_glx_format.c,
1.10, 1.11 glitz_glx_info.c, 1.21, 1.22 glitz_glx_pbuffer.c,
1.4, 1.5 glitz_glx_surface.c, 1.21, 1.22 glitz_glxint.h, 1.17,
1.18 glitz_pixel.c, 1.9, 1.10 glitz_rect.c, 1.12,
1.13 glitz_surface.c, 1.22, 1.23 glitz_texture.c, 1.14,
1.15 glitzint.h, 1.28, 1.29
- Next message: [cairo-commit] glitz ChangeLog,1.64,1.65 configure.in,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitzinfo
In directory gabe:/tmp/cvs-serv32030
Modified Files:
glitzinfo.c
Log Message:
Check GLITZ_FEATURE_BLEND_COLOR_MASK
Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** glitzinfo.c 13 Sep 2004 17:51:28 -0000 1.7
--- glitzinfo.c 4 Oct 2004 11:42:01 -0000 1.8
***************
*** 55,58 ****
--- 55,60 ----
printf ("texture environment dot3: %s\n",
(features & GLITZ_FEATURE_TEXTURE_ENV_DOT3_MASK)? "Yes": "No");
+ printf ("blend color: %s\n",
+ (features & GLITZ_FEATURE_BLEND_COLOR_MASK)? "Yes": "No");
printf ("fragment program: %s\n",
(features & GLITZ_FEATURE_FRAGMENT_PROGRAM_MASK)? "Yes": "No");
- Previous message: [cairo-commit] glitz/src glitz.c, 1.26, 1.27 glitz.h, 1.22,
1.23 glitz_agl_context.c, 1.9, 1.10 glitz_agl_extension.c,
1.13, 1.14 glitz_agl_info.c, 1.14, 1.15 glitz_agl_surface.c,
1.20, 1.21 glitz_aglint.h, 1.13, 1.14 glitz_buffer.c, 1.3,
1.4 glitz_compose.c, 1.8, 1.9 glitz_geometry.c, 1.2,
1.3 glitz_gl.h, 1.11, 1.12 glitz_glx_context.c, 1.16,
1.17 glitz_glx_extension.c, 1.15, 1.16 glitz_glx_format.c,
1.10, 1.11 glitz_glx_info.c, 1.21, 1.22 glitz_glx_pbuffer.c,
1.4, 1.5 glitz_glx_surface.c, 1.21, 1.22 glitz_glxint.h, 1.17,
1.18 glitz_pixel.c, 1.9, 1.10 glitz_rect.c, 1.12,
1.13 glitz_surface.c, 1.22, 1.23 glitz_texture.c, 1.14,
1.15 glitzint.h, 1.28, 1.29
- Next message: [cairo-commit] glitz ChangeLog,1.64,1.65 configure.in,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list