index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
filterfastbounds.cpp
Commit message (
Expand
)
Author
Age
*
move files out of private, and fix up callers to IWYU
Mike Reed
2017-05-16
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Update TileImageFilter to sk_sp
robertphillips
2016-04-15
*
Update DropShadowImageFilter to sk_sp
robertphillips
2016-04-06
*
Update SkMatrixImageFilter to sk_sp
robertphillips
2016-04-05
*
Update SkBlurImageFilter to sk_sp
robertphillips
2016-04-04
*
Update SkImageSource to sk_sp
robertphillips
2016-04-01
*
Update SkOffsetImageFilter to sk_sp
robertphillips
2016-03-31
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Swap SkPictureImageFilter's factories over to smart pointers
robertphillips
2016-03-28
*
switch surface to sk_sp
reed
2016-03-23
*
return pictures as sk_sp
reed
2016-03-18
*
update callsites for Make image factories
reed
2016-03-17
*
Add SkTileImageFilter sample to filterfastbounds GM.
senorblanco
2015-12-07
*
Revert "Revert of factories should return baseclass, allowing the impl to spe...
reed
2015-10-06
*
Revert of factories should return baseclass, allowing the impl to specialize ...
schenney
2015-10-06
*
factories should return baseclass, allowing the impl to specialize
reed
2015-10-06
*
Remove SkBitmapSource
fmalita
2015-09-25
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...
caryclark
2015-06-15
*
Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...
caryclark
2015-06-15
*
make gm background colors 565 compatible
caryclark
2015-06-15
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Move SkMatrixImageFilter into core, and add a factory fn for it.
senorblanco
2015-03-20
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
remove unused GM flags
mtklein
2015-01-23
*
Update GM to permit correctness testing of MPD on the GMs
robertphillips
2014-12-11
*
Add new GM (filterfastbounds)
robertphillips
2014-12-08