summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
2005-03-29src/pixman.h: add AIX to the test for inttypes.hTor Lillqvist2-2/+6
2005-03-11Set format->depth correctly instead of just using the bpp.Owen Taylor2-1/+10
2005-03-07Increment version to 0.1.4-head post-snapshot.Carl Worth2-1/+3
2005-03-07Add notes on using -head suffix for PIXMAN_VERSION.SNAPSHOT_0_1_4Carl Worth2-11/+19
2005-03-07Add notes for snapshot 0.1.4.Carl Worth3-1/+29
2005-03-04Intersect bounds of trapezoids with the bounds of the destination surface bef...Carl Worth2-3/+31
2005-03-04Add comment from xserver's mitrap.c.Carl Worth2-2/+10
2005-03-03Add pixman_add_trapezoidsDavid Reveman3-2/+30
2005-03-03Port from render/mipict.c.Carl Worth4-1/+49
2005-03-03Add a few more things that might be helpful when moving more files over from ...Carl Worth2-4/+15
2005-03-03Move definitions of MIN and MAX macros from ictrap.c to icint.h.Carl Worth3-4/+10
2005-03-03Remove dead "if (!format)" code which also makes things more in synch with th...Carl Worth2-52/+38
2005-03-03Restore original copyright and license which must have been inadvertently cha...Carl Worth2-21/+24
2005-03-02Fix comment to clarify that libpixman regards the xserver repository as its c...Carl Worth2-8/+17
2005-03-02Convert file encodings from ISO-8859 to UTF-8.Carl Worth20-21/+30
2005-02-21Add only-just-better-than-ASCII-art diagram showing all macros used in locati...Carl Worth2-11/+58
2005-02-21Move definition of __inline for non-gcc from ic.c to icint.h so it applies to...Carl Worth3-7/+10
2005-02-06Add AC_PREREQ(2.54) to help the Debian auto-guess-which-configure-version hack.Owen Taylor2-0/+7
2005-01-26Use 32-bits for pixman_bits_t, even on 64-bit platforms. This should fix bug ...Carl Worth2-10/+16
2005-01-21Fix typoSNAPSHOT_0_1_3Carl Worth1-1/+1
2005-01-21Fix snapshot URL in descriptionCarl Worth1-1/+1
2005-01-21Add notes for snapshot 0.1.3.Carl Worth4-2/+37
2005-01-21Add missing files to satisfy make distcheck.Carl Worth2-0/+5
2005-01-21Update for changed www directory on server.Carl Worth2-1/+4
2005-01-21Add pixman-xserver-compat.h, (that was supposed to go in a couple of commits ...Carl Worth2-0/+101
2005-01-21Avoid buffer ovverrun when trapezoid's right edge is on a pixel boundary.Carl Worth2-3/+10
2005-01-21Switch to use new fbRasterizeTrapezoid. Gut old IcRasterizeTrapezoid implemen...Carl Worth10-1377/+53
2005-01-21Merge in changes from xserver, (mostly just whitespace).Carl Worth2-9/+17
2005-01-18Add pristine files from the X server containing Keith's newer point-sampling ...Carl Worth6-0/+833
2005-01-13(IcRasterizeTrapezoid): Fix the above correction so that it doesn't force 0 a...Carl Worth2-2/+9
2005-01-13Force alpha to 0 when the left edge is entirely above top. (This is a workaro...Carl Worth2-2/+18
2005-01-07Restore extern tag for variable declarations, (accidentally removed when rece...Carl Worth3-2/+9
2005-01-04Do nothing if src image has width or height == 0 to avoid potential divide-by...Carl Worth2-0/+11
2004-12-23Rename __internal_linkage to pixman_private.Carl Worth7-41/+69
2004-12-23Fix to actually call pixman_fill_rect_32bpp in the 32 bpp case. Thanks to TOK...Carl Worth2-5/+13
2004-12-20Special case solid color rectangle fills.Alexander Larsson2-23/+158
2004-10-28Abort release-publish if there's already a published tar file with the curren...Carl Worth3-12/+28
2004-10-27Put the tag command back which was accidentally removed from the instructions.Carl Worth2-1/+8
2004-10-27Suggest "cvs -q update -Ad" as an alternative to checkout.SNAPSHOT_0_1_2Carl Worth2-0/+4
2004-10-27Update date since 0.1.2 release didn't get pushed out until today.Carl Worth6-36/+88
2004-10-27Switch from two different buggy mod macros to a new MOD macro which should wo...Carl Worth5-20/+30
2004-10-13Fix email address in ChangeLogCarl Worth1-1/+1
2004-10-13Add notes for snapshot 0.1.2Carl Worth3-2/+31
2004-09-12Added pixman_format_get_masks and fixed a few format issuesDavid Reveman5-3/+59
2004-09-11Added function for setting component alphaDavid Reveman5-1/+22
2004-09-11Fixed clippingDavid Reveman2-1/+13
2004-09-11Byte-order fixDavid Reveman3-0/+20
2004-09-11Added support for both transform and repeatDavid Reveman5-4/+61
2004-05-06Leave clientClipType as CT_NONE if region is NULL (thanks to Vladimir Vukicev...Carl Worth3-2/+11
2004-04-16Add RELEASING fileSNAPSHOT_0_1_1Carl Worth1-0/+71