- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- a9baa65 Revert of Add image as a draw type that can be filtered (patchset #4 id:60001 of https://codereview.chromium.org/960783003/) by kkinnunen · 10 years ago
- fa77eb1 Add image as a draw type that can be filtered by kkinnunen · 10 years ago
- b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
- 24234fe Build gpu stats tracking in dev builds. by bsalomon · 10 years ago
- 78c7127 Update old tools to allow MultiPictureDraw rendering by robertphillips · 10 years ago
- 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
- c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
- a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
- e947075 Update tools for use of picture stats in GPU optimization decision by robertphillips · 10 years ago
- a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
- d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
- 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
- 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
- 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
- 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
- f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
- 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
- f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
- da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
- 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
- 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 10 years ago
- 293a4b3 Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/) by commit-bot@chromium.org · 10 years ago
- 3089004 Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h by commit-bot@chromium.org · 10 years ago
- ba7aedd Revert of Turn on preprocessing by default (https://codereview.chromium.org/299033002/) by commit-bot@chromium.org · 10 years ago
- 0df2e8d Turn on preprocessing by default by commit-bot@chromium.org · 10 years ago
- c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 11 years ago
- cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 11 years ago
- 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- 65e508d Restore a default timer to bench_pictures. by scroggo@google.com · 11 years ago
- 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
- 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
- 47fad70 by commit-bot@chromium.org · 11 years ago
- 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
- f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
- 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
- 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
- d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
- bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
- a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 12 years ago
- cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 12 years ago
- 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 12 years ago
- f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
- 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
- d3c208c Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval filter type. by jvanverth@google.com · 12 years ago
- 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
- 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
- 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
- 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
- cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
- c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
- 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
- fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
- 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
- e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
- a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
- 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
- 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
- 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
- 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
- 868e1f6 fix return value for render_pictures by caryclark@google.com · 12 years ago
- 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
- c6157be Pinspect and bench_pictures are crashing when invoked with no arguments. by fmalita@google.com · 12 years ago
- 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
- bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
- 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
- 13fd5a1 Set DEFAULT_REPEATS to 1 by borenet@google.com · 12 years ago
- 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
- e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
- a49bffd Do not exit on failure to open logFile by borenet@google.com · 12 years ago
- 5239c32 Add -logPerIter, -timers, and -min to bench_pictures. by scroggo@google.com · 12 years ago
- 0a36f43 Init graphics in bench_pictures. by scroggo@google.com · 12 years ago
- 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
- 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
- f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
- db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
- a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
- c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
- 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
- fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
- 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
- 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
- fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
- 21e3ed2 bench_pictures now has an option for benchmarking record time. by keyar@chromium.org · 12 years ago
- 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
- 3e8483e Benchmark tiling now better reflects how it is done in Chrome. by keyar@chromium.org · 12 years ago
- b5e30ab Changed cmsecs to msecs to be consistent with bench. by keyar@chromium.org · 12 years ago
- 4916971 Added a benchmark for measuring picture unflattening time. by keyar@chromium.org · 12 years ago
- a4091ba Each benchmark that needs a bitmap will now make its own. by keyar@chromium.org · 12 years ago
- 0665f25 bench_pictures can now take percentages for tiling width and height.Review URL: https://codereview.appspot.com/6354074 by keyar@chromium.org · 12 years ago
- 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
- 2724ae0 bench_pictures will now output the number of tiles for a tiled benchmark. by keyar@chromium.org · 12 years ago
- 70b4222 Tiles that extend beyond the picture are now clipped. by keyar@chromium.org · 12 years ago
- cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
- d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
- 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago