[cairo-commit] glitzinfo glitzinfo.c,1.9,1.10

David Reveman commit at pdx.freedesktop.org
Tue Jan 25 11:54:13 PST 2005


Committed by: davidr

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

Modified Files:
	glitzinfo.c 
Log Message:
Check for multi draw arrays

Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- glitzinfo.c	22 Nov 2004 15:02:25 -0000	1.9
+++ glitzinfo.c	25 Jan 2005 19:54:11 -0000	1.10
@@ -1,11 +1,11 @@
 /*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
  *
  * Permission to use, copy, modify, distribute, and sell this software
  * and its documentation for any purpose is hereby granted without
  * fee, provided that the above copyright notice appear in all copies
  * and that both that copyright notice and this permission notice
- * appear in supporting documentation, and that the names of
+ * appear in supporting documentation, and that the name of
  * David Reveman not be used in advertising or publicity pertaining to
  * distribution of the software without specific, written prior permission.
  * David Reveman makes no representations about the suitability of this
@@ -20,7 +20,7 @@
  * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * Author: David Reveman <c99drn at cs.umu.se>
+ * Author: David Reveman <davidr at novell.com>
  */
 
 #include <stdio.h>
@@ -49,6 +49,8 @@
           (features & GLITZ_FEATURE_TEXTURE_BORDER_CLAMP_MASK)? "Yes": "No");
   printf ("multitexture: %s\n",
           (features & GLITZ_FEATURE_MULTITEXTURE_MASK)? "Yes": "No");
+  printf ("multi draw arrays: %s\n",
+          (features & GLITZ_FEATURE_MULTI_DRAW_ARRAYS_MASK)? "Yes": "No");
   printf ("texture environment combine: %s\n",
           (features & GLITZ_FEATURE_TEXTURE_ENV_COMBINE_MASK)? "Yes":
           "No");




More information about the cairo-commit mailing list