Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
[platform/upstream/libSkiaSharp.git] / gm / blurrect.cpp
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-04-04 reedswitch maskfilters to sk_sp
2016-03-09 reedpartial switch over to sp usage of shaders
2015-12-17 robertphillipsAdd default ctor to SkMask
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-05-04 reedremove redundant/deprecated TwoPointRadial gradiet...
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-12-18 joshualittI could create new GMs if you prefer.
2014-07-07 mtkleinAdd always-threaded SkRecord quilt tests.
2014-05-28 commit-bot@chromiu... Shut up windows build errors on new GM
2014-05-28 commit-bot@chromiu... make new blurrect GM and replace the dozens of existing...
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-04-28 commit-bot@chromiu... move common blur types into central header
2014-02-17 commit-bot@chromiu... replace SkBitmap::Config with SkColorType in gms
2014-01-10 commit-bot@chromiu... merge multiple blurrect GMs into one GM and add versions
2013-11-25 commit-bot@chromiu... remove SkFloatToScalar macro
2013-09-07 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-09-06 robertphillips@goo... Push sigma-based blur interface into our GMs/benches...
2013-08-28 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-27 robertphillips@goo... Blur refactoring
2013-06-11 commit-bot@chromiu... Remove the non-separable blur because it is no longer...
2013-02-21 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-02-20 jvanverth@google.comFix compile errors in blur code on Windows.
2013-02-20 humper@google.comComplete the implementation of the faster blur; now...
2013-01-30 junov@chromium.orgRe-enbling blurrect gm test wich no longer fails with...
2013-01-11 bsalomon@google.comFix leaks in blurrect benchs and gm.
2013-01-08 bsalomon@google.comEnable warnings-as-errors on Windows.
2013-01-07 reed@google.comfix warnings
2013-01-07 humper@google.comeliminate all warnings in non-thirdparty code on mac
2013-01-05 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-04 reed@google.comdisable some new tests until we debug an rtree failure
2013-01-04 humper@google.comAdded a new function to directly generate a blurred...
2012-12-17 reed@google.comwe do not correctly handle inner-style in blurmaskfilte...
2012-11-27 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-26 reed@google.comchoose correct blitrow proc based on global alpha
2012-11-20 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-19 reed@google.commodify gm to have a non-uniform donut for testing
2012-11-06 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-02 reed@google.comadd blurrect gm