Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / imageblur.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2016-04-04 robertphillipsUpdate SkBlurImageFilter to sk_sp
2015-12-10 xidachenSkBlurImageFilter returns input when sigma = 0
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-16 caryclarkmake glyph_pos imageblur* largeglyphblur portable
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-06 tfarinaCleanup: More override fixes - another round.
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-03-10 commit-bot@chromiu... Factory methods for heap-allocated SkImageFilter objects.
2014-01-13 commit-bot@chromiu... NEON fast path for box blur
2013-09-16 mtklein@google.comtext size is an SkScalar, Windows reminds me.
2013-09-16 mtklein@google.comsrand() + rand() -> SkRandom
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-07-18 senorblanco@chromi... Clean up the use of AutoScratchTexture in the gaussian...
2012-04-10 tomhudson@google.comFix miscellaneous compiler warnings from Visual Studio...
2011-11-16 senorblanco@chromi... This change makes SkImageFilter and SkBlurImageFilter...
2011-11-09 senorblanco@chromi... Implement Gaussian blurs for images. The caller create...