summaryrefslogtreecommitdiff
path: root/pixman/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-01-09Use uint32_t instead of uint;Anders Carlsson1-0/+7
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth1-1/+21
2006-01-04Originally: 2005-10-10 David Reveman <davidr@novell.com>Carl Worth1-0/+13
2005-11-21Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.Carl Worth1-0/+5
2005-11-18Remove spurios INT_ prefixes which break the build with very recent binutils.Carl Worth1-0/+5
2005-10-09Make space for the new bits needed by expand.Billy Biggs1-0/+4
2005-10-09Add extended repeat modes, copied from XRender.Billy Biggs1-0/+10
2005-09-18Only include xmmintrin.h if USE_SSE is defined.Billy Biggs1-0/+4
2005-09-18Bug #4414, reviewed by otaylor, cworth.Billy Biggs1-0/+11
2005-09-12Bug #4260, Reviewed by B. BiggsOwen Taylor1-0/+11
2005-08-28Use local labels rather than global labels in the assembly, to be robust if t...Owen Taylor1-0/+6
2005-08-27Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)Billy Biggs1-0/+15
2005-08-27Make the code work withOwen Taylor1-0/+7
2005-08-22When width/height are 0, copy the src to the dest, don't just return. (#3017)Owen Taylor1-0/+5
2005-08-21Fix a typo in the last change.Billy Biggs1-0/+4
2005-08-21Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end...Billy Biggs1-0/+8
2005-08-20Fix for bug #4140:Billy Biggs1-0/+7
2005-08-18Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a...Billy Biggs1-0/+12
2005-08-18Special case projective transforms so we can avoid doing the expensive 64-bit...Billy Biggs1-0/+6
2005-08-18For the source operator, the output should be cleared if the mask is zero. Th...Billy Biggs1-0/+9
2005-08-17Only mangle exported symbols. This is sufficient and makes debugging a lot ea...Billy Biggs1-0/+5
2005-08-16Fix a typo in the last commit.Billy Biggs1-0/+4
2005-08-16Split the MMX code into a separate libtool library to avoid applying the MMX ...Billy Biggs1-0/+9
2005-08-16Port MMX code from xserver to pixman.Billy Biggs1-0/+53
2005-08-11Fix to be correct for arbitrary xDst values.Billy Biggs1-0/+5
2005-08-10Add support for filling 1bpp images (used to clear A1 masks).Billy Biggs1-0/+5
2005-08-10Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...Billy Biggs1-0/+89
2005-08-10Union with empty rectangle should yield SUCCESS, not FAILUREKeith Packard1-0/+5
2005-08-05Fix problems in render fb implementation found by rendercheck:Jeff Muizelaar1-0/+20
2005-08-05Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...Jeff Muizelaar1-0/+11
2005-08-05Fix fbGetDrawableJeff Muizelaar1-0/+6
2005-08-05Fix some of the 4 bit per channel PICT definitionsJeff Muizelaar1-0/+6
2005-08-05Fix up the fast-path compositing operators; those are useful for sources with...Jeff Muizelaar1-0/+17
2005-08-01Optimize spans where the same value is being added to multiple pixels. This i...Billy Biggs1-0/+10
2005-08-01fix typoAmaury Jacquot1-0/+4
2005-07-30Finish up merging the optimization work from jaymz.Jeff Muizelaar1-0/+10
2005-07-30s/uint(8|16|32)_t/CARD(8|16|32)/Jeff Muizelaar1-0/+17
2005-07-30Add some optimizations from jaymz. Also adds some compile warnings that will ...Jeff Muizelaar1-0/+9
2005-07-28Add -head to LIBPIXMAN_VERSION after tagging with SNAPSHOT_0_1_6.Carl Worth1-0/+5
2005-07-28Add notes for snapshot 0.1.6.SNAPSHOT_0_1_6Carl Worth1-0/+6
2005-07-27Fix units for stride return to be FbStip-sized. : ---------------------------...Owen Taylor1-0/+5
2005-07-16Add call to fbCompositeSrcSrc_nxn that I missed.Jeff Muizelaar1-0/+5
2005-07-14Whitespace fix. (pixman_image_destroy): Fix leak of the clip region associate...Carl Worth1-0/+8
2005-07-09Begin merging in newer fb code.Jeff Muizelaar1-0/+12
2005-07-09More misc merging. Mostly s/pixman_composite/fbComposite/.Jeff Muizelaar1-0/+12
2005-07-09More misc merging. Mostly stuff like s/uint32_t/CARD32/.Jeff Muizelaar1-0/+16
2005-06-25Merge over most of the low-hanging renames from xserver/fb.Jeff Muizelaar1-0/+34
2005-06-25Fix broken build on older gcc's caused by overzealous s/IC_/FB_/gJeff Muizelaar1-0/+5
2005-06-24s/Ic/Fb/g This gets read of most of the [Ii][cC]'s the rest will probably dea...Jeff Muizelaar1-0/+26
2005-06-24selective s/Ic/fb/g.Jeff Muizelaar1-0/+16