[cairo-commit] cairo ChangeLog,1.1083,1.1084
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 6 12:50:10 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv7085
Modified Files:
ChangeLog
Log Message:
Add ChangeLog information for code that was accidentally committed along with
an earlier bug fix:
2005-10-06 Carl Worth <cworth at cworth.org>
* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing
initialization for ximage.xoffset.
* test/.cvsignore: Ignore the -argb32-out.png and -rgb24-out.png
images as well.
* test/cairo-test.c: (cairo_test_for_target): Pass a format to the
surface create functions.
(create_image_surface): Condense create_argb_image_surface and
create_rgb_image_surface into a single function.
(create_xlib_surface): Add support for CAIRO_FORMAT_RGB24 in
addition to CAIRO_FORMAT_ARGB32.
Add a new target for testing xlib with CAIRO_FORMAT_RGB24.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1083
retrieving revision 1.1084
diff -u -d -r1.1083 -r1.1084
--- ChangeLog 6 Oct 2005 18:32:54 -0000 1.1083
+++ ChangeLog 6 Oct 2005 19:50:08 -0000 1.1084
@@ -3,6 +3,17 @@
* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing
initialization for ximage.xoffset.
+ * test/.cvsignore: Ignore the -argb32-out.png and -rgb24-out.png
+ images as well.
+
+ * test/cairo-test.c: (cairo_test_for_target): Pass a format to the
+ surface create functions.
+ (create_image_surface): Condense create_argb_image_surface and
+ create_rgb_image_surface into a single function.
+ (create_xlib_surface): Add support for CAIRO_FORMAT_RGB24 in
+ addition to CAIRO_FORMAT_ARGB32.
+ Add a new target for testing xlib with CAIRO_FORMAT_RGB24.
+
2005-10-04 Anders Carlsson <andersca at imendio.com>
* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
More information about the cairo-commit
mailing list