aboutsummaryrefslogtreecommitdiffstats
path: root/bench/ColorPrivBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most of SkColorPriv.h privateCary Clark2017-09-151-1/+1
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Fix for nexus 5 crashing in GL benchesjoshualitt2015-09-301-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-4/+10
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Remove Sk prefix from some bench classes.tfarina2014-06-191-2/+2
* Make sure four_byte_interp benches the entire FourByteInterp call.commit-bot@chromium.org2013-12-051-18/+43
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Fix off-by-one in four_byte_interp benches.mtklein@google.com2013-12-031-1/+1
* Add four_byte_interp benches.commit-bot@chromium.org2013-12-021-0/+56