| Commit message (Expand) | Author | Age |
* | Deprecate SkPicture::clone(). | mtklein | 2014-06-27 |
* | Make SKP bench JSON ouput better | kelvinly | 2014-06-26 |
* | Move BenchTimer to tools as Timer | mtklein | 2014-06-20 |
* | Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/... | mtklein | 2014-06-20 |
* | Move BenchTimer to tools as Timer | mtklein | 2014-06-20 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | Add basic stacktrace handler using libunwind. | mtklein | 2014-06-18 |
* | In Android framework, make tools depend on jsoncpp | scroggo | 2014-06-18 |
* | Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). | tfarina | 2014-06-12 |
* | Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). | tfarina | 2014-06-11 |
* | Reland https://codereview.chromium.org/286903025 | commit-bot@chromium.org | 2014-05-29 |
* | Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/2869... | commit-bot@chromium.org | 2014-05-27 |
* | Add JSON logging support to bench_pictures by adding a PictureResultsWriter c... | commit-bot@chromium.org | 2014-05-27 |
* | Revert of Turn on preprocessing by default (https://codereview.chromium.org/2... | commit-bot@chromium.org | 2014-05-23 |
* | Turn on preprocessing by default | commit-bot@chromium.org | 2014-05-22 |
* | Update bench to be able to preprocess skps | commit-bot@chromium.org | 2014-04-11 |
* | SkDiscardableMemoryPool to abstract class | commit-bot@chromium.org | 2014-04-04 |
* | Update bench pictures to time image decode & upload costs | robertphillips@google.com | 2013-12-18 |
* | Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache | halcanary@google.com | 2013-12-05 |
* | Restore a default timer to bench_pictures. | scroggo@google.com | 2013-08-02 |
* | Committed: http://code.google.com/p/skia/source/detail?r=10372 | commit-bot@chromium.org | 2013-07-31 |
* | This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. | bsalomon@google.com | 2013-07-25 |
* | R=borenet@google.com, bungeman@google.com, robertphillips@google.com | commit-bot@chromium.org | 2013-07-25 |
* | Add the lazy decoder from PictureFlags to SkImageDecoder | commit-bot@chromium.org | 2013-07-16 |
* | Replace SkPicture(SkStream) constructors with a factory. | scroggo@google.com | 2013-06-28 |
* | Separate core and images project. | scroggo@google.com | 2013-05-31 |
* | SkFlags now follows proper dashing convention. | scroggo@google.com | 2013-04-09 |
* | Change the name of SkFlags to SkCommandLineFlags. | scroggo@google.com | 2013-03-21 |
* | Improvements/additions to SkImageCache/SkLazyPixelRef. | scroggo@google.com | 2013-03-18 |
* | Provide an option in bench_pictures to count pixel ram. | scroggo@google.com | 2013-03-04 |
* | Add a way to monitor cache hits and misses for deferred decoding. | scroggo@google.com | 2013-03-04 |
* | Created my own flag parser, based off of gflags. | scroggo@google.com | 2013-03-04 |
* | Create SkLazyPixelRef which performs lazy decoding. | scroggo@google.com | 2013-02-22 |
* | Add support for using ANGLE in bench_pictures. | scroggo@google.com | 2013-02-08 |
* | Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval fi... | jvanverth@google.com | 2013-01-22 |
* | Re-enable inst counting in debug builds. | bsalomon@google.com | 2013-01-15 |
* | fix warnings | reed@google.com | 2013-01-07 |
* | remove experimental setAsABlur, as it forces the instance to be mutable, and was | reed@google.com | 2012-12-18 |
* | Allow setting a scaleFactor in bench_pictures (and render_pictures). | scroggo@google.com | 2012-12-17 |
* | Provide an option to bench drawing individual tiles in bench_pictures. | scroggo@google.com | 2012-12-13 |
* | Allow bench_pictures to have its viewport set on the command line. | scroggo@google.com | 2012-12-13 |
* | add '--mode clone' option to bench_pictures | reed@google.com | 2012-12-10 |
* | add SkPictureUtils::GatherPixelRefs() | reed@google.com | 2012-11-29 |
* | Add a new PictureRenderer that draws the picture then breaks up into tiles. | scroggo@google.com | 2012-11-07 |
* | Add low blur and AAClip options to picture bench. | caryclark@google.com | 2012-11-07 |
* | add draw filter option to picture_bench | caryclark@google.com | 2012-11-06 |
* | Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb... | junov@chromium.org | 2012-11-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-06 |
* | In bench_pictures --multi, maintain thread local caches. | scroggo@google.com | 2012-11-02 |
* | Adding rtree support to the bench_pictures utility | junov@chromium.org | 2012-11-02 |