Find cubic KLM functionals directly
[platform/upstream/libSkiaSharp.git] / gm / imagefiltersclipped.cpp
2017-03-22 Mike KleinGM: some header cleanup
2016-04-15 robertphillipsUpdate DisplacementMapEffect to sk_sp
2016-04-15 robertphillipsRevert of Update DisplacementMapEffect to sk_sp (patchs...
2016-04-15 robertphillipsUpdate DisplacementMapEffect to sk_sp
2016-04-08 robertphillipsUpdate LightingImageFilter to sk_sp
2016-04-06 robertphillipsUpdate DropShadowImageFilter to sk_sp
2016-04-05 robertphillipsUpdate SkMatrixImageFilter to sk_sp
2016-04-05 robertphillipsUpdate SkMorphology ImageFilters to sk_sp
2016-04-04 robertphillipsUpdate SkBlurImageFilter to sk_sp
2016-04-01 robertphillipsUpdate SkImageSource to sk_sp
2016-03-31 robertphillipsUpdate SkOffsetImageFilter to sk_sp
2016-03-30 robertphillipsSwitch SkLocalMatrixImageFilter and SkPaintImageFilter...
2016-03-30 djsollenRevert of Switch SkLocalMatrixImageFilter and SkPaintIm...
2016-03-29 robertphillipsSwitch SkLocalMatrixImageFilter and SkPaintImageFilter...
2016-03-25 reedmove setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CRE...
2016-03-24 reedswitch surface to sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
2016-01-08 ajumaImplement an SkPaint-based image filter
2015-09-15 fmalitaConvert unit tests, GMs from SkBitmapSource to SkImages...
2015-09-03 robertphillipsMinor code cleanup (left over from prior CL)
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 senorblancoFix clipped lighting image filters.
2015-07-21 jvanverthRun noise shader separately in imagefiltersclipped
2015-05-12 reedRevert of Revert of stop calling SkScalarDiv (patchset...
2015-05-12 reedRevert of stop calling SkScalarDiv (patchset #4 id...
2015-05-12 reedstop calling SkScalarDiv
2015-04-09 senorblancoChange some more GMs to clear to opaque black, not...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-20 senorblancoMove SkMatrixImageFilter into core, and add a factory...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-01-26 halcanarys/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checke...
2015-01-26 halcanaryFactor out checkerboard function in gm and sampleapp...
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-10-23 sugoiAdding an option to render only the shadow in SkDropSha...
2014-07-22 senorblancoRemove the single-sigma version of SkDropShadowImageFil...
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-25 senorblanco@chromi... Implement a generic matrix transform image filter.
2014-03-10 commit-bot@chromiu... Factory methods for heap-allocated SkImageFilter objects.
2014-03-03 senorblanco@chromi... Fix CTM scaling and clipping of SkRectShaderImageFilter.
2014-02-19 senorblanco@chromi... Fix CTM application in SkResizeImagefilter; implement...
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-02-06 senorblanco@chromi... Fix memory leak in imagefiltersclipped GM (found by...
2014-02-05 senorblanco@chromi... Implement correct clipping for image filters.