[cairo-commit] cairo ChangeLog,1.399,1.400 configure.in,1.85,1.86

David Reveman commit at pdx.freedesktop.org
Thu Mar 3 18:04:53 PST 2005


Committed by: davidr

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28451

Modified Files:
	ChangeLog configure.in 
Log Message:
Major update to glitz backend

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -d -r1.399 -r1.400
--- ChangeLog	4 Mar 2005 01:40:04 -0000	1.399
+++ ChangeLog	4 Mar 2005 02:04:51 -0000	1.400
@@ -1,5 +1,10 @@
 2005-03-04  David Reveman  <davidr at novell.com>
 
+	* configure.in: Enabled glitz backend.
+
+	* src/cairo_glitz_surface.c: Major update to glitz backend. The output
+	quality should now be just as good as the image and xlib backends.
+
 	* configure.in: Disabled win32 and quartz backends as they are now
 	temporarily out of sync.
 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- configure.in	4 Mar 2005 01:40:04 -0000	1.85
+++ configure.in	4 Mar 2005 02:04:51 -0000	1.86
@@ -229,7 +229,7 @@
 
 AC_ARG_ENABLE(glitz,
   [  --disable-glitz         Disable cairo's glitz backend],
-  [use_glitz=$enableval], [use_glitz="no (temporarily disabled while code is out of sync)"])
+  [use_glitz=$enableval], [use_glitz="yes"])
 
 if test "x$use_glitz" = "xyes"; then
   PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [




More information about the cairo-commit mailing list