1. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  2. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  3. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  6. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  7. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. 14e4d39 Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/)" by mtklein · 10 years ago
  10. 430b795 Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of https://codereview.chromium.org/664783004/) by mtklein · 10 years ago
  11. a40a276 create shaderproc for nofilter-opaque-dx by reed · 10 years ago
  12. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  13. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  14. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  15. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  16. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  17. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  18. f8a6b20 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  19. c95e1e5 Temporarily disable FilterBitmapBenches while I fix it. by mtklein@google.com · 11 years ago
  20. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  21. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  22. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  23. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  24. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  25. 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
  26. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  27. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  28. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  29. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  30. a2be2cc cast enum to float to fix (really bad) warning by reed@google.com · 11 years ago
  31. 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
  32. 2ece287 use DEF_BENCH by reed@google.com · 11 years ago
  33. c2532dd Partial reapply of r5364 minus the non-neon code path. by djsollen@google.com · 11 years ago
  34. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  36. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  37. 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
  38. 7866228 land http://codereview.appspot.com/6353063/ by Lei by reed@google.com · 12 years ago
  39. c3be34d Add (8) more benchmarks to capture performance of a pair of blit optimization by tomhudson@google.com · 12 years ago
  40. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  41. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  42. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  43. 11ec186 add opaque -vs- alpha bitmap cases by reed@android.com · 15 years ago
  44. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
  45. f523e25 add BitmapBench by reed@android.com · 16 years ago