Cleanup: Rename SkOSPath functions.
[platform/upstream/libSkiaSharp.git] / tools / bench_pictures_main.cpp
2014-07-29 tfarinaCleanup: Rename SkOSPath functions.
2014-06-27 mtkleinDeprecate SkPicture::clone().
2014-06-26 kelvinlyMake SKP bench JSON ouput better
2014-06-20 mtkleinMove BenchTimer to tools as Timer
2014-06-20 mtkleinRevert of Move BenchTimer to tools as Timer (https...
2014-06-20 mtkleinMove BenchTimer to tools as Timer
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2014-06-18 mtkleinAdd basic stacktrace handler using libunwind.
2014-06-18 scroggoIn Android framework, make tools depend on jsoncpp
2014-06-12 tfarinaCleanup: Delete sk_tools::make_filepath() in favor...
2014-06-11 tfarinaCleanup: Delete sk_tools::get_basename() in favor of...
2014-05-29 commit-bot@chromiu... Reland https://codereview.chromium.org/286903025
2014-05-27 commit-bot@chromiu... Revert of PictureBenchmark JSON logging (https://codere...
2014-05-27 commit-bot@chromiu... Add JSON logging support to bench_pictures by adding...
2014-05-23 commit-bot@chromiu... Revert of Turn on preprocessing by default (https:...
2014-05-22 commit-bot@chromiu... Turn on preprocessing by default
2014-04-11 commit-bot@chromiu... Update bench to be able to preprocess skps
2014-04-04 commit-bot@chromiu... SkDiscardableMemoryPool to abstract class
2013-12-18 robertphillips@goo... Update bench pictures to time image decode & upload...
2013-12-05 halcanary@google.comBig Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache
2013-08-02 scroggo@google.comRestore a default timer to bench_pictures.
2013-07-31 commit-bot@chromiu... Committed: code.google.com/p/skia/source/detail?r=10372
2013-07-25 bsalomon@google.comThis reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1...
2013-07-25 commit-bot@chromiu... R=borenet@google.com, bungeman@google.com, robertphilli...
2013-07-16 commit-bot@chromiu... Add the lazy decoder from PictureFlags to SkImageDecoder
2013-06-28 scroggo@google.comReplace SkPicture(SkStream) constructors with a factory.
2013-05-31 scroggo@google.comSeparate core and images project.
2013-04-09 scroggo@google.comSkFlags now follows proper dashing convention.
2013-03-21 scroggo@google.comChange the name of SkFlags to SkCommandLineFlags.
2013-03-18 scroggo@google.comImprovements/additions to SkImageCache/SkLazyPixelRef.
2013-03-04 scroggo@google.comProvide an option in bench_pictures to count pixel...
2013-03-04 scroggo@google.comAdd a way to monitor cache hits and misses for deferred...
2013-03-04 scroggo@google.comCreated my own flag parser, based off of gflags.
2013-02-22 scroggo@google.comCreate SkLazyPixelRef which performs lazy decoding.
2013-02-08 scroggo@google.comAdd support for using ANGLE in bench_pictures.
2013-01-22 jvanverth@google.comPatch for r7304. Add string in bench_pictures_main...
2013-01-15 bsalomon@google.comRe-enable inst counting in debug builds.
2013-01-07 reed@google.comfix warnings
2012-12-18 reed@google.comremove experimental setAsABlur, as it forces the instan...
2012-12-17 scroggo@google.comAllow setting a scaleFactor in bench_pictures (and...
2012-12-13 scroggo@google.comProvide an option to bench drawing individual tiles...
2012-12-13 scroggo@google.comAllow bench_pictures to have its viewport set on the...
2012-12-10 reed@google.comadd '--mode clone' option to bench_pictures
2012-11-29 reed@google.comadd SkPictureUtils::GatherPixelRefs()
2012-11-07 scroggo@google.comAdd a new PictureRenderer that draws the picture then...
2012-11-07 caryclark@google.comAdd low blur and AAClip options to picture bench.
2012-11-06 caryclark@google.comadd draw filter option to picture_bench
2012-11-06 junov@chromium.orgAdding SkTileGrid: a new subclass of BBoxHierarchy...
2012-11-06 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-11-02 scroggo@google.comIn bench_pictures --multi, maintain thread local caches.
2012-11-02 junov@chromium.orgAdding rtree support to the bench_pictures utility
2012-10-04 scroggo@google.comAdd the ability to provide function pointers to SkPictu...
2012-10-02 caryclark@google.comfix return value for render_pictures
2012-10-02 caryclark@google.combuild iOS with 'make all'
2012-09-27 fmalita@google.comPinspect and bench_pictures are crashing when invoked...
2012-09-20 borenet@google.comRemove automatic resizing in *_pictures
2012-09-20 scroggo@google.comIn bench_pictures, use a pool of tiles for multicore...
2012-09-19 borenet@google.comSkip empty directories and input files not ending in...
2012-09-17 borenet@google.comSet DEFAULT_REPEATS to 1
2012-09-17 borenet@google.comCheck for invalid SkPictures
2012-09-14 borenet@google.comEnable automatic rescaling in bench_pictures
2012-09-13 borenet@google.comDo not exit on failure to open logFile
2012-09-11 scroggo@google.comAdd -logPerIter, -timers, and -min to bench_pictures.
2012-09-10 scroggo@google.comInit graphics in bench_pictures.
2012-09-07 scroggo@google.comReport data from bench_pictures in the same fashion...
2012-08-31 scroggo@google.comPerform multi core rendering in bench_pictures.
2012-08-23 keyar@chromium.orgImplemented power of two tiling.
2012-08-21 keyar@chromium.orgBenchmark results will now print to STDOUT if on not...
2012-08-20 keyar@chromium.orgFixed up SK_SUPPORT_GPU flags.
2012-08-20 keyar@chromium.orgAdded the option to enable GPU rendering on render_...
2012-08-20 keyar@chromium.orgChanged to Yoda style comparisons where appropriate.
2012-08-20 keyar@chromium.orgHave GPU based approach workingish.
2012-08-02 keyar@chromium.orgrender_pictures and bench_pictures now use a --mode...
2012-08-01 keyar@chromium.orgMerged bench_pictures and render_pictures rendering...
2012-07-26 robertphillips@goo... Windows compiler complaint cleanup
2012-07-16 keyar@chromium.orgbench_pictures now has an option for benchmarking recor...
2012-07-13 keyar@chromium.orgPreparations for adding options and different render...
2012-07-13 keyar@chromium.orgBenchmark tiling now better reflects how it is done...
2012-07-12 keyar@chromium.orgChanged cmsecs to msecs to be consistent with bench.
2012-07-12 keyar@chromium.orgAdded a benchmark for measuring picture unflattening...
2012-07-10 keyar@chromium.orgEach benchmark that needs a bitmap will now make its...
2012-07-10 keyar@chromium.orgbench_pictures can now take percentages for tiling...
2012-07-10 robertphillips@goo... Fixed Windows compiler complaints
2012-07-10 keyar@chromium.orgbench_pictures will now output the number of tiles...
2012-07-09 keyar@chromium.orgTiles that extend beyond the picture are now clipped.
2012-07-09 keyar@chromium.orgAdded a sgpipe benchmark.
2012-07-09 keyar@chromium.orgAllow specific files and multiple inputs for picture...
2012-06-27 reed@google.comland https://codereview.appspot.com/6349043/