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
*
Port SkBlitRow::Color32 to SkOpts.
mtklein
2015-09-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove sk_memcpy32
mtklein
2015-07-27
*
Update some Sk4px APIs.
mtklein
2015-06-22
*
Re-proc SkBlitRow::Color32 for ARM.
mtklein
2015-05-22
*
Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https:...
mtklein
2015-05-22
*
Re-proc SkBlitRow::Color32 for ARM.
mtklein
2015-05-21
*
Sk4px
mtklein
2015-05-12
*
De-proc Color32
mtklein
2015-04-27
*
Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu...
mtklein
2015-04-27
*
De-proc Color32
mtklein
2015-04-27
*
Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu...
mtklein
2015-04-27
*
De-proc Color32
mtklein
2015-04-27
*
Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of ht...
mtklein
2015-04-21
*
Convert Color32 code to perfect blend.
mtklein
2015-04-20
*
Rework SSE and NEON Color32 algorithms to be more correct and faster.
mtklein
2015-04-17
*
Clean up ColorRectProc plumbing.
mtklein
2015-02-25
*
SSE2 implementation of memcpy32
commit-bot@chromium.org
2014-05-21
*
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