index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
tileimagefilter.cpp
Commit message (
Expand
)
Author
Age
*
GM: some header cleanup
Mike Klein
2017-03-22
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Update TileImageFilter to sk_sp
robertphillips
2016-04-15
*
Update SkColorFilterImageFilter to sk_sp
robertphillips
2016-04-05
*
Update SkImageSource to sk_sp
robertphillips
2016-04-01
*
Fix padding bug in SkTileImageFilter.
senorblanco
2016-04-01
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers
robertphillips
2016-03-17
*
update callsites for Make image factories
reed
2016-03-17
*
Fix SkTileImageFilter when srcRect is a superset of bitmap bounds.
senorblanco
2016-01-11
*
Convert unit tests, GMs from SkBitmapSource to SkImagesource
fmalita
2015-09-15
*
Minor code cleanup (left over from prior CL)
robertphillips
2015-09-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make stroketext textblob* texteffects tileimagefilter gm portable
caryclark
2015-07-20
*
Add bigtileimagefilter GM & improvements to toString
robertphillips
2015-06-08
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-04
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-04
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-02
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-02
*
Change some more GMs to clear to opaque black, not transparent black.
senorblanco
2015-04-09
*
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
halcanary
2015-01-26
*
Factor out checkerboard function in gm and sampleapp into tools.
halcanary
2015-01-26
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Implement bounds traversals for tile and matrix convolution filters.
senorblanco@chromium.org
2014-04-29
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Implement srcRect and dstRect functionality in SkBitmapSource. This is requir...
senorblanco@chromium.org
2013-12-09
*
Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBit...
robertphillips@google.com
2013-12-06
*
Implement srcRect and dstRect functionality in SkBitmapSource. This is requir...
commit-bot@chromium.org
2013-12-06
*
Moving 4 SkImageFilter derived classes from blink to skia
commit-bot@chromium.org
2013-09-26