summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
2006-05-04pixman: Remove potential memory leak in failure path.Carl Worth1-4/+6
2006-04-19Use calloc rather than malloc+memsetChristian Biesinger2-7/+2
2006-04-14Change cairo_image_surface_create to zero out surface contents.Dom Lachowicz1-0/+1
2006-04-10Simple fix for build failure on DEC/OSF1.Laxmi Harikumar1-1/+1
2006-03-15Remove annoyinc RCS magic lines that are not being used, but cause conflicts.Carl Worth10-20/+0
2006-03-13fbCompositeTrans_0888xnx0888: Fix suspicious logical negation of pointer value.Carl Worth1-2/+2
2006-02-27Misc compilation fixes (C++-style comments, M_PI decls, etc.)Vladimir Vukicevic2-3/+11
2006-02-26Use C-style comments rather than C++-styleChristian Biesinger2-3/+3
2006-02-21Add missing gradient functions to pixman-remap.hChristian Biesinger1-0/+2
2006-02-15Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth2-0/+3
2006-01-21Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...Christian Biesinger1-3/+3
2006-01-09Use uint32_t instead of uint;Anders Carlsson2-4/+11
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth4-459/+776
2006-01-04Originally: 2005-10-10 David Reveman <davidr@novell.com>Carl Worth6-55/+510
2005-12-14Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth1-0/+2
2005-11-21Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.Carl Worth2-2/+5
2005-11-18Remove spurios INT_ prefixes which break the build with very recent binutils.Carl Worth2-2/+7
2005-10-09Make space for the new bits needed by expand.Billy Biggs2-2/+6
2005-10-09Add extended repeat modes, copied from XRender.Billy Biggs4-8/+27
2005-09-18Only include xmmintrin.h if USE_SSE is defined.Billy Biggs2-0/+6
2005-09-18Bug #4414, reviewed by otaylor, cworth.Billy Biggs3-114/+129
2005-09-12Bug #4260, Reviewed by B. BiggsOwen Taylor5-21/+40
2005-09-07Put win32 mutex locking on the 1.2.0 roadmap.Carl Worth1-6/+13
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