1. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  2. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  3. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  4. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  5. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  6. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  7. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  8. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  9. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  10. a2be2cc cast enum to float to fix (really bad) warning by reed@google.com · 11 years ago
  11. ef77ec2 extend SkBenchmark to allow a bench to return a durationScale, which allows it to perform fewer actual interations, but report a scale factor to account for that. Thus a very slow bench can be compared head-to-head with a faster one, w/o actually forcing the tool to run for the full duration of the slower test. by reed@google.com · 11 years ago
  12. 2ece287 use DEF_BENCH by reed@google.com · 11 years ago
  13. c2532dd Partial reapply of r5364 minus the non-neon code path. by djsollen@google.com · 11 years ago
  14. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  15. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  16. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  17. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  18. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  19. c3be34d Add (8) more benchmarks to capture performance of a pair of blit optimization by tomhudson@google.com · 12 years ago
  20. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  21. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  22. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  23. 11ec186 add opaque -vs- alpha bitmap cases by reed@android.com · 15 years ago
  24. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
  25. f523e25 add BitmapBench by reed@android.com · 15 years ago