index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkSpriteBlitter_RGB16.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
use pixmaps for dst in sprites -- NO BITMAPS
reed
2015-06-05
*
remove bitmaps entirely from sprite blits (as source)
reed
2015-05-23
*
use SkPixmap inside sprite blitters
reed
2015-05-22
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
rename blitrow::proc and add (uncalled) hook for colorproc16
reed
2015-01-13
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add SK_OVERRIDE to a few places that are missing it.
mtklein
2014-12-15
*
SkColorTable locking serves no purpose anymore.
mtklein
2014-12-02
*
don't draw unpremul alpha (yet)
reed
2014-07-12
*
replace config() with colorType()
commit-bot@chromium.org
2014-05-29
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
*
Add a class to allocate small objects w/o extra calls to new.
commit-bot@chromium.org
2014-03-07
*
use colortype instead of config
reed@google.com
2014-02-20
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Revert "Revert "change SkColorTable to be immutable""
reed@google.com
2013-10-10
*
Revert "change SkColorTable to be immutable"
reed@google.com
2013-10-09
*
change SkColorTable to be immutable
reed@google.com
2013-10-09
*
Fix a bunch of warnings, mainly around rowBytes.
scroggo@google.com
2013-02-25
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
respect dither setting in index8->565 sprite case
reed@android.com
2009-08-20
*
fix white-space
reed@android.com
2009-07-07
*
fix gradients with alpha to convert to premul *after* the intermediate color
reed@android.com
2009-07-02
*
grab from latest android
reed@android.com
2008-12-17