[cairo-commit] cairo ChangeLog, 1.1052, 1.1053 configure.in, 1.142,
1.143
David Reveman
commit at pdx.freedesktop.org
Wed Sep 14 09:07:02 PDT 2005
- Previous message: [cairo-commit] rendertest/src glitz.c, 1.7, 1.8 glitz_agl.c, 1.8,
1.9 glitz_common.h, 1.6, 1.7 glitz_egl.c, 1.1, 1.2 glitz_glx.c,
1.8, 1.9
- Next message: [cairo-commit] cairo/src cairo-glitz-surface.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8217
Modified Files:
ChangeLog configure.in
Log Message:
Track changes to glitz and update glyph caching in glitz backend
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -d -r1.1052 -r1.1053
--- ChangeLog 13 Sep 2005 22:53:19 -0000 1.1052
+++ ChangeLog 14 Sep 2005 16:07:00 -0000 1.1053
@@ -1,3 +1,8 @@
+2005-09-14 David Reveman <davidr at novell.com>
+
+ * src/cairo-glitz-surface.c: Track changes to glitz.
+ Update glyph caching.
+
2005-09-13 Carl Worth <cworth at cworth.org>
* src/cairo-scaled-font.c (_cairo_scaled_font_text_to_glyphs): Set
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- configure.in 12 Sep 2005 18:11:33 -0000 1.142
+++ configure.in 14 Sep 2005 16:07:00 -0000 1.143
@@ -231,7 +231,7 @@
[use_glitz=$enableval], [use_glitz=no])
if test "x$use_glitz" = "xyes"; then
- PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.4, [
+ PKG_CHECK_MODULES(GLITZ, glitz >= 0.5.0, [
GLITZ_REQUIRES=glitz
use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/Software/glitz)"])
fi
- Previous message: [cairo-commit] rendertest/src glitz.c, 1.7, 1.8 glitz_agl.c, 1.8,
1.9 glitz_common.h, 1.6, 1.7 glitz_egl.c, 1.1, 1.2 glitz_glx.c,
1.8, 1.9
- Next message: [cairo-commit] cairo/src cairo-glitz-surface.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list