1. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  2. 868e1f6 fix return value for render_pictures by caryclark@google.com · 12 years ago
  3. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  4. c6157be Pinspect and bench_pictures are crashing when invoked with no arguments. by fmalita@google.com · 12 years ago
  5. 2d2b9a0 Remove automatic resizing in *_pictures by borenet@google.com · 12 years ago
  6. bcdf2ec In bench_pictures, use a pool of tiles for multicore drawing. by scroggo@google.com · 12 years ago
  7. 57837bf Skip empty directories and input files not ending in .skp in *_pictures by borenet@google.com · 12 years ago
  8. 13fd5a1 Set DEFAULT_REPEATS to 1 by borenet@google.com · 12 years ago
  9. 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
  10. e21795e Enable automatic rescaling in bench_pictures by borenet@google.com · 12 years ago
  11. a49bffd Do not exit on failure to open logFile by borenet@google.com · 12 years ago
  12. 5239c32 Add -logPerIter, -timers, and -min to bench_pictures. by scroggo@google.com · 12 years ago
  13. 0a36f43 Init graphics in bench_pictures. by scroggo@google.com · 12 years ago
  14. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  15. 58b4ead Perform multi core rendering in bench_pictures. by scroggo@google.com · 12 years ago
  16. f4959ab Implemented power of two tiling. by keyar@chromium.org · 12 years ago
  17. db9a5fb Benchmark results will now print to STDOUT if on not-Android. by keyar@chromium.org · 12 years ago
  18. a40c20d Fixed up SK_SUPPORT_GPU flags. by keyar@chromium.org · 12 years ago
  19. c81686c Added the option to enable GPU rendering on render_ and bench_pictures. by keyar@chromium.org · 12 years ago
  20. 78a35c5 Changed to Yoda style comparisons where appropriate. by keyar@chromium.org · 12 years ago
  21. fe6391a Have GPU based approach workingish. by keyar@chromium.org · 12 years ago
  22. 795cd47 render_pictures and bench_pictures now use a --mode parameter. by keyar@chromium.org · 12 years ago
  23. 163b567 Merged bench_pictures and render_pictures rendering methods. by keyar@chromium.org · 12 years ago
  24. fc91dc7 Windows compiler complaint cleanup by robertphillips@google.com · 12 years ago
  25. 21e3ed2 bench_pictures now has an option for benchmarking record time. by keyar@chromium.org · 12 years ago
  26. 1cbd47c Preparations for adding options and different render types to render_pictures. by keyar@chromium.org · 12 years ago
  27. 3e8483e Benchmark tiling now better reflects how it is done in Chrome. by keyar@chromium.org · 12 years ago
  28. b5e30ab Changed cmsecs to msecs to be consistent with bench. by keyar@chromium.org · 12 years ago
  29. 4916971 Added a benchmark for measuring picture unflattening time. by keyar@chromium.org · 12 years ago
  30. a4091ba Each benchmark that needs a bitmap will now make its own. by keyar@chromium.org · 12 years ago
  31. 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
  32. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  33. 2724ae0 bench_pictures will now output the number of tiles for a tiled benchmark. by keyar@chromium.org · 12 years ago
  34. 70b4222 Tiles that extend beyond the picture are now clipped. by keyar@chromium.org · 12 years ago
  35. cf6c44c Added a sgpipe benchmark. by keyar@chromium.org · 12 years ago
  36. d1dc920 Allow specific files and multiple inputs for picture testing tools. by keyar@chromium.org · 12 years ago
  37. 006db0f land https://codereview.appspot.com/6349043/ by reed@google.com · 12 years ago