summaryrefslogtreecommitdiff
path: root/pixman/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-05-18Add notes for snapshot 0.1.5.SNAPSHOT_0_1_5Carl Worth1-0/+6
2005-05-18Clear pointers to NULL after destroying/freeing them.Carl Worth1-0/+5
2005-05-18Declare pixman_fixed16_16_t properly as int32_t rather than just int. Reporte...Carl Worth1-0/+5
2005-05-12libpixman creates an A8 format object and sometimes forgets to destroy (when ...Keith Packard1-0/+9
2005-04-28Set image->pCompositeClip here. (IcComputeCompositeRegion) src/icrect.c (pixm...Owen Taylor1-0/+7
2005-04-27Don't use pixman_compositeSrc_8888x8888 when the source is x8r8g8b8 or x8b8g8r8.Owen Taylor1-0/+5
2005-03-29src/pixman.h: add AIX to the test for inttypes.hTor Lillqvist1-0/+4
2005-03-11Set format->depth correctly instead of just using the bpp.Owen Taylor1-0/+5
2005-03-07Increment version to 0.1.4-head post-snapshot.Carl Worth1-0/+2
2005-03-07Add notes on using -head suffix for PIXMAN_VERSION.SNAPSHOT_0_1_4Carl Worth1-0/+2
2005-03-07Add notes for snapshot 0.1.4.Carl Worth1-0/+6
2005-03-04Intersect bounds of trapezoids with the bounds of the destination surface bef...Carl Worth1-0/+6
2005-03-04Add comment from xserver's mitrap.c.Carl Worth1-0/+5
2005-03-03Add pixman_add_trapezoidsDavid Reveman1-0/+5
2005-03-03Port from render/mipict.c.Carl Worth1-0/+7
2005-03-03Add a few more things that might be helpful when moving more files over from ...Carl Worth1-0/+6
2005-03-03Move definitions of MIN and MAX macros from ictrap.c to icint.h.Carl Worth1-0/+6
2005-03-03Remove dead "if (!format)" code which also makes things more in synch with th...Carl Worth1-0/+6
2005-03-03Restore original copyright and license which must have been inadvertently cha...Carl Worth1-0/+5
2005-03-02Fix comment to clarify that libpixman regards the xserver repository as its c...Carl Worth1-0/+4
2005-03-02Convert file encodings from ISO-8859 to UTF-8.Carl Worth1-0/+9
2005-02-21Add only-just-better-than-ASCII-art diagram showing all macros used in locati...Carl Worth1-0/+8
2005-02-21Move definition of __inline for non-gcc from ic.c to icint.h so it applies to...Carl Worth1-0/+6
2005-02-06Add AC_PREREQ(2.54) to help the Debian auto-guess-which-configure-version hack.Owen Taylor1-0/+5
2005-01-26Use 32-bits for pixman_bits_t, even on 64-bit platforms. This should fix bug ...Carl Worth1-0/+6
2005-01-21Add notes for snapshot 0.1.3.Carl Worth1-0/+7
2005-01-21Add missing files to satisfy make distcheck.Carl Worth1-0/+3
2005-01-21Update for changed www directory on server.Carl Worth1-0/+3
2005-01-21Add pixman-xserver-compat.h, (that was supposed to go in a couple of commits ...Carl Worth1-0/+3
2005-01-21Avoid buffer ovverrun when trapezoid's right edge is on a pixel boundary.Carl Worth1-0/+3
2005-01-21Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implemen...Carl Worth1-0/+19
2005-01-21Merge in changes from xserver, (mostly just whitespace).Carl Worth1-0/+5
2005-01-18Add pristine files from the X server containing Keith's newer point-sampling ...Carl Worth1-0/+13
2005-01-13(IcRasterizeTrapezoid): Fix the above correction so that it doesn't force 0 a...Carl Worth1-0/+3
2005-01-13Force alpha to 0 when the left edge is entirely above top. (This is a workaro...Carl Worth1-0/+6
2005-01-07Restore extern tag for variable declarations, (accidentally removed when rece...Carl Worth1-0/+7
2005-01-04Do nothing if src image has width or height == 0 to avoid potential divide-by...Carl Worth1-0/+5
2004-12-23Rename __internal_linkage to pixman_private.Carl Worth1-0/+15
2004-12-23Fix to actually call pixman_fill_rect_32bpp in the 32 bpp case. Thanks to TOK...Carl Worth1-0/+8
2004-12-20Special case solid color rectangle fills.Alexander Larsson1-0/+7
2004-10-28Abort release-publish if there's already a published tar file with the curren...Carl Worth1-0/+7
2004-10-27Put the tag command back which was accidentally removed from the instructions.Carl Worth1-0/+3
2004-10-27Suggest "cvs -q update -Ad" as an alternative to checkout.SNAPSHOT_0_1_2Carl Worth1-0/+1
2004-10-27Update date since 0.1.2 release didn't get pushed out until today.Carl Worth1-0/+11
2004-10-27Switch from two different buggy mod macros to a new MOD macro which should wo...Carl Worth1-0/+5
2004-10-13Fix email address in ChangeLogCarl Worth1-1/+1
2004-10-13Add notes for snapshot 0.1.2Carl Worth1-0/+6
2004-09-12Added pixman_format_get_masks and fixed a few format issuesDavid Reveman1-0/+9
2004-09-11Added function for setting component alphaDavid Reveman1-0/+6
2004-09-11Fixed clippingDavid Reveman1-0/+4