summaryrefslogtreecommitdiff
path: root/draw/archport.c
AgeCommit message (Expand)Author
2010-07-21Replace path blending with general blending functions. Rewrite image renderin...Tor Andersson
2010-07-21Replace text blending with general blending functions.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-06-30Fix typo in text_w4i1o4_32bit that picked up the wrong color components.Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-23Remove some stray spaces.Tor Andersson
2010-06-18SWAR implementations of the image drawing functions, plus some tweaks to the ...Robin Watts
2010-06-16Accelerate some of the blitting functions using SWAR.Robin Watts
2010-05-27Add optimized function written in C that depends on integers being exactly 32...Tor Andersson