aboutsummaryrefslogtreecommitdiffstats
path: root/bench/PremulAndUnpremulAlphaOpsBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename SkConfig8888/SkPixelInfo to SkConvertPixelsMatt Sarett2017-02-151-1/+0
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Fix for nexus 5 crashing in GL benchesjoshualitt2015-09-301-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Cleanup: More override fixes - another round.tfarina2015-01-051-1/+1
* Use unpremul for premul_and_unpremul_alpha_ bench.scroggo2014-07-111-1/+1
* Remove Sk prefix from some bench classes.tfarina2014-06-191-3/+3
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2014-03-181-2/+2
* add new readPixels with direct memory parameterscommit-bot@chromium.org2014-03-171-33/+28
* Add SkCanvas::writePixels that takes info+pixels directlycommit-bot@chromium.org2014-03-071-2/+9
* Simplify benchmark internal API.commit-bot@chromium.org2013-12-031-2/+2
* Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com2013-09-131-12/+3
* Major bench refactoring.mtklein@google.com2013-09-101-2/+1
* Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skiacommit-bot@chromium.org2013-06-131-0/+74