aboutsummaryrefslogtreecommitdiff
path: root/bench/WritePixelsBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2019-09-30Rename GrColorSpaceInfo -> GrColorInfoBrian Salomon
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-03-22update/add benches to look at colorspace as well as alphatypeMike Reed
2017-05-03Revert "Revert "Reland: Remove SkLights include from SkCanvas.h""Florin Malita
2017-05-03Revert "Reland: Remove SkLights include from SkCanvas.h"Florin Malita
2017-05-03Reland: Remove SkLights include from SkCanvas.hFlorin Malita
2017-05-02Revert "Remove SkLights include from SkCanvas.h"Florin Malita
2017-05-02Remove SkLights include from SkCanvas.hFlorin Malita
2017-04-17deprecate odd variants of SkCanvas::readPixelsMike Reed
2017-02-22hide trivial helpers on canvasMike Reed
2015-10-01Remove const from `const int loops`.mtklein
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-09-03Hide fields in SkImageInforeed
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-03-08Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-03-07Add SkCanvas::writePixels that takes info+pixels directlycommit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-08-16Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-16This bench attempts to recreate Chromium's Canvas_putImageData performance te...commit-bot@chromium.org