[cairo-commit] rendertest ChangeLog,1.12,1.13 configure.in,1.6,1.7

David Reveman commit at pdx.freedesktop.org
Tue Jan 25 12:33:39 PST 2005


Committed by: davidr

Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv6509

Modified Files:
	ChangeLog configure.in 
Log Message:
Track changes to glitz and add xcb convolution filter support

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog	11 Nov 2004 20:54:39 -0000	1.12
+++ ChangeLog	25 Jan 2005 20:33:37 -0000	1.13
@@ -1,3 +1,14 @@
+2005-01-25  David Reveman  <davidr at novell.com>
+
+	* src/xcb.c (_xcb_render_set_filter): Convolution filter support.
+
+	* configure.in: Require version 0.4.0 of glitz.
+
+	* src/glitz_common.h: 
+	* src/glitz_glx.c: 
+	* src/glitz_agl.c: 
+	* src/glitz.c: Tracking changes to glitz.
+
 2004-11-11  Dave Beckett  <Dave.Beckett at bristol.ac.uk>
 
 	* src/Makefile.am: automake does not use <program-name>_CFLAGS so

Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.in	3 Nov 2004 23:51:04 -0000	1.6
+++ configure.in	25 Jan 2005 20:33:37 -0000	1.7
@@ -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.3.0, [use_glitz_glx=yes], [
+  PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.4.0, [use_glitz_glx=yes], [
   use_glitz_glx=no])
 fi
 
@@ -104,7 +104,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.3.0, [use_glitz_agl=yes], [
+  PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.4.0, [use_glitz_agl=yes], [
   use_glitz_agl=no])
 fi
 




More information about the cairo-commit mailing list