Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / morphology.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2016-04-05 robertphillipsUpdate SkMorphology ImageFilters to sk_sp
2016-03-25 robertphillipsSwitch SkMorphologyImageFilter over to new onFilterImag...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-15 caryclarkmake *imagefilter morphology iamge bitmapsource gm...
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-03-10 commit-bot@chromiu... Factory methods for heap-allocated SkImageFilter objects.
2014-02-13 commit-bot@chromiu... add peekPixels to SkCanvas and SkSurface
2014-02-13 commit-bot@chromiu... Revert of add peekPixels to SkCanvas and SkSurface...
2014-02-13 mike@reedtribe.orgadd peekPixels to SkCanvas and SkSurface
2014-01-25 reed@google.comadd legacy/helper allocN32Pixels, and convert gm to...
2013-10-16 senorblanco@chromi... Remove support for SK_CROP_RECT_IS_INT, now that it...
2013-10-10 senorblanco@chromi... Change SkImageFilter's cropRect from SkIRect to a CropR...
2013-09-17 senorblanco@chromi... Implement crop rect for the dilate and erode (morpholog...
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-04-10 senorblanco@chromi... Clamp dilate and erode radius to image width and height.
2012-03-02 senorblanco@chromi... Erode and dilate image filter effects, CPU and GPU...