summaryrefslogtreecommitdiff
path: root/pixman
Commit message (Expand)AuthorAgeFilesLines
* [win32] Update pixman MMX code to work with MSVCVladimir Vukicevic2006-11-073-73/+174
* fix comment: pixman_private needs to be before the type of a variableChristian Biesinger2006-10-101-2/+2
* Use pixman_private consistently as prefix not suffixAlfred Peng2006-09-292-3/+3
* Add Sun Pro C definition of pixman_privateAlfred Peng2006-09-291-1/+3
* Add win32 output files to gitignoreVladimir Vukicevic2006-09-191-0/+3
* Add missing pixman_private to _FbOnes when a function.Carl Worth2006-09-191-1/+1
* [win32] Makefile.win32: use correct (/MD) runtime library flag everywhereVladimir Vukicevic2006-09-091-1/+1
* [win32] win32-specific Makefiles for building with MSVCVladimir Vukicevic2006-09-091-0/+34
* Fix the AMD64 final link by removing SLIM from pixmanNicholas Miell2006-09-077-29/+0
* Make the SLIM macros robust in the face of macro-renamed symbolsNicholas Miell2006-09-071-2/+3
* pixman: Add pixman_private decorations to hide pixman symbols from public int...Carl Worth2006-09-054-56/+85
* pixman: Use pSourceClip rather than pCompositeClip when fetchingVladimir Vukicevic2006-08-171-19/+19
* [pixman] Don't cast pointers to integersPavel Roskin2006-08-131-1/+1
* [warnings] Fixes for sparse. This fixes a lot of instances of 0 vs NULLKjartan Maraas2006-08-113-22/+22
* Fix leaks in failure paths in pixman gradient creationAlfred Peng2006-08-081-0/+2
* Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod2006-08-081-3/+3
* Merge branch 'warnings-cleanup' into cairoCarl Worth2006-08-075-47/+49
|\
| * Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth2006-08-071-0/+11
| * Add -Wunsafe-loop-optimizations compiler flag and fix all warningsBehdad Esfahbod2006-08-071-4/+4
| * Add -Wsign-compare compiler flag and fix all warningsCarl Worth2006-07-283-12/+12
| * Add -Wold-style-definition compiler falg and fix all warnings.Behdad Esfahbod2006-07-281-31/+22
* | Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.Carl Worth2006-08-072-1/+15
|/
* 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