[cairo-commit] glitz ChangeLog,1.97,1.98 configure.in,1.26,1.27

David Reveman commit at pdx.freedesktop.org
Wed Dec 21 08:19:53 PST 2005


Committed by: davidr

Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv16879

Modified Files:
	ChangeLog configure.in 
Log Message:
DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix texture filter and wrap typo

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- ChangeLog	12 Dec 2005 19:06:54 -0000	1.97
+++ ChangeLog	21 Dec 2005 16:19:50 -0000	1.98
@@ -1,3 +1,28 @@
+2005-12-21  David Reveman  <davidr at novell.com>
+
+	* src/glitz.h (GLITZ_REVISION): Bump version to 0.5.2.
+
+	* configure.in: Bump version to 0.5.2.
+
+	* src/egl/glitz_wgl_context.c (glitz_wgl_context_get):
+	* src/egl/glitz_glx_context.c (glitz_glx_context_get):
+	* src/egl/glitz_egl_context.c (glitz_egl_context_get):
+	* src/agl/glitz_agl_context.c (glitz_agl_context_get):
+	* src/glitzint.h:
+	* src/glitz_surface.c:
+	* src/glitz_pixel.c (glitz_get_pixels):
+	* src/glitz_framebuffer.c:
+	* src/glitz_drawable.c:
+	* src/glitz_context.c:
+	* src/glitz.h:
+	* src/glitz.c (glitz_copy_area): Appropriate glReadBuffer/glDrawBuffer
+	support.
+
+	* src/glitz_framebuffer.c (_glitz_fbo_swap_buffers): Flip buffers.
+
+	* src/glitz_surface.c (glitz_surface_sync_drawable):
+	* src/glitz.c (glitz_copy_area): Fix texture filter and wrap typo.
+
 2005-12-12  Vladimir Vukicevic  <vladimir at pobox.com>
 
 	* src/wgl/glitz_wgl_format.c: Set GLITZ_FOURCC_RGB on all formats

Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- configure.in	29 Nov 2005 22:41:26 -0000	1.26
+++ configure.in	21 Dec 2005 16:19:50 -0000	1.27
@@ -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.1
+GLITZ_VERSION=0.5.2
 # libtool shared library version
 
 # Increment if the interface has additions, changes, removals.



More information about the cairo-commit mailing list