index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBlitRow_D32.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
remove outdated test code for TEST_SRC_ALPHA
reed@google.com
2012-07-30
*
special-case filling narrow rects, where we can be faster than the SSE2 asm
reed@google.com
2012-05-15
*
(SSE2) acceleration for rectangular opaque erases.
tomhudson@google.com
2012-03-19
*
don't blend with zero in colorproc (forgot to return after memcpy check).
reed@google.com
2011-10-25
*
move LCD blits into opts, so they can have assembly versions
reed@google.com
2011-10-18
*
separate SkBlitMask decl into its own header
reed@google.com
2011-10-12
*
add SK_RESTRICT to mask procs
reed@google.com
2011-09-13
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
re-enable SSE2 blitmask procs, only excluding if we're black (in which case
reed@google.com
2011-07-07
*
Correct blitmask procs to recognize that we pass them an SkColor, and if they
reed@google.com
2011-03-09
*
http://codereview.appspot.com/3980041/
reed@google.com
2011-03-09
*
merge from android tree:
djsollen@google.com
2011-02-23
*
Fix perf regression in Color32.
senorblanco@chromium.org
2010-12-16
*
SSE2 optimizations for 32bit Color operation.
senorblanco@chromium.org
2010-12-13
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04
*
add BlitRow procs for 32->32, to allow for neon and other optimizations.
reed@android.com
2009-09-23