[cairo-commit] glitz ChangeLog,1.106,1.107 configure.in,1.28,1.29

David Reveman commit at pdx.freedesktop.org
Wed Feb 22 17:21:13 PST 2006


Committed by: davidr

Update of /cvs/cairo/glitz
In directory kemper:/tmp/cvs-serv10651

Modified Files:
	ChangeLog configure.in 
Log Message:
Mipmap support

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- ChangeLog	16 Feb 2006 02:59:59 -0000	1.106
+++ ChangeLog	23 Feb 2006 01:21:11 -0000	1.107
@@ -1,3 +1,13 @@
+2006-02-23  David Reveman  <davidr at novell.com>
+
+	* src/glitz.h (GLITZ_REVISION): Bump version to 0.5.4.
+
+	* configure.in: Bump version to 0.5.4.
+
+	* src/glitz_texture.c (glitz_texture_object_set_filter):
+	* src/glitz_gl.h:
+	* src/glitz.h: Mipmap filters.
+
 2006-02-16  David Reveman  <davidr at novell.com>
 
 	* src/glitz.h (GLITZ_REVISION): Bump version to 0.5.3.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- configure.in	16 Feb 2006 02:59:59 -0000	1.28
+++ configure.in	23 Feb 2006 01:21:11 -0000	1.29
@@ -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.3
+GLITZ_VERSION=0.5.4
 # libtool shared library version
 
 # Increment if the interface has additions, changes, removals.



More information about the cairo-commit mailing list