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
*
Pass through the profile info when creating a high-quality scaled offscreen.
herb
2016-04-18
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
exit computeFilters if filter width is zero
caryclark
2016-03-21
*
remove legacy bitmap filter
caryclark
2016-02-18
*
Allow Resize to be called w/ a preallocated pixmap
reed
2016-01-13
*
Refactor resize filter to go faster
caryclark
2016-01-12
*
add hard-coded limit for tmp allocations when HQ image scaling
reed
2015-10-01
*
simplify bitmap scaler and cache
reed
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
change Resize to take pixmap for src
reed
2015-06-12
*
remove unused private Resizer
reed
2015-06-12
*
speculative revert change to pixmap for bitmapscaler
reed
2015-05-26
*
add SkPixmap and external locking to bitmaps
reed
2015-05-22
*
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