[cairo-commit] rendertest ChangeLog,1.10,1.11 configure.in,1.5,1.6
David Reveman
commit at pdx.freedesktop.org
Wed Nov 3 15:51:06 PST 2004
- Previous message: [cairo-commit] cairo/src cairo_glitz_surface.c,1.10,1.11
- Next message: [cairo-commit] rendertest/src args.c, 1.3, 1.4 glitz.c, 1.4,
1.5 glitz_agl.c, 1.5, 1.6 glitz_common.h, 1.3, 1.4 glitz_glx.c,
1.5, 1.6 pixman.c, 1.1, 1.2 rendertest.c, 1.8,
1.9 rendertest.h, 1.3, 1.4 xcb.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv14411
Modified Files:
ChangeLog configure.in
Log Message:
Tracking changes to glitz
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ChangeLog 1 Oct 2004 00:24:42 -0000 1.10
+++ ChangeLog 3 Nov 2004 23:51:04 -0000 1.11
@@ -1,3 +1,20 @@
+2004-11-04 David Reveman <c99drn at cs.umu.se>
+
+ * src/glitz_common.h:
+ * src/glitz_glx.c:
+ * src/glitz_agl.c:
+ * src/glitz.c: Tracking changes to glitz.
+
+ * src/args.c:
+ * src/pixman.c:
+ * src/glitz.c:
+ * src/xcb.c:
+ * src/rendertest.c:
+ * src/rendertest.h:
+ Removed saturate operator test.
+
+ * configure.in: Require version 0.3.0 of glitz.
+
2004-09-30 Jamey Sharp <jamey at minilop.net>
* src/xcb.c:
Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.in 12 Sep 2004 03:05:47 -0000 1.5
+++ configure.in 3 Nov 2004 23:51:04 -0000 1.6
@@ -84,7 +84,7 @@
[use_glitz_glx=$enableval], [use_glitz_glx=yes])
if test "x$use_glitz_glx" = "xyes"; then
- PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.2, [use_glitz_glx=yes], [
+ PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.3.0, [use_glitz_glx=yes], [
use_glitz_glx=no])
fi
@@ -104,7 +104,7 @@
[use_glitz_agl=$enableval], [use_glitz_agl=yes])
if test "x$use_glitz_agl" = "xyes"; then
- PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.2, [use_glitz_agl=yes], [
+ PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.3.0, [use_glitz_agl=yes], [
use_glitz_agl=no])
fi
- Previous message: [cairo-commit] cairo/src cairo_glitz_surface.c,1.10,1.11
- Next message: [cairo-commit] rendertest/src args.c, 1.3, 1.4 glitz.c, 1.4,
1.5 glitz_agl.c, 1.5, 1.6 glitz_common.h, 1.3, 1.4 glitz_glx.c,
1.5, 1.6 pixman.c, 1.1, 1.2 rendertest.c, 1.8,
1.9 rendertest.h, 1.3, 1.4 xcb.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list