aboutsummaryrefslogtreecommitdiff
path: root/tests/QuickRejectTest.cpp
AgeCommit message (Expand)Author
2017-07-22remove unused SkPoint3 from SkColor.hMike Reed
2017-07-06Add an SkColorSpaceXformer image filter cacheFlorin Malita
2017-03-30Make xformer class for SkCSXCanvas, use for draw loopersMatt Sarett
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2017-02-08Remove use of SkSmallAllocator from all Loopers.Herb Derby
2016-09-27Remove stray semicolons.Mike Klein
2016-08-19Fix bug, always keep fIsScaleTranslate in correct statemsarett
2016-08-12Optimized implementation of quickReject()msarett
2016-08-12Revert of Optimized implementation of quickReject() (patchset #12 id:260001 o...mtklein
2016-08-11Optimized implementation of quickReject()msarett
2016-04-03change flattenable factory to return sk_spreed
2016-03-21guard rasterizer and drawlooper settersreed
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-11optimization/fix: dirty the clip-bounds when we mod the clip in savelayerreed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2015-01-07Remove macros that make it look like it's a good idea to not be able to flatten.mtklein
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-03-12[WIP] Add Context to SkDrawLooper.commit-bot@chromium.org
2014-02-13replace setConfig+allocPixels with single callmike@reedtribe.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2013-01-28Added toString to SkDrawLooper-derived classesrobertphillips@google.com
2012-12-06Defining new color constat for transparent colorjunov@google.com
2012-03-26Create macro for registering classes for deserializationdjsollen@google.com
2011-11-21don't quickReject bitmaps if there is a looper or other possible bounds-modifierreed@google.com