index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
xfermodeimagefilter.cpp
Commit message (
Expand
)
Author
Age
*
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
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make xfermode* portable
caryclark
2015-07-21
*
Change some more GMs to clear to opaque black, not transparent black.
senorblanco
2015-04-09
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
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
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
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
*
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
*
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
*
Fix Windows compiler warnings/errors
robertphillips@google.com
2013-12-06
*
Implement srcRect and dstRect functionality in SkBitmapSource. This is requir...
commit-bot@chromium.org
2013-12-06
*
Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin...
senorblanco@chromium.org
2013-10-16
*
Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...
senorblanco@chromium.org
2013-10-10
*
Moving 4 SkImageFilter derived classes from blink to skia
commit-bot@chromium.org
2013-09-26
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-11
*
Win7/8 compiler warnings/errors fix for r9980
robertphillips@google.com
2013-07-11
*
Implement offset for GPU filter path. Although we can't yet use this in Blink...
commit-bot@chromium.org
2013-07-10
*
Implement SkXfermode image filter. This required changing the signature of Sk...
senorblanco@chromium.org
2013-05-31