summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
2005-09-26Backported from HEAD:Carl Worth1-6/+13
2005-09-18Bug #4414, reviewed by otaylor, cworth.Billy Biggs3-114/+132
2005-09-16Bug #4260, Reviewed by B. BiggsOwen Taylor5-21/+40
2005-08-28Use local labels rather than global labels in the assembly, to be robust if t...Owen Taylor2-4/+10
2005-08-27Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)Billy Biggs7-47/+62
2005-08-27Make the code work withOwen Taylor2-7/+24
2005-08-22When width/height are 0, copy the src to the dest, don't just return. (#3017)Owen Taylor2-1/+6
2005-08-21Fix a typo in the last change.Billy Biggs2-1/+5
2005-08-21Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end...Billy Biggs3-12/+21
2005-08-20Fix for bug #4140:Billy Biggs2-1/+9
2005-08-18Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a...Billy Biggs4-12/+108
2005-08-18Special case projective transforms so we can avoid doing the expensive 64-bit...Billy Biggs2-78/+163
2005-08-18For the source operator, the output should be cleared if the mask is zero. Th...Billy Biggs3-4/+24
2005-08-17Only mangle exported symbols. This is sufficient and makes debugging a lot ea...Billy Biggs2-260/+19
2005-08-16Fix a typo in the last commit.Billy Biggs2-1/+5
2005-08-16Split the MMX code into a separate libtool library to avoid applying the MMX ...Billy Biggs3-2/+35
2005-08-16Port MMX code from xserver to pixman.Billy Biggs7-217/+3286
2005-08-11Fix to be correct for arbitrary xDst values.Billy Biggs2-6/+63
2005-08-10Add support for filling 1bpp images (used to clear A1 masks).Billy Biggs2-0/+26
2005-08-10Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...Billy Biggs8-2917/+4082
2005-08-10Union with empty rectangle should yield SUCCESS, not FAILUREKeith Packard2-1/+6
2005-08-10From Keith Packard <keithp@keithp.com>,Carl Worth5-62/+310
2005-08-05Fix problems in render fb implementation found by rendercheck:Jeff Muizelaar2-59/+156
2005-08-05Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...Jeff Muizelaar2-3/+18
2005-08-05Fix fbGetDrawableJeff Muizelaar2-3/+9
2005-08-05Fix some of the 4 bit per channel PICT definitionsJeff Muizelaar2-3/+9
2005-08-05Fix up the fast-path compositing operators; those are useful for sources with...Jeff Muizelaar2-205/+244
2005-08-01Optimize spans where the same value is being added to multiple pixels. This i...Billy Biggs3-26/+220
2005-08-01fix typoAmaury Jacquot2-1/+5
2005-07-30Finish up merging the optimization work from jaymz.Jeff Muizelaar4-173/+170
2005-07-30s/uint(8|16|32)_t/CARD(8|16|32)/Jeff Muizelaar2-140/+157
2005-07-30Add some optimizations from jaymz. Also adds some compile warnings that will ...Jeff Muizelaar2-100/+504
2005-07-28Add -head to LIBPIXMAN_VERSION after tagging with SNAPSHOT_0_1_6.Carl Worth3-2/+7
2005-07-28Add notes for snapshot 0.1.6.SNAPSHOT_0_1_6Carl Worth3-1/+31
2005-07-27Fix units for stride return to be FbStip-sized. : ---------------------------...Owen Taylor2-1/+6
2005-07-16Add call to fbCompositeSrcSrc_nxn that I missed.Jeff Muizelaar2-0/+11
2005-07-14Whitespace fix. (pixman_image_destroy): Fix leak of the clip region associate...Carl Worth2-1/+11
2005-07-09Begin merging in newer fb code.Jeff Muizelaar2-2/+187
2005-07-09More misc merging. Mostly s/pixman_composite/fbComposite/.Jeff Muizelaar2-36/+48
2005-07-09More misc merging. Mostly stuff like s/uint32_t/CARD32/.Jeff Muizelaar2-313/+329
2005-06-25Merge over most of the low-hanging renames from xserver/fb.Jeff Muizelaar9-447/+501
2005-06-25Fix broken build on older gcc's caused by overzealous s/IC_/FB_/gJeff Muizelaar2-1/+6
2005-06-24s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dea...Jeff Muizelaar18-776/+802
2005-06-24selective s/Ic/fb/g.Jeff Muizelaar10-397/+413
2005-06-24s/IC_/FB_/gJeff Muizelaar11-194/+215
2005-06-23s/IcCombine/fbCombine/Jeff Muizelaar2-136/+167
2005-06-23s/pixman_compositeOperand/FbCompositeOperand/g.Jeff Muizelaar3-286/+345
2005-06-23s/pixman_bits_t/FbBits/sJeff Muizelaar7-133/+164
2005-06-23more merging:Jeff Muizelaar2-15/+33
2005-06-23Start the xserver/fb -> libpixman merging with a copy optimization.Jeff Muizelaar3-1/+33