summaryrefslogtreecommitdiff
path: root/draw/imagedraw.c
AgeCommit message (Collapse)Author
2010-06-18SWAR implementations of the image drawing functions, plus some tweaks to the ↵Robin Watts
vanilla versions for speed.
2010-06-15Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in ↵Robin Watts
favour of doing blending using some macros.
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-14Add workaround to clip image blits against the unit rectangle.Tor Andersson
2010-05-10Use correct color index in image mask rendering. It still used the old ↵Tor Andersson
indexes for non-premultiplied colors from back when the array had both non and premultiplied colors.
2010-03-15Rename fitzdraw directory to draw.Tor Andersson