index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapScaler.cpp
Commit message (
Expand
)
Author
Age
*
remove unnecessary and confusing error message from scaler
humper
2015-02-26
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
fix missing return in error case for bitmap scaler
humper
2014-08-04
*
add a second interface to the resizer to exactly match what Chrome expects. ...
humper
2014-06-28
*
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
humper
2014-06-27
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
Make image scaling have floating point scales. Third attempt to land this
commit-bot@chromium.org
2014-05-28
*
Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905
epoger@google.com
2014-05-27
*
floating point scale factors for images
commit-bot@chromium.org
2014-05-27
*
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
*
Avoid recomputing two consecutive identical 1D filters.
commit-bot@chromium.org
2014-03-06
*
use colortype instead of config
reed@google.com
2014-02-20
*
Allowing Lanczos3 to be used in chromium
commit-bot@chromium.org
2014-02-14
*
detect if the scaledimagecache returns a purged bitmap
reed@google.com
2013-12-12
*
store SkAlphaType inside SkBitmap, on road to support unpremul
reed@google.com
2013-10-21
*
remove fConvolutionProcs from State, and just use it locally
reed@google.com
2013-09-05
*
free cache in destructor, in case endContext was not called. change Resize to...
reed@google.com
2013-07-24
*
Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/...
commit-bot@chromium.org
2013-07-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-20
*
The image resampling code has been transplanted from Chrome; it's incredibly ...
humper@google.com
2013-07-19