aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bench_pictures_main.cpp
Commit message (Expand)AuthorAge
* Revert of Add image as a draw type that can be filtered (patchset #4 id:60001...Gravatar kkinnunen2015-03-05
* Add image as a draw type that can be filteredGravatar kkinnunen2015-03-05
* patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40...Gravatar mtklein2015-02-02
* Build gpu stats tracking in dev builds.Gravatar bsalomon2014-10-24
* Update old tools to allow MultiPictureDraw renderingGravatar robertphillips2014-10-09
* Add counting of some GL callsGravatar robertphillips2014-09-18
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Update tools for use of picture stats in GPU optimization decisionGravatar robertphillips2014-08-12
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Deprecate SkPicture::clone().Gravatar mtklein2014-06-27
* Make SKP bench JSON ouput betterGravatar kelvinly2014-06-26
* Move BenchTimer to tools as TimerGravatar mtklein2014-06-20
* Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/...Gravatar mtklein2014-06-20
* Move BenchTimer to tools as TimerGravatar mtklein2014-06-20
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Add basic stacktrace handler using libunwind.Gravatar mtklein2014-06-18
* In Android framework, make tools depend on jsoncppGravatar scroggo2014-06-18
* Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin().Gravatar tfarina2014-06-12
* Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename().Gravatar tfarina2014-06-11
* Reland https://codereview.chromium.org/286903025Gravatar commit-bot@chromium.org2014-05-29
* Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/2869...Gravatar commit-bot@chromium.org2014-05-27
* Add JSON logging support to bench_pictures by adding a PictureResultsWriter c...Gravatar commit-bot@chromium.org2014-05-27
* Revert of Turn on preprocessing by default (https://codereview.chromium.org/2...Gravatar commit-bot@chromium.org2014-05-23
* Turn on preprocessing by defaultGravatar commit-bot@chromium.org2014-05-22
* Update bench to be able to preprocess skpsGravatar commit-bot@chromium.org2014-04-11
* SkDiscardableMemoryPool to abstract classGravatar commit-bot@chromium.org2014-04-04
* Update bench pictures to time image decode & upload costsGravatar robertphillips@google.com2013-12-18
* Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCacheGravatar halcanary@google.com2013-12-05
* Restore a default timer to bench_pictures.Gravatar scroggo@google.com2013-08-02
* Committed: http://code.google.com/p/skia/source/detail?r=10372Gravatar commit-bot@chromium.org2013-07-31
* This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.Gravatar bsalomon@google.com2013-07-25
* R=borenet@google.com, bungeman@google.com, robertphillips@google.comGravatar commit-bot@chromium.org2013-07-25
* Add the lazy decoder from PictureFlags to SkImageDecoderGravatar commit-bot@chromium.org2013-07-16
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Separate core and images project.Gravatar scroggo@google.com2013-05-31
* SkFlags now follows proper dashing convention.Gravatar scroggo@google.com2013-04-09
* Change the name of SkFlags to SkCommandLineFlags.Gravatar scroggo@google.com2013-03-21
* Improvements/additions to SkImageCache/SkLazyPixelRef.Gravatar scroggo@google.com2013-03-18
* Provide an option in bench_pictures to count pixel ram.Gravatar scroggo@google.com2013-03-04
* Add a way to monitor cache hits and misses for deferred decoding.Gravatar scroggo@google.com2013-03-04
* Created my own flag parser, based off of gflags.Gravatar scroggo@google.com2013-03-04
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Add support for using ANGLE in bench_pictures.Gravatar scroggo@google.com2013-02-08
* Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval fi...Gravatar jvanverth@google.com2013-01-22
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* fix warningsGravatar reed@google.com2013-01-07
* remove experimental setAsABlur, as it forces the instance to be mutable, and wasGravatar reed@google.com2012-12-18
* Allow setting a scaleFactor in bench_pictures (and render_pictures).Gravatar scroggo@google.com2012-12-17
* Provide an option to bench drawing individual tiles in bench_pictures.Gravatar scroggo@google.com2012-12-13