summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
2006-12-14Optimize gradient computationsDavid Turner1-127/+298
2006-12-14Fix 'make distcheck' after recent file removalsCarl Worth1-2/+1
2006-12-08[pixman] Remove unused slim_internal.hBehdad Esfahbod1-103/+0
2006-11-07[win32] Update pixman MMX code to work with MSVCVladimir Vukicevic3-73/+174
2006-10-10fix comment: pixman_private needs to be before the type of a variableChristian Biesinger1-2/+2
2006-09-29Use pixman_private consistently as prefix not suffixAlfred Peng2-3/+3
2006-09-29Add Sun Pro C definition of pixman_privateAlfred Peng1-1/+3
2006-09-19Add win32 output files to gitignoreVladimir Vukicevic1-0/+3
2006-09-19Add missing pixman_private to _FbOnes when a function.Carl Worth1-1/+1
2006-09-09[win32] Makefile.win32: use correct (/MD) runtime library flag everywhereVladimir Vukicevic1-1/+1
2006-09-09[win32] win32-specific Makefiles for building with MSVCVladimir Vukicevic1-0/+34
2006-09-07Fix the AMD64 final link by removing SLIM from pixmanNicholas Miell7-29/+0
2006-09-07Make the SLIM macros robust in the face of macro-renamed symbolsNicholas Miell1-2/+3
2006-09-05pixman: Add pixman_private decorations to hide pixman symbols from public int...Carl Worth4-56/+85
2006-08-17pixman: Use pSourceClip rather than pCompositeClip when fetchingVladimir Vukicevic1-19/+19
2006-08-13[pixman] Don't cast pointers to integersPavel Roskin1-1/+1
2006-08-11[warnings] Fixes for sparse. This fixes a lot of instances of 0 vs NULLKjartan Maraas3-22/+22
2006-08-08Fix leaks in failure paths in pixman gradient creationAlfred Peng1-0/+2
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod1-3/+3
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth5-47/+49
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-0/+11
2006-08-07Add -Wunsafe-loop-optimizations compiler flag and fix all warningsBehdad Esfahbod1-4/+4
2006-08-07Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.Carl Worth2-1/+15
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth3-12/+12
2006-07-28Add -Wold-style-definition compiler falg and fix all warnings.Behdad Esfahbod1-31/+22
2006-06-29Squelch some bogus compiler warnings about possibly uninitialized values.Carl Worth1-4/+5
2006-06-25Fix build after recent pixman.h change.Torsten Schoenfeld1-0/+4
2006-06-25Prefer using configure-generated variable for finding stdint.h or similar.Carl Worth1-5/+7
2006-06-16New API: Add support for new CAIRO_FORMAT_RGB16_565Carl Worth2-1/+8
2006-06-16Use enum time instead of int (shuts intel compiler up.)Behdad Esfahbod1-1/+1
2006-06-13Patch to fix pixman samping location bug (#2488).Bertram Felgenhauer1-6/+15
2006-06-13Bug 4196: undef MIN an MAX before defining to avoid duplicate definitionCarl Worth2-0/+4
2006-06-07pixman: fix compilation on HP-UX 11.11Zakharov Mikhail1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth19-73/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth18-79/+79
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth2-5/+5
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth11-27/+27
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth21-425/+425
2006-05-15pixman: Remove unused code to quiet compiler warningsCarl Worth2-80/+0
2006-05-15pixman: Add default case to quiet compiler warningCarl Worth1-0/+3
2006-05-15pixman: Fix build to enable warnings againCarl Worth1-2/+2
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