Tag 'pixman-0.9.6-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-11-24 23:52 +0000
Tagging upload of pixman 0.9.6-1 to unstable. Changes since pixman-0.9.5-3: Carl Worth (2): Don't copy unused bits to an alpha channel Fix build breakage when under the influence of USE_MMX Chris Wilson (3): [pixman-image] Avoid integer overflow when allocating bits. [pixman-image] Avoid a potential malloc(0). [pixman-image] [mlk] Free the locally allocated bits. Jeff Muizelaar (1): Fix special case selection when the mask has a transform Julien Cristau (4): Merge tag 'pixman-0.9.6' into debian-unstable New upstream release. Delete unused file. Prepare changelog for upload and add bug closer. Søren Sandmann (4): Add README file based on text from Bjorn Lindquist Remove comma from enumerator list. Bug 12621, reported by Matt Kraai. Make stride signed in various places. This should fix some the Only compile with -msse on x86-64. Søren Sandmann Pedersen (1): Bump version number Tilman Sauerbeck (1): Fixed the declaration of pixman_image_set_source_clipping(). Vladimir Vukicevic (3): compilation: build edge/compose with accessors separately [win32] Makefile and compilation fixes for win32 [memlk] don't try to allocate new data for 0-rectangle regions --- .gitignore | 5 README | 26 +++ config.h.in | 3 configure | 162 ++++++++++++++------ configure.ac | 45 ++++- debian/changelog | 9 + debian/patches/02_no-sse.diff | 13 - debian/patches/03_fbFetchTransformed_64bit_fix.diff | 29 --- debian/patches/series | 2 libcomp.pc | 11 - pixman/Makefile.am | 15 - pixman/Makefile.in | 60 +------ pixman/Makefile.win32 | 31 +++ pixman/pixman-compose-accessors.c | 4 pixman/pixman-compose.c | 12 - pixman/pixman-compute-region.c | 3 pixman/pixman-edge-accessors.c | 4 pixman/pixman-edge.c | 4 pixman/pixman-image.c | 36 +++- pixman/pixman-mmx.c | 7 pixman/pixman-pict.c | 6 pixman/pixman-private.h | 27 +++ pixman/pixman-region.c | 14 + pixman/pixman-timer.c | 7 pixman/pixman-trap.c | 3 pixman/pixman-utils.c | 17 ++ pixman/pixman.h | 4 27 files changed, 381 insertions(+), 178 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]