[cairo-commit] glitz ChangeLog,1.91,1.92 configure.in,1.25,1.26
David Reveman
commit at pdx.freedesktop.org
Tue Nov 29 14:41:29 PST 2005
- Previous message: [cairo-commit] glitz/src/agl glitz_agl_format.c,1.4,1.5
- Next message: [cairo-commit] glitz/src glitz.h, 1.35, 1.36 glitz_compose.c, 1.14,
1.15 glitz_context.c, 1.3, 1.4 glitz_filter.c, 1.10,
1.11 glitz_format.c, 1.11, 1.12 glitz_gl.h, 1.17,
1.18 glitz_pixel.c, 1.21, 1.22 glitz_program.c, 1.18,
1.19 glitz_rect.c, 1.18, 1.19 glitz_surface.c, 1.31,
1.32 glitz_texture.c, 1.20, 1.21 glitz_util.c, 1.15,
1.16 glitzint.h, 1.37, 1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv1190
Modified Files:
ChangeLog configure.in
Log Message:
Add YUV surfaces
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- ChangeLog 9 Nov 2005 12:32:24 -0000 1.91
+++ ChangeLog 29 Nov 2005 22:41:26 -0000 1.92
@@ -1,3 +1,13 @@
+2005-11-29 David Reveman <davidr at novell.com>
+
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.5.1.
+
+ * configure.in: Bump version to 0.5.1.
+
+ YV12 surface support.
+
+ New radial gradient.
+
2005-11-09 David Reveman <davidr at novell.com>
* Add WGL backend. Thanks to Vladimir Vukicevic and Tor Lillqvist.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- configure.in 9 Nov 2005 12:32:24 -0000 1.25
+++ configure.in 29 Nov 2005 22:41:26 -0000 1.26
@@ -6,7 +6,7 @@
# Package version number, (as distinct from shared library version)
# This must be manually synchronized with the version in src/glitz.h
-GLITZ_VERSION=0.5.0
+GLITZ_VERSION=0.5.1
# libtool shared library version
# Increment if the interface has additions, changes, removals.
- Previous message: [cairo-commit] glitz/src/agl glitz_agl_format.c,1.4,1.5
- Next message: [cairo-commit] glitz/src glitz.h, 1.35, 1.36 glitz_compose.c, 1.14,
1.15 glitz_context.c, 1.3, 1.4 glitz_filter.c, 1.10,
1.11 glitz_format.c, 1.11, 1.12 glitz_gl.h, 1.17,
1.18 glitz_pixel.c, 1.21, 1.22 glitz_program.c, 1.18,
1.19 glitz_rect.c, 1.18, 1.19 glitz_surface.c, 1.31,
1.32 glitz_texture.c, 1.20, 1.21 glitz_util.c, 1.15,
1.16 glitzint.h, 1.37, 1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list