[cairo-commit] glitzinfo glitzinfo.c,1.9,1.10
David Reveman
commit at pdx.freedesktop.org
Tue Jan 25 11:54:13 PST 2005
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.8, 1.9 glitz.c, 1.30,
1.31 glitz.h, 1.25, 1.26 glitz_buffer.c, 1.6,
1.7 glitz_compose.c, 1.11, 1.12 glitz_drawable.c, 1.1,
1.2 glitz_filter.c, 1.7, 1.8 glitz_format.c, 1.9,
1.10 glitz_geometry.c, 1.4, 1.5 glitz_gl.h, 1.13,
1.14 glitz_operator.c, 1.6, 1.7 glitz_pixel.c, 1.14,
1.15 glitz_program.c, 1.16, 1.17 glitz_rect.c, 1.15,
1.16 glitz_region.c, 1.1, 1.2 glitz_status.c, 1.3,
1.4 glitz_surface.c, 1.24, 1.25 glitz_texture.c, 1.16,
1.17 glitz_trap.c, 1.9, 1.10 glitz_trapimp.h, NONE,
1.1 glitz_util.c, 1.11, 1.12 glitzint.h, 1.30, 1.31
- Next message: [cairo-commit] cairo/src cairo_xcb_surface.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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");
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.8, 1.9 glitz.c, 1.30,
1.31 glitz.h, 1.25, 1.26 glitz_buffer.c, 1.6,
1.7 glitz_compose.c, 1.11, 1.12 glitz_drawable.c, 1.1,
1.2 glitz_filter.c, 1.7, 1.8 glitz_format.c, 1.9,
1.10 glitz_geometry.c, 1.4, 1.5 glitz_gl.h, 1.13,
1.14 glitz_operator.c, 1.6, 1.7 glitz_pixel.c, 1.14,
1.15 glitz_program.c, 1.16, 1.17 glitz_rect.c, 1.15,
1.16 glitz_region.c, 1.1, 1.2 glitz_status.c, 1.3,
1.4 glitz_surface.c, 1.24, 1.25 glitz_texture.c, 1.16,
1.17 glitz_trap.c, 1.9, 1.10 glitz_trapimp.h, NONE,
1.1 glitz_util.c, 1.11, 1.12 glitzint.h, 1.30, 1.31
- Next message: [cairo-commit] cairo/src cairo_xcb_surface.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list