summaryrefslogtreecommitdiff
path: root/pixman/src/fbpict.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-31Fix the AMD64 final link by removing SLIM from pixmanNicholas Miell1-1/+0
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-0/+11
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-4/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-5/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-4/+4
2006-05-15pixman: Remove unused code to quiet compiler warningsCarl Worth1-14/+0
2006-05-15pixman: Add default case to quiet compiler warningCarl Worth1-0/+3
2006-03-15Remove annoyinc RCS magic lines that are not being used, but cause conflicts.Carl Worth1-2/+0
2006-03-13fbCompositeTrans_0888xnx0888: Fix suspicious logical negation of pointer value.Carl Worth1-2/+2
2006-01-21Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...Christian Biesinger1-3/+3
2005-09-18Bug #4414, reviewed by otaylor, cworth.Billy Biggs1-1/+118
2005-09-12Bug #4260, Reviewed by B. BiggsOwen Taylor1-10/+10
2005-08-27Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas)Billy Biggs1-2/+2
2005-08-21Remove warning about fbCompositeTrans_0888xnx0888 not being tested on big-end...Billy Biggs1-12/+11
2005-08-18Special case alpha values of 0 and 0xff. (fbCompositeSrc_8888x8888mmx): Add a...Billy Biggs1-3/+13
2005-08-18For the source operator, the output should be cleared if the mask is zero. Th...Billy Biggs1-4/+3
2005-08-16Port MMX code from xserver to pixman.Billy Biggs1-0/+1904