aboutsummaryrefslogtreecommitdiff
path: root/bench/ReadPixBench.cpp
AgeCommit message (Expand)Author
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2019-10-03Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel...Brian Salomon
2019-10-03Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel...Ravi Mistry
2019-10-03Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"Brian Salomon
2019-10-02Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime"Brian Salomon
2019-10-02SkSurface asynchronous read APIs allow client to extend pixel lifetimeBrian Salomon
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
2018-11-30Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode pathBrian Osman
2018-09-21Reland "add getAlphaf() to pixmap/bitmap"Mike Reed
2018-09-20Revert "add getAlphaf() to pixmap/bitmap"Robert Phillips
2018-09-20add getAlphaf() to pixmap/bitmapMike Reed
2017-10-25- add bench for pixmap orientMike 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
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
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
2014-06-09hide SkBitmap::setConfigreed
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
2012-09-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-04Added bench to test multiple readPixels caserobertphillips@google.com