aboutsummaryrefslogtreecommitdiffstats
path: root/gm/blurroundrect.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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