aboutsummaryrefslogtreecommitdiff
path: root/bench/ColorPrivBench.cpp
AgeCommit message (Expand)Author
2021-08-05Fix Wunused-but-set-variable warningsBrian Salomon
2019-04-24rewrite includes to not need so much -IfooMike Klein
2017-09-15make most of SkColorPriv.h privateCary Clark
2015-10-01Remove const from `const int loops`.mtklein
2015-09-30Fix for nexus 5 crashing in GL benchesjoshualitt
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-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2013-12-05Make sure four_byte_interp benches the entire FourByteInterp call.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-12-03Fix off-by-one in four_byte_interp benches.mtklein@google.com
2013-12-02Add four_byte_interp benches.commit-bot@chromium.org