index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapController.cpp
Commit message (
Expand
)
Author
Age
*
Remove uses of sk_throw.
Ben Wagner
2017-08-17
*
Assume HQ is handled by pipeline, delete legacy code-path
Mike Reed
2017-07-20
*
guard references to SkColorTable
Mike Reed
2017-07-18
*
support either 32bit swizzle in HQ mode
Mike Reed
2017-04-17
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
Change bitmapcache to not rely on lockpixels.
Mike Reed
2017-04-11
*
Revert "Revert "simplify api to bitmapcache""
Mike Reed
2017-03-25
*
Revert "simplify api to bitmapcache"
Florin Malita
2017-03-24
*
simplify api to bitmapcache
Mike Reed
2017-03-24
*
add experimental flag for downscaling
Mike Reed
2017-03-23
*
removed unused code around scaled generators
Mike Reed
2017-02-15
*
bicubic, attempt gazillion
Mike Klein
2016-12-09
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
Remove dest surface color mode from bitmap controller
Brian Osman
2016-12-06
*
External SkImageGenerator API
Florin Malita
2016-11-16
*
Simplify SkBitmapProvider
Florin Malita
2016-11-10
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
src/core: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
respect srgb gamma when building mips
reed
2016-06-10
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Remove SK_SUPPORT_LEGACY_BITMAP_FILTER guard
fmalita
2016-02-11
*
Relocate anisotropic mipmap logic to SkMipMap::extractLevel()
fmalita
2016-02-09
*
Use min scale when selecting mip level
fmalita
2016-02-09
*
remove dead SK_SUPPORT_LEGACY_NEG_SCALE_HQ flag
reed
2016-02-08
*
don't get dismayed by negative scales for HQ
reed
2016-02-03
*
Delete 2 legacy flags
fmalita
2016-01-25
*
Anisotropic mipmap fixes
fmalita
2016-01-22
*
use pixmaps in mipmap api
reed
2016-01-16
*
Cap filtering to kMedium_SkFilterQuality when downsampling
fmalita
2015-12-09
*
scaling API on SkPixmap
reed
2015-11-23
*
move SkBitmapProvider to its own file
reed
2015-09-15
*
create SkBitmapProvider to abstract images and bitmaps
reed
2015-09-15
*
simplify bitmap scaler and cache
reed
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
change Resize to take pixmap for src
reed
2015-06-12
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
refactor bitmapshader to use a controller
reed
2015-06-04