index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
opts
/
SkBlitRow_opts_none.cpp
Commit message (
Expand
)
Author
Age
*
Port SkBlitRow::Color32 to SkOpts.
mtklein
2015-09-10
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Re-proc SkBlitRow::Color32 for ARM.
mtklein
2015-05-22
*
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
*
Clean up ColorRectProc plumbing.
mtklein
2015-02-25
*
rename blitrow::proc and add (uncalled) hook for colorproc16
reed
2015-01-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-29
*
ARM Skia NEON patches - 15 - Preparation work for Blitmask optims
commit-bot@chromium.org
2013-08-28
*
ARM Skia NEON patches - 05 - Cleaning
commit-bot@chromium.org
2013-07-10
*
remove dead references to PlatformProcs4444
reed@google.com
2013-06-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
SSE2 version of blit_lcd16, courtesy of Jin Yang.
tomhudson@google.com
2012-02-14
*
support blitMask+shader natively (1.75x faster for AA, and now we can support
reed@google.com
2011-11-15
*
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
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
http://codereview.appspot.com/3980041/
reed@google.com
2011-03-09
*
SSE2 optimizations for 32bit Color operation.
senorblanco@chromium.org
2010-12-13
*
remove const modifiers on function return types (unneeded, and caused an error
reed@android.com
2009-11-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
*
add optimization table for blitproc functions
reed@android.com
2009-07-30