[cairo-commit] libpixman AUTHORS,1.8,1.9 ChangeLog,1.21,1.22
David Reveman
commit at pdx.freedesktop.org
Sun Sep 12 06:06:52 PDT 2004
Committed by: davidr
Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv19093
Modified Files:
AUTHORS ChangeLog
Log Message:
Added pixman_format_get_masks and fixed a few format issues
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/libpixman/AUTHORS,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AUTHORS 12 Sep 2004 02:55:24 -0000 1.8
--- AUTHORS 12 Sep 2004 13:06:50 -0000 1.9
***************
*** 7,11 ****
Owen Taylor <otaylor at redhat.com> Support for both transform and repeat
Keith Packard <keithp at keithp.com> The original implementation of the compositing code.
! David Reveman <c99drn at cs.umu.se> Byte-order and clipping fixes.
Vladimir Vukicevic <vladimir at pobox.com> Bug fix.
Bryan Worth <bryan at theworths.org> Cleanups to not depend on X header files.
--- 7,11 ----
Owen Taylor <otaylor at redhat.com> Support for both transform and repeat
Keith Packard <keithp at keithp.com> The original implementation of the compositing code.
! David Reveman <c99drn at cs.umu.se> Byte-order, clipping and format fixes.
Vladimir Vukicevic <vladimir at pobox.com> Bug fix.
Bryan Worth <bryan at theworths.org> Cleanups to not depend on X header files.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ChangeLog 12 Sep 2004 02:55:24 -0000 1.21
--- ChangeLog 12 Sep 2004 13:06:50 -0000 1.22
***************
*** 1,4 ****
--- 1,13 ----
2004-09-12 David Reveman <c99drn at cs.umu.se>
+ * src/icformat.c (pixman_format_init): pixman_format_init expects
+ that all variables not touched are zero. We need to add a memset
+ here to make that true.
+ Added pixman_format_get_masks, which allow clients to get the
+ masks from a format.
+
+ * src/icimage.c: Added the implementation of pixman_image_get_format,
+ which was missing.
+
* src/icint.h: slim_hidden_proto pixman_image_set_component_alpha.
More information about the cairo-commit
mailing list