[cairo-commit] rendertest ChangeLog, 1.17, 1.18 configure.in, 1.9,
1.10
David Reveman
commit at pdx.freedesktop.org
Tue Nov 29 16:04:45 PST 2005
- Previous message: [cairo-commit] cairo/src cairo-glitz-surface.c,1.66,1.67
- Next message: [cairo-commit] rendertest/src args.c, 1.4, 1.5 glitz.c, 1.8,
1.9 glitz_agl.c, 1.9, 1.10 glitz_common.h, 1.7,
1.8 glitz_egl.c, 1.2, 1.3 glitz_glx.c, 1.9, 1.10 images.h, 1.3,
1.4 pixman.c, 1.2, 1.3 png.c, 1.1.1.1, 1.2 rendertest.c, 1.12,
1.13 rendertest.h, 1.4, 1.5 traps.h, 1.2, 1.3 xcb.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv23727
Modified Files:
ChangeLog configure.in
Log Message:
YUV surface support
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ChangeLog 4 Jul 2005 10:38:46 -0000 1.17
+++ ChangeLog 30 Nov 2005 00:04:43 -0000 1.18
@@ -1,3 +1,7 @@
+2005-11-30 David Reveman <davidr at novell.com>
+
+ YUV surface support.
+
2005-07-04 David Reveman <davidr at novell.com>
* src/xcb.c: Add offscreen drawing option.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- configure.in 9 Jun 2005 01:40:39 -0000 1.9
+++ configure.in 30 Nov 2005 00:04:43 -0000 1.10
@@ -5,7 +5,7 @@
dnl ===========================================================================
# Package version number
-RENDERTEST_VERSION=0.1.0
+RENDERTEST_VERSION=0.2.0
dnl ===========================================================================
@@ -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.4.0, [use_glitz_glx=yes], [
+ PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.5.1, [use_glitz_glx=yes], [
use_glitz_glx=no])
fi
@@ -104,7 +104,7 @@
[use_glitz_egl=$enableval], [use_glitz_egl=yes])
if test "x$use_glitz_egl" = "xyes"; then
- PKG_CHECK_MODULES(GLITZ_EGL, glitz-egl >= 0.4.0, [use_glitz_egl=yes], [
+ PKG_CHECK_MODULES(GLITZ_EGL, glitz-egl >= 0.5.1, [use_glitz_egl=yes], [
use_glitz_egl=no])
fi
@@ -126,7 +126,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.4.0, [use_glitz_agl=yes], [
+ PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.5.1, [use_glitz_agl=yes], [
use_glitz_agl=no])
fi
- Previous message: [cairo-commit] cairo/src cairo-glitz-surface.c,1.66,1.67
- Next message: [cairo-commit] rendertest/src args.c, 1.4, 1.5 glitz.c, 1.8,
1.9 glitz_agl.c, 1.9, 1.10 glitz_common.h, 1.7,
1.8 glitz_egl.c, 1.2, 1.3 glitz_glx.c, 1.9, 1.10 images.h, 1.3,
1.4 pixman.c, 1.2, 1.3 png.c, 1.1.1.1, 1.2 rendertest.c, 1.12,
1.13 rendertest.h, 1.4, 1.5 traps.h, 1.2, 1.3 xcb.c, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list