add helper makeShader for the common Clamp case
[platform/upstream/libSkiaSharp.git] / gm / imagemagnifier.cpp
2017-03-22 Mike KleinGM: some header cleanup
2016-12-20 Brian OsmanAdd color space xform to GrMagnifierEffect
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-04-14 robertphillipsSwitch SkMagnifierImageFilter over to new onFilterImage...
2016-04-07 robertphillipsUpdate MagnifierImageFilter to sk_sp
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 imagefilters* imagemagnifier imageresizetiled...
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.
2014-10-23 senorblancoFix imagemagnifier GM quality and speed.
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.
2013-10-21 commit-bot@chromiu... Magnifier gpu path fix
2013-09-16 mtklein@google.comtext size is an SkScalar, Windows reminds me.
2013-09-16 mtklein@google.comsrand() + rand() -> SkRandom
2012-08-15 scroggo@google.comSkip tiled drawing in GM for magnifier image filter.
2012-08-13 bsalomon@google.comAdd a zoom filter to Skia. This will be used on ChromeO...