1. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  2. 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
  3. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  4. 65e508d Restore a default timer to bench_pictures. by scroggo@google.com · 11 years ago
  5. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  6. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  7. 47fad70 by commit-bot@chromium.org · 11 years ago
  8. 56799e2 Add the lazy decoder from PictureFlags to SkImageDecoder by commit-bot@chromium.org · 11 years ago
  9. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  10. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  11. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  12. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  13. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  14. a560d00b Provide an option in bench_pictures to count pixel ram. by scroggo@google.com · 11 years ago
  15. cc69020 Add a way to monitor cache hits and misses for deferred decoding. by scroggo@google.com · 11 years ago
  16. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  17. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  18. 0556ea0 Add support for using ANGLE in bench_pictures. by scroggo@google.com · 12 years ago
  19. d3c208c Patch for r7304. Add string in bench_pictures_main's gFilterTypes for oval filter type. by jvanverth@google.com · 12 years ago
  20. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  21. 89d15a2 fix warnings Review URL: https://codereview.appspot.com/7060053 by reed@google.com · 12 years ago
  22. 457d8a7 remove experimental setAsABlur, as it forces the instance to be mutable, and was by reed@google.com · 12 years ago
  23. 82ec0b0 Allow setting a scaleFactor in bench_pictures (and render_pictures). by scroggo@google.com · 12 years ago
  24. cbcef70 Provide an option to bench drawing individual tiles in bench_pictures. by scroggo@google.com · 12 years ago
  25. c0d5e54 Allow bench_pictures to have its viewport set on the command line. by scroggo@google.com · 12 years ago
  26. 5a34fd3 add '--mode clone' option to bench_pictures by reed@google.com · 12 years ago
  27. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  28. 4a26d9d Add a new PictureRenderer that draws the picture then breaks up into tiles. by scroggo@google.com · 12 years ago
  29. e3e940c Add low blur and AAClip options to picture bench. by caryclark@google.com · 12 years ago
  30. a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
  31. 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
  32. 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. a62da2f In bench_pictures --multi, maintain thread local caches. by scroggo@google.com · 12 years ago
  34. 9313ca4 Adding rtree support to the bench_pictures utility by junov@chromium.org · 12 years ago
  35. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  36. 868e1f6 fix return value for render_pictures by caryclark@google.com · 12 years ago
  37. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  38. c6157be Pinspect and bench_pictures are crashing when invoked with no arguments. by fmalita@google.com · 12 years ago
  39. 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
  40. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  41. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  42. 13fd5a1 Set DEFAULT_REPEATS to 1 by borenet@google.com · 12 years ago
  43. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  44. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  45. a49bffd Do not exit on failure to open logFile by borenet@google.com · 12 years ago
  46. 5239c32 Add -logPerIter, -timers, and -min to bench_pictures. by scroggo@google.com · 12 years ago
  47. 0a36f43 Init graphics in bench_pictures. by scroggo@google.com · 12 years ago
  48. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  49. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  50. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  51. db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
  52. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  53. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  54. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  55. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  56. 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
  57. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  58. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  59. 21e3ed2 bench_pictures now has an option for benchmarking record time. by keyar@chromium.org · 12 years ago
  60. 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
  61. 3e8483e Benchmark tiling now better reflects how it is done in Chrome. by keyar@chromium.org · 12 years ago
  62. b5e30ab Changed cmsecs to msecs to be consistent with bench. by keyar@chromium.org · 12 years ago
  63. 4916971 Added a benchmark for measuring picture unflattening time. by keyar@chromium.org · 12 years ago
  64. a4091ba Each benchmark that needs a bitmap will now make its own. by keyar@chromium.org · 12 years ago
  65. 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
  66. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  67. 2724ae0 bench_pictures will now output the number of tiles for a tiled benchmark. by keyar@chromium.org · 12 years ago
  68. 70b4222 Tiles that extend beyond the picture are now clipped. by keyar@chromium.org · 12 years ago
  69. cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
  70. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  71. 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago