aboutsummaryrefslogtreecommitdiffstats
path: root/gm/blurroundrect.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't adapt any gray colors to 565Mike Klein2018-08-161-3/+2
* hide SkBlurMaskFilter and SkBlurQualityMike Reed2018-03-141-7/+5
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Revert "Revert "make it illegal to include SkXfermode.h""Mike Reed2016-11-231-1/+0
* Revert "make it illegal to include SkXfermode.h"Greg Daniel2016-11-231-0/+1
* make it illegal to include SkXfermode.hMike Reed2016-11-231-1/+0
* remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMMike Reed2016-11-031-1/+1
* remove xfermode from public apiMike Reed2016-10-281-2/+2
* switch maskfilters to sk_spreed2016-04-041-8/+5
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...reed2016-03-221-3/+2
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...reed2016-03-221-2/+3
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...reed2016-03-221-3/+2
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...reed2016-03-221-2/+3
* switch colorfilters to sk_spreed2016-03-221-3/+2
* guard rasterizer and drawlooper settersreed2016-03-211-1/+1
* partial switch over to sp usage of shadersreed2016-03-091-6/+6
* Remove work from constructors to facilitate debugging.herb2016-01-081-18/+13
* make pixelsnap textblob* etc gm portablecaryclark2015-07-281-2/+3
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalreed2015-05-041-4/+4
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-6/+6
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-7/+7
* I could create new GMs if you prefer.joshualitt2014-12-181-14/+52
* Add always-threaded SkRecord quilt tests.mtklein2014-07-071-8/+0
* Remove brackets from gm names.scroggo2014-06-031-3/+2
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+8
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org2014-04-281-7/+9
* revert humper changescommit-bot@chromium.org2014-04-281-9/+7
* move common blur types into central headercommit-bot@chromium.org2014-04-281-2/+2
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org2014-04-281-7/+9
* Revert of Fast path for blurred round rects -- blur a small 9patch rect on th...commit-bot@chromium.org2014-04-281-9/+7
* Fast path for blurred round rects -- blur a small 9patch rect on the CPUcommit-bot@chromium.org2014-04-281-7/+9
* Make sure SkDrawLooper objects can only be allocated on the heap.commit-bot@chromium.org2014-04-151-4/+4
* try to deprecate fFlagsMask from SkLayerDrawLooperreed@google.com2014-02-271-1/+0
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-1/+1
* Removed deprecated API calls that have crept inrobertphillips@google.com2013-11-101-3/+5
* blurroundrect gm: disable one set of tests in attempt to fix bugepoger@google.com2013-11-051-2/+6
* Fix overzealous IntToScalar.scroggo@google.com2013-11-051-1/+1
* Fixes for blurroundrect gm/bench.scroggo@google.com2013-11-051-127/+64
* Int to scalar (again)scroggo@google.com2013-11-051-1/+1
* More IntToScalarsscroggo@google.com2013-11-051-4/+4
* Build fix number 2.scroggo@google.com2013-11-051-3/+3
* Fix build.scroggo@google.com2013-11-051-7/+7
* Add gms and benchmarks for drawing blurry round rects.scroggo@google.com2013-11-051-0/+211