[cairo-commit] cairo ChangeLog, 1.701, 1.702 configure.in, 1.107, 1.108

David Reveman commit at pdx.freedesktop.org
Mon Jul 4 03:58:46 PDT 2005


Committed by: davidr

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Use frame buffer objects for accelerated offscreen drawing in glitz backend

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- ChangeLog	1 Jul 2005 19:45:35 -0000	1.701
+++ ChangeLog	4 Jul 2005 10:58:43 -0000	1.702
@@ -1,3 +1,12 @@
+2005-07-04  David Reveman  <davidr at novell.com>
+
+	* configure.in: Require glitz >= 0.4.4.
+
+	* src/cairo-glitz-surface.c: Use frame buffer objects instead of
+	pbuffers for accelerated offscreen drawing.
+	(_cairo_glitz_pattern_acquire_surface): Minor improvement to gradient
+	pattern creation.
+
 2005-07-01  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo-ps-surface.c: Rewrite postscript backend to generate

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- configure.in	26 Jun 2005 06:24:19 -0000	1.107
+++ configure.in	4 Jul 2005 10:58:43 -0000	1.108
@@ -215,7 +215,7 @@
   [use_glitz=$enableval], [use_glitz=yes])
 
 if test "x$use_glitz" = "xyes"; then
-  PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [
+  PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.4, [
     GLITZ_REQUIRES=glitz
     use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/Software/glitz)"])
 fi




More information about the cairo-commit mailing list