summaryrefslogtreecommitdiff
path: root/pixman
Commit message (Expand)AuthorAgeFilesLines
* Squelch some bogus compiler warnings about possibly uninitialized values.Carl Worth2006-06-291-4/+5
* Fix build after recent pixman.h change.Torsten Schoenfeld2006-06-251-0/+4
* Prefer using configure-generated variable for finding stdint.h or similar.Carl Worth2006-06-251-5/+7
* New API: Add support for new CAIRO_FORMAT_RGB16_565Carl Worth2006-06-162-1/+8
* Use enum time instead of int (shuts intel compiler up.)Behdad Esfahbod2006-06-161-1/+1
* Patch to fix pixman samping location bug (#2488).Bertram Felgenhauer2006-06-131-6/+15
* Bug 4196: undef MIN an MAX before defining to avoid duplicate definitionCarl Worth2006-06-132-0/+4
* pixman: fix compilation on HP-UX 11.11Zakharov Mikhail2006-06-071-1/+1
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-0619-73/+0
* Remove all remaining trailing whitespace.Carl Worth2006-06-0618-79/+79
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-062-5/+5
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-0611-27/+27
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-0621-425/+425
* pixman: Remove unused code to quiet compiler warningsCarl Worth2006-05-152-80/+0
* pixman: Add default case to quiet compiler warningCarl Worth2006-05-151-0/+3
* pixman: Fix build to enable warnings againCarl Worth2006-05-151-2/+2
* pixman: Remove potential memory leak in failure path.Carl Worth2006-05-041-4/+6
* Use calloc rather than malloc+memsetChristian Biesinger2006-04-192-7/+2
* Change cairo_image_surface_create to zero out surface contents.Dom Lachowicz2006-04-141-0/+1
* Simple fix for build failure on DEC/OSF1.Laxmi Harikumar2006-04-101-1/+1
* Remove annoyinc RCS magic lines that are not being used, but cause conflicts.Carl Worth2006-03-1510-20/+0
* fbCompositeTrans_0888xnx0888: Fix suspicious logical negation of pointer value.Carl Worth2006-03-131-2/+2
* Misc compilation fixes (C++-style comments, M_PI decls, etc.)Vladimir Vukicevic2006-02-272-3/+11
* Use C-style comments rather than C++-styleChristian Biesinger2006-02-262-3/+3
* Add missing gradient functions to pixman-remap.hChristian Biesinger2006-02-211-0/+2
* Rename .cvsignore to .gitignore. Add *~ and *.o.Carl Worth2006-02-152-0/+3
* Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...Christian Biesinger2006-01-211-3/+3
* Use uint32_t instead of uint;Anders Carlsson2006-01-092-4/+11
* 2005-10-10 David Reveman <davidr@novell.com>Carl Worth2006-01-044-459/+776
* Originally: 2005-10-10 David Reveman <davidr@novell.com>Carl Worth2006-01-046-55/+510
* Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth2005-12-141-0/+2
* Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.Carl Worth2005-11-212-2/+5
* Remove spurios INT_ prefixes which break the build with very recent binutils.Carl Worth2005-11-182-2/+7
* Make space for the new bits needed by expand.Billy Biggs2005-10-092-2/+6
* Add extended repeat modes, copied from XRender.Billy Biggs2005-10-094-8/+27
* Only include xmmintrin.h if USE_SSE is defined.Billy Biggs2005-09-182-0/+6
* Bug #4414, reviewed by otaylor, cworth.Billy Biggs2005-09-183-114/+129
* Bug #4260, Reviewed by B. BiggsOwen Taylor2005-09-125-21/+40
* Put win32 mutex locking on the 1.2.0 roadmap.Carl Worth2005-09-071-6/+13
* Use local labels rather than global labels in the assembly, to be robust if t...Owen Taylor2005-08-282-4/+10
* Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)Billy Biggs2005-08-277-47/+62
* Make the code work withOwen Taylor2005-08-272-7/+24
* When width/height are 0, copy the src to the dest, don't just return. (#3017)Owen Taylor2005-08-222-1/+6
* Fix a typo in the last change.Billy Biggs2005-08-212-1/+5
* Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end...Billy Biggs2005-08-213-12/+21
* Fix for bug #4140:Billy Biggs2005-08-202-1/+9
* Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a...Billy Biggs2005-08-184-12/+108
* Special case projective transforms so we can avoid doing the expensive 64-bit...Billy Biggs2005-08-182-78/+163
* For the source operator, the output should be cleared if the mask is zero. Th...Billy Biggs2005-08-183-4/+24
* Only mangle exported symbols. This is sufficient and makes debugging a lot ea...Billy Biggs2005-08-172-260/+19