summaryrefslogtreecommitdiff
path: root/core/SkBlitRow_D32.cpp
AgeCommit message (Expand)Author
2011-03-09Correct blitmask procs to recognize that we pass them an SkColor, and if theyreed@google.com
2011-03-09http://codereview.appspot.com/3980041/reed@google.com
2011-02-23merge from android tree:djsollen@google.com
2010-12-16Fix perf regression in Color32.senorblanco@chromium.org
2010-12-13SSE2 optimizations for 32bit Color operation.senorblanco@chromium.org
2009-11-04SSE2 optimizations for 32bit blending blitters.senorblanco@chromium.org
2009-09-23add BlitRow procs for 32->32, to allow for neon and other optimizations.reed@android.com