[cairo-commit] glitzinfo glitzinfo.c,1.3,1.4

David Reveman commit at pdx.freedesktop.org
Wed Aug 18 05:34:07 PDT 2004


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;




More information about the cairo-commit mailing list