[cairo-commit] glitzinfo glitzinfo.c,1.6,1.7

David Reveman commit at pdx.freedesktop.org
Mon Sep 13 10:51:30 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitzinfo
In directory gabe:/tmp/cvs-serv7356

Modified Files:
	glitzinfo.c 
Log Message:
GLITZ_FEATURE_COMPONENT_ALPHA_MASK -> GLITZ_FEATURE_PER_COMPONENT_RENDERING_MASK

Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** glitzinfo.c	6 Sep 2004 23:07:04 -0000	1.6
--- glitzinfo.c	13 Sep 2004 17:51:28 -0000	1.7
***************
*** 61,66 ****
    printf ("pixel buffer object: %s\n",
            (features & GLITZ_FEATURE_PIXEL_BUFFER_OBJECT_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");
--- 61,67 ----
    printf ("pixel buffer object: %s\n",
            (features & GLITZ_FEATURE_PIXEL_BUFFER_OBJECT_MASK)? "Yes": "No");
!   printf ("per component rendering: %s\n",
!           (features & GLITZ_FEATURE_PER_COMPONENT_RENDERING_MASK)? "Yes":
!           "No");
    printf ("full-scene anti-aliasing: %s\n",
            (features & GLITZ_FEATURE_MULTISAMPLE_MASK)? "Yes": "No");




More information about the cairo-commit mailing list