[cairo-commit] glitz ChangeLog,1.46,1.47 configure.in,1.11,1.12
David Reveman
commit at pdx.freedesktop.org
Mon Sep 6 15:52:05 PDT 2004
- Previous message: [cairo-commit] rendertest/src glitz.c, 1.3, 1.4 glitz_agl.c, 1.3,
1.4 glitz_glx.c, 1.3, 1.4 rendertest.c, 1.4, 1.5
- Next message: [cairo-commit] glitz/src glitz-agl.h, 1.4, 1.5 glitz-glx.h, 1.4,
1.5 glitz.h, 1.19, 1.20 glitz_agl_surface.c, 1.17,
1.18 glitz_glx_surface.c, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv10842
Modified Files:
ChangeLog configure.in
Log Message:
Added width and height parameters to surface_create_for_window functions
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** ChangeLog 6 Sep 2004 22:23:29 -0000 1.46
--- ChangeLog 6 Sep 2004 22:52:02 -0000 1.47
***************
*** 1,4 ****
--- 1,20 ----
2004-09-07 David Reveman <c99drn at cs.umu.se>
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.2.1.
+
+ * configure.in: Bump version to 0.2.1.
+
+ * src/glitz-agl.h: Be consistent with the GLX backend.
+
+ * src/glitz_agl_surface.c: Be consistent with the GLX backend.
+
+ * src/glitz-glx.h: Window size as parameters to
+ glitz_glx_surface_create_for_window to avoid unnecessary server
+ round trip.
+
+ * src/glitz_glx_surface.c: Window size as parameters to
+ glitz_glx_surface_create_for_window to avoid unnecessary server
+ round trip.
+
* src/glitzint.h: Added texture flags.
Removed texture_mask.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configure.in 3 Sep 2004 14:27:57 -0000 1.11
--- configure.in 6 Sep 2004 22:52:02 -0000 1.12
***************
*** 7,11 ****
# Package version number, (as distinct from shared library version)
# This must be manually synchronized with the version in src/glitz.h
! GLITZ_VERSION=0.2.0
# libtool shared library version
--- 7,11 ----
# Package version number, (as distinct from shared library version)
# This must be manually synchronized with the version in src/glitz.h
! GLITZ_VERSION=0.2.1
# libtool shared library version
- Previous message: [cairo-commit] rendertest/src glitz.c, 1.3, 1.4 glitz_agl.c, 1.3,
1.4 glitz_glx.c, 1.3, 1.4 rendertest.c, 1.4, 1.5
- Next message: [cairo-commit] glitz/src glitz-agl.h, 1.4, 1.5 glitz-glx.h, 1.4,
1.5 glitz.h, 1.19, 1.20 glitz_agl_surface.c, 1.17,
1.18 glitz_glx_surface.c, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list