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

David Reveman commit at pdx.freedesktop.org
Mon Oct 4 04:42:03 PDT 2004


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");




More information about the cairo-commit mailing list