aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/PicturePlaybackBench.cpp
Commit message (Expand)AuthorAge
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* return pictures as sk_spGravatar reed2016-03-18
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Fix for nexus 5 crashing in GL benchesGravatar joshualitt2015-09-30
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SkTileGrid (except for TileGridInfo).Gravatar mtklein2015-01-09
* add some debugging to SkNVRefCntGravatar reed2014-11-24
* Add benchmark to compare different BBH query patterns.Gravatar mtklein2014-11-11
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Enable 64-bit builds on WindowsGravatar borenet@google.com2012-08-20
* Reduce iteration count on picture_playback benchmarks to bring their costGravatar tomhudson@google.com2012-06-26
* fix reorder initialization warningGravatar djsollen@google.com2012-02-27
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23